Skip to content

Commit dfaad39

Browse files
KYBvWHxWtbag999claude
authored
fix(ci): upgrade pip before security audit to avoid pip-self CVEs (#16)
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: gss <tbag9199@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 09983dc commit dfaad39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- uses: actions/setup-python@v5
6060
with:
6161
python-version: "3.12"
62+
- run: python -m pip install --upgrade pip
6263
- run: pip install pip-audit bandit
6364
- name: Install project
6465
run: pip install -e ".[dev]"

0 commit comments

Comments
 (0)