Path to this page:
Subject: CVS commit: pkgsrc/security/py-pip-audit
From: Adam Ciarcinski
Date: 2022-11-25 14:38:03
Message id: 20221125133803.3F0CBFA90@cvs.NetBSD.org
Log Message:
py-pip-audit: updated to 2.4.6
2.4.6
Fixed
* Fixed an incorrect interaction between `--desc=auto` and `--format=json`;
`--desc=auto` now includes the description in the generated JSON report,
as intended
* Fixed a bug in dependency resolution with third-party indices where
relative URLs were not resolved correctly
2.4.5
ixed
* 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
* 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
* 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)
Files: