Skip to content

fix(deps): patch non-test Dependabot security alerts (idna, urllib3, pip)#241

Merged
vpetersson merged 1 commit into
masterfrom
fix/security-dependabot-non-test
Jun 1, 2026
Merged

fix(deps): patch non-test Dependabot security alerts (idna, urllib3, pip)#241
vpetersson merged 1 commit into
masterfrom
fix/security-dependabot-non-test

Conversation

@vpetersson
Copy link
Copy Markdown
Contributor

Summary

Addresses all open GitHub Dependabot security alerts affecting the project's production dependency lockfile (uv.lock). Alerts confined to tests/test-data/ fixtures are intentionally excluded — those are sample lockfiles used as SBOM-generation inputs, not dependencies we ship, and are being dismissed separately.

Upgrades

Package From To Severity Advisory
urllib3 2.6.3 2.7.0 high Sensitive headers forwarded across origins in proxied redirects (#100); decompression-bomb safeguards bypassed in streaming API (#99)
idna 3.11 3.17 medium idna.encode() inputs can bypass the CVE-2024-3651 fix (#101)
pip 26.0.1 26.1.2 medium Inclusion of functionality from untrusted control sphere (#96); tar/ZIP interpretation conflict (#94)

All three are transitive dependencies; only uv.lock changed.

Testing

  • uv sync --locked --dev
  • uv run ruff check
  • uv run pytest ✅ (2252 passed, 4 skipped)

🤖 Generated with Claude Code

Resolves open Dependabot alerts on the project lockfile (non-test):
- idna 3.11 -> 3.17 (GHSA, IDNA encode bypass)
- urllib3 2.6.3 -> 2.7.0 (cross-origin header forwarding; decompression-bomb bypass)
- pip 26.0.1 -> 26.1.2 (untrusted control sphere; tar/ZIP interpretation conflict)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 1, 2026 07:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


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

@vpetersson vpetersson merged commit a2f714f into master Jun 1, 2026
11 checks passed
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.

2 participants