Skip to content

Commit fa459c2

Browse files
authored
fix: ignore pip CVE-2026-3219 (#11) (#51)
1 parent 81b8fff commit fa459c2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/security/pip-audit-ignore.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# Format:
66
# # CVE-XXXX-NNNN — short reason; tracking issue / fix ETA.
77
# CVE-XXXX-NNNN
8-
#
9-
# Currently empty for the harness scaffold — add entries as upstream
10-
# advisories require.
8+
9+
# CVE-2026-3219 — pip 26.0.1; advisory disclosed April 2026, blocks every
10+
# build until pip 26.0.2+ ships in the GHA tool cache. Remove once
11+
# `actions/setup-python` upgrades the bundled pip.
12+
CVE-2026-3219

0 commit comments

Comments
 (0)