
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
A CLI tool to update your requirements.txt file package versions to be locked/fixed to the latest versions available on PyPI.
NOTICE: If you're reading this on GitHub.com please be aware this is a mirror of the primary remote located at https://code.richard.do/richardARPANET/lock-requirements. Please direct issues and pull requests there.
A CLI tool to update your requirements.txt file package versions to be locked/fixed to the latest versions available on PyPI.
Input file contents before locking:
requirements-parser
pypi-simple>=0.4.0,<1.0.0
docopt>=0.5.0,<1.0.0
wheel
Input file contents after locking:
requirements-parser==0.2.0
pypi-simple==0.4.0
docopt==0.6.2
wheel==0.32.3
pip install lock-requirements
lock requirements.txt
lock requirements-dev.txt
Use a custom PyPI simple index url to retrieve latest package versions from.
lock requirements.txt --index-url=https://example.com/simple/
pip install -r requirements-dev.txt
python setup.py develop
And to the run tests:
tox
FAQs
A CLI tool to update your requirements.txt file package versions to be locked/fixed to the latest versions available on PyPI.
We found that lock-requirements demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.