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. It only affects the vulnerability table.
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
Fail level
You can set severity of vulnerability from which the audit will be considered to have failed.
cat requirements.txt | pip-audit-extra --fail-level HIGH
In this example, the audit will be considered failed if vulnerabilities of CRITICAL or HIGH severity are found.
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.1rc10.tar.gz
.
File metadata
- Download URL: pip_audit_extra-0.0.1rc10.tar.gz
- Upload date:
- Size: 7.4 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 | e2696d6cf94bb5a69fe7e27657ed55376fb52501a323f2f72fa7f1088d2dc11b |
|
MD5 | edf42d538ebd525b239fb97a136ce64f |
|
BLAKE2b-256 | 45116bb9a59a8bbbfb7014e907c0878522f7fee3cd306b489e08cae6604c2cb2 |
File details
Details for the file pip_audit_extra-0.0.1rc10-py3-none-any.whl
.
File metadata
- Download URL: pip_audit_extra-0.0.1rc10-py3-none-any.whl
- Upload date:
- Size: 11.9 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 | d10b1739fd39d3d8ac0e60e854348cf62ab6d87049a45d6cb1929a6c5a5817ac |
|
MD5 | 9f1ba095d56cc6fb15b7ade63d115d24 |
|
BLAKE2b-256 | 73ebe2b65e14aedfd95d27581b1c5f075f8dc18ca2c9d551c531452b0d0e1936 |