You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip-audit now supports the --osv-url URL flag, which can be used to
retrieve vulnerabilities from a custom OSV service. This is useful for
organizations that host their own mirror of the OSV database, or that
have custom OSV records
(#810)
pip-audit now supports the Ecosyste.ms vulnerability service with --vulnerability-service=esms
(#903).
pip-audit now invokes pip with --keyring-provider=subprocess,
partially fixing a regression that was introduced with another authentication
fix in 2.6.2. This allows the interior pip to use keyring to perform
third-party index authentication.
pip-audit now includes vulnerability aliases when --format=json is used,
and also includes them in other output formats if specified by adding the
flag --aliases
Fixed a hang caused by auditing requirements when resolving against
an index that requires authentication, causing pip to wait indefinitely
for credentials (#707)