-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
type: maintenanceRelated to Development and Maintenance ProcessesRelated to Development and Maintenance Processes
Description
Description
Following up on comment #13522 (comment) and the discussion there, I wanted to open this issue as @notatallshaw asked.
@notatallshaw […] if you have any impact please open a new GitHub issue and we can discuss there, and act appropriately.
The impact is breaking CI pipelines that use pip-audit. We have currently updated our configurations to ignore this particular CVE but would like to see it fixed instead.
Expected behavior
No response
pip version
25.2
Python version
3.13
OS
Linux
How to Reproduce
(venv) ~ > pip list
Package Version
------- -------
pip 25.2
(venv) ~ > pip install pip_audit
Collecting pip_audit
Downloading pip_audit-2.9.0-py3-none-any.whl.metadata (27 kB)
...
(venv) ~ > pip-audit
Found 1 known vulnerability in 1 package
Name Version ID Fix Versions
---- ------- ------------------- ------------
pip 25.2 GHSA-4xh5-x5gv-qwph
(venv) ~ > echo $?
1
which breaks the CI job.
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.
MRigal, Ziad-Mohamedd, akkodispaul, behnazh-w, MinciuLietus and 15 more
Metadata
Metadata
Assignees
Labels
type: maintenanceRelated to Development and Maintenance ProcessesRelated to Development and Maintenance Processes