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.
== Installation
Create database
Create the database schema using rake db:migrate
Download the IP-to-Country database from http://ip-to-country.webhosting.info/ :
wget http://ip-to-country.webhosting.info/downloads/ip-to-country.csv.zip unzip ip-to-country.csv.zip
Copy ip-to-country.csv in db/ directory
Upload the data using ip-to-country.mysql.sql:
mysql -u user dbname < ip-to-country.mysql.sql
Add your web site name at the end of config/environment.rb (assign it to a constant SITE_NAME)
Example: SITE_NAME = 'www.mydomain.com'
Notes: Steps 3 - 5 are optional. If you don't want to download ip-to-country database the system will work but the visitor country will not be tracked.
FAQs
Unknown package
We found that rail_stat_generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
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.