Releases: pypa/pip-audit
Releases · pypa/pip-audit
Release 2.4.10
[2.4.10]
Fixed
- Fixed a crash triggered when no vulnerabilities are found with some
configurations (#437)
Release 2.4.9
[2.4.9]
Fixed
Release 2.4.8
[2.4.8]
Fixed
- Pin maximum version of
packaging
dependency to avoid installing the new
22.0 version which is incompatible withpip-requirements-parser
(#427)
Release 2.4.7
Fixed
- Fixed a timestamp parsing bug that occurred with some vulnerability
reports provided by the OSV service
(#416)
Release 2.4.6
Release 2.4.5
Fixed
-
Fixed an issue where audits done with the PyPI vulnerability service (the
default) were not correctly filtered by "withdrawn" status; "withdrawn"
vulnerabilities are now excluded
(#393) -
Fixed an issue where audits done with the OSV vulnerability service (
-s osv
)
were not correctly filtered by "withdrawn" status; "withdrawn" vulnerabilities
are now excluded (#386) -
Fixed
pip-audit
's handling of URL-style requirements in--no-deps
mode
(URL requirements are now treated as skipped, rather than producing
an error due to a lack of pinning)
(#395)
Release 2.4.4
Changed
-
pip-audit
is now a PyPA member project, and lives under
pypa/pip-audit
! -
Improved error message for when unpinned URL requirements are found during an
audit with the--no-deps
flag
(#355)