Skip to content

ci: drop CVE-2026-3219 workaround, bump pip>=26.1.1#51

Merged
pcalnon merged 1 commit intomainfrom
ci/drop-cve-2026-3219-workaround
May 6, 2026
Merged

ci: drop CVE-2026-3219 workaround, bump pip>=26.1.1#51
pcalnon merged 1 commit intomainfrom
ci/drop-cve-2026-3219-workaround

Conversation

@pcalnon
Copy link
Copy Markdown
Owner

@pcalnon pcalnon commented May 6, 2026

Summary

pip 26.1.1 is now released and no longer flagged for CVE-2026-3219 (concatenated tar/ZIP confusion). Verified against pip 26.1.1 with pip-audit: no known vulnerabilities.

Changes

  • All pip install --upgrade pip calls in CI now require pip>=26.1.1, guarding against runner images that ship an older vulnerable pip.
  • Removed --ignore-vuln CVE-2026-3219 from ci.yml (security job) and security-scan.yml, plus the explanatory comment blocks.

Test plan

  • pip 26.1.1 verified clean against pip-audit locally
  • CI pip-audit passes without --ignore-vuln CVE-2026-3219
  • Scheduled security-scan.yml passes on next run

🤖 Generated with Claude Code

pip 26.1.1 is now released and no longer flagged for CVE-2026-3219
(concatenated tar/ZIP confusion). Verified locally with pip-audit
against pip 26.1.1: no known vulnerabilities.

Changes:
- All `pip install --upgrade pip` calls now require >=26.1.1, guarding
  against runner images that ship an older vulnerable pip.
- Removed `--ignore-vuln CVE-2026-3219` from `ci.yml` (security job)
  and `security-scan.yml`, plus the explanatory comment blocks.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@pcalnon pcalnon self-assigned this May 6, 2026
Copy link
Copy Markdown
Owner Author

@pcalnon pcalnon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@pcalnon pcalnon merged commit b05e779 into main May 6, 2026
25 checks passed
@pcalnon pcalnon deleted the ci/drop-cve-2026-3219-workaround branch May 6, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant