Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/tecbot/gorocksdb
You'll need to build RocksDB v6.0+ on your machine.
After that, you can install gorocksdb using the following command:
CGO_CFLAGS="-I/path/to/rocksdb/include" \
CGO_LDFLAGS="-L/path/to/rocksdb -lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy -llz4 -lzstd -ldl" \
go get github.com/tecbot/gorocksdb
Please note that this package might upgrade the required RocksDB version at any moment. Vendoring is thus highly recommended if you require high stability.
The embedded CockroachDB RocksDB is no longer supported in gorocksdb.
The master branch may not be version stable. If you are looking for a release that is stable for a particular version of rocksdb, use the following compatibility chart:
gorocksdb version | rocksdb major release compatibility | rocksdb minimum version |
---|---|---|
v1.0 | 5.X | 5.16 |
v2.0 | 6.X | 6.0 |
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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.