
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
-- import "vimagination.zapto.org/store"
Package store automatically configures a database to store structured information in an sql database.
var (
ErrDBClosed = errors.New("database already closed")
ErrNoPointerStruct = errors.New("given variable is not a pointer to a struct")
ErrNoKey = errors.New("could not determine key")
ErrDuplicateColumn = errors.New("duplicate column name found")
ErrUnregisteredType = errors.New("type not registered")
ErrInvalidType = errors.New("invalid type")
)
Errors.
type And []Filter
func (a And) SQL() string
func (a And) Vars() []interface{}
type Filter interface {
SQL() string
Vars() []interface{}
}
type Or []Filter
func (o Or) SQL() string
func (o Or) Vars() []interface{}
type PreparedSearch struct {
}
func (p *PreparedSearch) Count() (int, error)
func (p *PreparedSearch) GetPage(is []interface{}, offset int) (int, error)
type Search struct {
Sort []SortBy
Filter Filter
}
func (s *Search) Prepare() (*PreparedSearch, error)
type SortBy struct {
Column string
Asc bool
}
type Store struct {
}
func New(dataSourceName string) (*Store, error)
func (s *Store) Close() error
func (s *Store) Count(i interface{}) (int, error)
func (s *Store) Get(is ...interface{}) error
func (s *Store) GetPage(is []interface{}, offset int) (int, error)
func (s *Store) NewSearch(i interface{}) *Search
func (s *Store) Register(is ...interface{}) error
func (s *Store) Remove(is ...interface{}) error
func (s *Store) Set(is ...interface{}) error
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.