Patch urllib3 CVEs: bump to 2.7.0#527
Merged
Merged
Conversation
Resolves two HIGH-severity Vanta/Dependabot findings on the krr image, both in urllib3 2.6.3 (fixed in 2.7.0): - CVE-2026-44431 (5.3): sensitive headers (Authorization/Cookie/ Proxy-Authorization) forwarded on cross-origin redirects via the low-level ProxyManager.connection_from_url().urlopen() flow. - CVE-2026-44432 (7.5): DoS via excessive HTTP response decompression (Brotli read / drain_conn) — CWE-409. Bumps urllib3 ^2.6.3 -> ^2.7.0 in pyproject.toml, 2.6.3 -> 2.7.0 in requirements.txt, and updates poetry.lock accordingly. Trivy rescan of requirements.txt reports 0 HIGH/CRITICAL; full test suite passes (55). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughUpdates urllib3 from version 2.6.3 to 2.7.0 across the project's manifest files. The dependency constraint in Changesurllib3 Dependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Sheeproid
approved these changes
Jun 8, 2026
moshemorad
added a commit
that referenced
this pull request
Jun 8, 2026
## Summary Follow-up to #527, which bumped urllib3 in the main krr image but left the **enforcer** image still pinned to the vulnerable `urllib3==2.6.3`. Bumps `enforcer/requirements.txt` `2.6.3` → `2.7.0` to resolve both HIGH-severity findings on the `krr-enforcer` image: - **CVE-2026-44431** (5.3): sensitive headers (Authorization/Cookie/Proxy-Authorization) forwarded on cross-origin redirects. - **CVE-2026-44432** (7.5): DoS via excessive HTTP response decompression — CWE-409. ## Note The `krr-enforcer` image is built/pushed manually (no CI workflow), so a new image build is required after merge for the fix to reach deployments. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Resolves two HIGH-severity Vanta/Dependabot findings on the krr image, both in urllib3 2.6.3 (fixed in 2.7.0):
ProxyManager.connection_from_url().urlopen()flow.drain_conn) — CWE-409.Changes
^2.6.3→^2.7.0inpyproject.toml2.6.3→2.7.0inrequirements.txtpoetry.lockaccordinglyVerification
requirements.txtreports 0 HIGH/CRITICAL🤖 Generated with Claude Code