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/ehazlett/dialogue
This is a communication system, a la forum style messaging.
Dialogue uses RethinkDB for backend datastore.
To build the api, cd
into the api
directory and run make
You should then have an api
executable. Run ./api
to start the api server.
You can curl http://localhost:3000/setup
to create the admin user.
To build the cli, cd
into the cli
directory and run make
.
You will need to have the API running and a user account.
./dialogue login
Once logged in, an authorization token will be stored for easier use.
./dialogue topics list
./dialogue topics create --title foo
./dialogue topics delete --id e67ea2bf-8df2-41ff-b845-b325641c748f
./dialogue posts list --topicId 6ba7c765-fd5e-45e2-bc03-2db969921391
./dialogue posts list --topicId 6ba7c765-fd5e-45e2-bc03-2db969921391 --ids
./dialogue posts create --topicId 6ba7c765-fd5e-45e2-bc03-2db969921391 --content "Foo Content"
./dialogue posts delete --id 1824fcf2-6eac-4edd-9c17-3e92cc6e3c8b
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.