Skip to content

fix(ci): upgrade pip before security audit to avoid pip-self CVEs#16

Merged
KYBvWHxW merged 1 commit into
mainfrom
fix/ci-pip-upgrade
Apr 28, 2026
Merged

fix(ci): upgrade pip before security audit to avoid pip-self CVEs#16
KYBvWHxW merged 1 commit into
mainfrom
fix/ci-pip-upgrade

Conversation

@KYBvWHxW

Copy link
Copy Markdown
Contributor

Related Issue

Closes #15

Summary

Test Plan

  • Security Scan CI job passes
  • All other CI jobs already passing

🤖 Generated with Claude Code

pip 25.3 pre-installed on CI runners has CVE-2026-1703 and CVE-2026-3219.
Upgrading pip before running pip-audit avoids false positives.

Closes #15

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 28, 2026 16:38
@KYBvWHxW KYBvWHxW merged commit dfaad39 into main Apr 28, 2026
9 checks passed
@KYBvWHxW KYBvWHxW deleted the fix/ci-pip-upgrade branch April 28, 2026 16:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the CI security scan workflow to avoid failing pip-audit due to vulnerabilities in the runner’s preinstalled pip.

Changes:

  • Upgrade pip in the Security Scan job before installing/running pip-audit.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

fix(ci): upgrade pip before security audit to avoid pip-self CVEs

3 participants