
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.
A Python SCA tool that acts as a watchdog, keeping an eye out for security vulnerabilities and reporting them promptly.
A Python SCA tool that acts as a watchdog, keeping an eye out for security vulnerabilities and reporting them promptly, written in Rust.
immunipy analyses the Python dependencies of your project and checks for security vulnerabilities.
Python >= 3.7
It's necessary to have your Python dependencies in a requirements.txt
file or a poetry.lock
file.
You can install immunipy using pip:
pip install immunipy
To check for security vulnerabilities in your Python dependencies, run:
requirements.txt
immunipy /path/to/requirements.txt
poetry.lock
immunipy /path/to/poetry.lock
Project directory
immunipy /path/to/your/project/directory
Git project URL
immunipy https://your-git-project
Example:
$ immunipy ./tests
Output:
────────────────── 🐶 immunipy v0.0.1 ───────────────────
Checking . for vulnerable packages...
[00:00:01] ######################################## 2/2 Done!
Found 2 vulnerable packages in 1.4394s
─────────────────────────────────────────────────────────
Package: jinja2 Version: 2.4.1
Fixed version: 3.1.4
Vuln ID: GHSA-h75v-3vvj-5mfj Aliases: ['CVE-2024-34064']
Location: ./tests/poetry.lock
─────────────────────────────────────────────────────────
Package: jinja2 Version: 2.4.1
Fixed version: 3.1.4
Vuln ID: GHSA-h75v-3vvj-5mfj Aliases: ['CVE-2024-34064']
Location: ./tests/requirements.txt
--dont-fail
or -d
: Don't return a non-zero exit code if vulnerabilities are found.This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
A Python SCA tool that acts as a watchdog, keeping an eye out for security vulnerabilities and reporting them promptly.
We found that immunipy 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.