pip-audit Scan
Import pip-audit JSON scan report.
File Types
This parser expects a JSON file.
The parser can handle legacy and current JSON format.
The current format has added a dependencies
element:
{
"dependencies": [
{
"name": "pyopenssl",
"version": "23.1.0",
"vulns": []
},
...
]
...
}
The legacy format does not include the dependencies
key:
[
{
"name": "adal",
"version": "1.2.2",
"vulns": []
},
...
]
Sample Scan Data
Sample pip-audit Scan scans can be found here.
Link To Tool
Last modified November 18, 2024: Merge pull request #11287 from DefectDojo/master-into-dev/2.40.2-2.41.0-dev (3b0fd30)