
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
|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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.