Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
|actions|_ |codecov|_ |pypi|_ |pyversions|_
.. |actions| image:: https://github.com/jumptrading/luddite/actions/workflows/tests.yml/badge.svg .. _actions: https://github.com/jumptrading/luddite/actions/workflows/tests.yml/
.. |codecov| image:: https://codecov.io/gh/jumptrading/luddite/branch/master/graph/badge.svg .. _codecov: https://codecov.io/gh/jumptrading/luddite
.. |pypi| image:: https://img.shields.io/pypi/v/luddite.svg .. _pypi: https://pypi.org/project/luddite/
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/luddite.svg .. _pyversions:
luddite
checks if pinned versions in your requirements.txt
file have newer versions in the package index. It's great to be near the cutting edge, but not so close that you get cut! This tool will help you keep things up to date manually.
There are many ways to specify requirements <https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format>
_ in those files, but luddite's parsing is pretty dumb and simple: we're only looking for package==version
pins. It won't break on lines that aren't fitting this format, but you'll have to check them manually.
luddite
works on both Python 2 and Python 3.
pip install luddite
luddite /path/to/requirements.txt
If you are in the same directory as the requirements.txt
file, you can just type luddite
.
.. image:: https://user-images.githubusercontent.com/6615374/43939075-feec4530-9c2c-11e8-9770-6f7f762c72e4.png
FAQs
Checks for out-of-date package versions
We found that luddite 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.