Skip to content

fix: bump urllib3 to >=2.2.2 to address CVE-2024-37891 - #1

Open
apetre-ionos wants to merge 1 commit into
masterfrom
fix/cve-urllib3-2.2.2
Open

fix: bump urllib3 to >=2.2.2 to address CVE-2024-37891#1
apetre-ionos wants to merge 1 commit into
masterfrom
fix/cve-urllib3-2.2.2

Conversation

@apetre-ionos

Copy link
Copy Markdown

Summary

Bumps the urllib3 lower bound from 2.1.0 to 2.2.2 across all dependency files.

CVE: CVE-2024-37891
Severity: High
Description: urllib3 versions < 2.2.2 forward the Proxy-Authorization header to the destination server when following a redirect from an HTTP to an HTTPS origin. This allows an attacker controlling the proxy to intercept credentials.
Fix: GHSA-34jh-p97f-mpxf

Files changed

  • requirements.txt: urllib3 >= 2.1.0urllib3 >= 2.2.2
  • setup.py: same
  • pyproject.toml: same

Test plan

  • Verify package installs correctly with the updated constraint
  • Run existing test suite: pytest

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.

1 participant