# pip-audit-extra
Extended version of [pip-audit](https://pypi.org/project/pip-audit/).
## Features
* Viewing vulnerabilities of project dependencies along with severities.
## Installation
```sh
pip install pip-audit-extra
```
## Usage
```sh
cat requirements.txt | pip-audit-extra
```
Poetry
```sh
poetry export -f requirements.txt | pip-audit-extra
```
UV
```sh
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.
```sh
cat requirements.txt | pip-audit-extra --severity CRITICAL
```
To select only the specified level, add the prefix `~`, for example:
```sh
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.
```sh
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/Kirill-Lekhov/pip-audit-extra",
"name": "pip-audit-extra",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.8.1",
"maintainer_email": null,
"keywords": "pip-audit, command-line, pip, audit",
"author": "Kirill_Lekhov",
"author_email": "kirill.lekhov@mail.ru",
"download_url": "https://files.pythonhosted.org/packages/45/11/6bb9a59a8bbbfb7014e907c0878522f7fee3cd306b489e08cae6604c2cb2/pip_audit_extra-0.0.1rc10.tar.gz",
"platform": null,
"description": "# pip-audit-extra\nExtended version of [pip-audit](https://pypi.org/project/pip-audit/).\n\n## Features\n* Viewing vulnerabilities of project dependencies along with severities.\n\n## Installation\n```sh\npip install pip-audit-extra\n```\n\n## Usage\n```sh\ncat requirements.txt | pip-audit-extra\n```\n\nPoetry\n```sh\npoetry export -f requirements.txt | pip-audit-extra\n```\n\nUV\n```sh\nuv export --format requirements-txt | pip-audit-extra\n```\n\n### Severity filter\nIf necessary, you can filter vulnerabilities by severity.\nBy default, the filter selects vulnerabilities with the specified severity AND SEVERITIES WITH A HIGHER PRIORITY.\nIt only affects the vulnerability table.\n```sh\ncat requirements.txt | pip-audit-extra --severity CRITICAL\n```\n\nTo select only the specified level, add the prefix `~`, for example:\n```sh\ncat requirements.txt | pip-audit-extra --severity ~CRITICAL\n```\n\n### Fail level\nYou can set severity of vulnerability from which the audit will be considered to have failed.\n```sh\ncat requirements.txt | pip-audit-extra --fail-level HIGH\n```\nIn this example, the audit will be considered failed if vulnerabilities of CRITICAL or HIGH severity are found.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Extended version of pip-audit",
"version": "0.0.1rc10",
"project_urls": {
"Homepage": "https://github.com/Kirill-Lekhov/pip-audit-extra",
"Repository": "https://github.com/Kirill-Lekhov/pip-audit-extra"
},
"split_keywords": [
"pip-audit",
" command-line",
" pip",
" audit"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "73ebe2b65e14aedfd95d27581b1c5f075f8dc18ca2c9d551c531452b0d0e1936",
"md5": "9f1ba095d56cc6fb15b7ade63d115d24",
"sha256": "d10b1739fd39d3d8ac0e60e854348cf62ab6d87049a45d6cb1929a6c5a5817ac"
},
"downloads": -1,
"filename": "pip_audit_extra-0.0.1rc10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9f1ba095d56cc6fb15b7ade63d115d24",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.8.1",
"size": 11931,
"upload_time": "2024-11-13T14:07:19",
"upload_time_iso_8601": "2024-11-13T14:07:19.301812Z",
"url": "https://files.pythonhosted.org/packages/73/eb/e2b65e14aedfd95d27581b1c5f075f8dc18ca2c9d551c531452b0d0e1936/pip_audit_extra-0.0.1rc10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45116bb9a59a8bbbfb7014e907c0878522f7fee3cd306b489e08cae6604c2cb2",
"md5": "edf42d538ebd525b239fb97a136ce64f",
"sha256": "e2696d6cf94bb5a69fe7e27657ed55376fb52501a323f2f72fa7f1088d2dc11b"
},
"downloads": -1,
"filename": "pip_audit_extra-0.0.1rc10.tar.gz",
"has_sig": false,
"md5_digest": "edf42d538ebd525b239fb97a136ce64f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0.0,>=3.8.1",
"size": 7397,
"upload_time": "2024-11-13T14:07:20",
"upload_time_iso_8601": "2024-11-13T14:07:20.320654Z",
"url": "https://files.pythonhosted.org/packages/45/11/6bb9a59a8bbbfb7014e907c0878522f7fee3cd306b489e08cae6604c2cb2/pip_audit_extra-0.0.1rc10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-13 14:07:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Kirill-Lekhov",
"github_project": "pip-audit-extra",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pip-audit-extra"
}