File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272
7373 - name : Audit for known vulnerabilities
7474 run : |
75- # CVE-2026-3219 affects pip itself (no fix released yet); ignore it so
76- # that vulnerabilities in actual project dependencies still fail CI.
77- uv run pip-audit --strict --ignore-vuln CVE-2026-3219
75+ # CVE-2026-3219 / PYSEC-2026-196 affects pip itself (no fix released
76+ # yet); ignore both aliases so that vulnerabilities in actual project
77+ # dependencies still fail CI.
78+ uv run pip-audit --strict --ignore-vuln CVE-2026-3219 --ignore-vuln PYSEC-2026-196
7879
7980 release :
8081 name : Release
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ dev = [
5555
5656[tool .uv ]
5757# Minimum versions that resolve known CVEs in transitive dependencies.
58- # CVE-2026-3219 affects pip itself (no fix released yet); ignore it so
59- # pip-audit is run with --ignore-vuln CVE-2026-3219.
58+ # CVE-2026-3219 / PYSEC-2026-196 affects pip itself (no fix released yet); ignore both
59+ # aliases so pip-audit is run with --ignore-vuln CVE-2026-3219 --ignore-vuln PYSEC-2026-196 .
6060constraint-dependencies = [
6161 " cryptography>=48.0.1" , # GHSA-537c-gmf6-5ccf
6262 " gitpython>=3.1.50" , # CVE-2026-44244, GHSA-mv93-w799-cj2w
You can’t perform that action at this time.
0 commit comments