fix(deps): downgrade pip 26.0.1 → 26.0 to resolve CVE-2026-3219#204
Closed
Copilot wants to merge 2 commits into
Closed
fix(deps): downgrade pip 26.0.1 → 26.0 to resolve CVE-2026-3219#204Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/Azure-Samples/Apim-Samples/sessions/606d94ad-e441-4baf-9ffe-1ea56fcf2363 Co-authored-by: simonkurtz-MSFT <84809797+simonkurtz-MSFT@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix pip interpretation conflict with concatenated archives
fix(deps): downgrade pip 26.0.1 → 26.0 to resolve CVE-2026-3219
Apr 25, 2026
simonkurtz-MSFT
approved these changes
Apr 25, 2026
🐍 Python 3.13 Results
|
🐍 Python 3.14 Results
|
🐍 Python 3.12 Results
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pip 26.0.1 introduced a regression (GHSA-58qw-9mgm-455v / CVE-2026-3219) where concatenated tar+ZIP files are always treated as ZIP archives, potentially installing incorrect package contents. No patched version exists yet; 26.0 is unaffected.
Changes
pyproject.toml— adds a[tool.uv] override-dependenciesentry to excludepip==26.0.1, with an inline comment referencing the advisory:uv.lock— regenerated; pip resolves to26.0.Reachability
Not directly reachable (high confidence).
pipis a transitive dependency ofpip-api→pip-audit(dev-only). The codebase never invokes pip's install machinery against untrusted or concatenated archives;pip-auditonly introspects the environment and queries vulnerability databases. This update satisfies the scanner rather than addressing an active exposure.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
astral.sh/usr/bin/curl curl -LsSf REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt