Extended version of pip-audit
Project description
pip-audit-extra
Extended version of pip-audit.
Features
- Viewing vulnerabilities of project dependencies along with severities.
Installation
pip install pip-audit-extra
Usage
cat requirements.txt | pip-audit-extra
Poetry
poetry export -f requirements.txt | pip-audit-extra
UV
uv export --format requirements-txt | pip-audit-extra
Severity filter
If necessary, you can filter vulnerabilities by severity. By default, the filter selects vulnerabilities with the specified severity AND SEVERITIES WITH A HIGHER PRIORITY.
cat requirements.txt | pip-audit-extra --severity CRITICAL
To select only the specified level, add the prefix ~
, for example:
cat requirements.txt | pip-audit-extra --severity ~CRITICAL
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pip_audit_extra-0.0.1rc8.tar.gz
.
File metadata
- Download URL: pip_audit_extra-0.0.1rc8.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.8.10 Linux/5.4.0-200-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 986725e4f22cf28dfe85b616df696a348bc333df299c1a6728694240bfa510b4 |
|
MD5 | 1862092b58a43b5b0fe5a91669fe31d5 |
|
BLAKE2b-256 | 199541b3463b68642f8b22ccded5ab3674d1a1e7ef1f25268776dae253ebdb98 |
File details
Details for the file pip_audit_extra-0.0.1rc8-py3-none-any.whl
.
File metadata
- Download URL: pip_audit_extra-0.0.1rc8-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.8.10 Linux/5.4.0-200-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f68eb1574a37e9108fd59c9baef995b092f1fb19decfd3e37e75d23e0812e616 |
|
MD5 | 197bcb4e347a42a5671c2129dc380a48 |
|
BLAKE2b-256 | c840d52eeff028fb708b8bb7a5d822671bdd51e227caf87df000deadb245a97b |