Patch CVE-2026-44432 and CVE-2026-44431 (urllib3)#22
Merged
Conversation
Bumps urllib3 2.6.3 -> 2.7.0 to fix two HIGH severity advisories: - CVE-2026-44432 (GHSA-mf9v-mfxr-j63j, CVSS 7.5): excessive resource consumption (CWE-409) when streaming compressed responses via the Brotli read path or drain_conn(). - CVE-2026-44431 (GHSA-qccp-gfcp-xxvc, CVSS 5.3): sensitive headers (Authorization/Cookie/Proxy-Authorization) leaked on cross-origin redirects via the low-level ProxyManager.connection_from_url() API. urllib3 2.7.0 dropped Python 3.9 support, so the project floor is raised to ^3.10 (3.9 is past EOL; the shipped Docker image is python:3.12). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
urllib3 2.7.0 raised the project floor to ^3.10, so building/testing on 3.9 no longer resolves. Bump build_package to 3.12 and drop 3.9 from the test_package matrix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sheeproid
approved these changes
Jun 8, 2026
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.
Bumps urllib3 2.6.3 → 2.7.0 to resolve the two HIGH-severity advisories flagged by Vanta/Dependabot for
robusta-cli:drain_conn()Authorization/Cookie/Proxy-Authorization) leaked on cross-origin redirects via the low-levelProxyManager.connection_from_url()APIBoth are fixed in urllib3 2.7.0.
Note: Python 3.9 dropped
urllib3 2.7.0 requires Python ≥3.10, so the project floor is raised from
^3.9to^3.10. This is safe:python:3.12-slim.Verification
poetry lockresolves urllib3 to 2.7.0poetry install+poetry run robusta --helpruns cleanly🤖 Generated with Claude Code