Skip to content

fix: update urllib3 to 2.6.3 and requests to 2.32.4 to resolve CVEs#167

Open
aviadhahami wants to merge 1 commit intomainfrom
aviad/RUN-562-python-instrumentation-vulnerabilities-eee5
Open

fix: update urllib3 to 2.6.3 and requests to 2.32.4 to resolve CVEs#167
aviadhahami wants to merge 1 commit intomainfrom
aviad/RUN-562-python-instrumentation-vulnerabilities-eee5

Conversation

@aviadhahami
Copy link
Copy Markdown
Contributor

Summary

Fixes security vulnerabilities in urllib3 and requests dependencies as identified in RUN-562.

Changes

  • urllib3: 2.2.32.6.3
  • requests: 2.32.32.32.4

Updated in both setup.py (primary dependency source) and requirements.txt (lock file).

Vulnerabilities Fixed

Severity CVE/GHSA Package Fixed Version
High GHSA-gm62-xv2j-4w53 urllib3 2.6.0
High GHSA-2xpw-w6gg-jr37 urllib3 2.6.0
High GHSA-38jv-5279-wg99 urllib3 2.6.3
Medium GHSA-pq67-6m6q-mj2v urllib3 2.5.0
Medium GHSA-48p4-8xcf-vxj5 urllib3 2.5.0
Medium GHSA-9hjg-9r4m-mvj7 requests 2.32.4

Notes

  • urllib3-odigos (2.2.2) and odigos-requests (2.32.3.dev0) are separate forked packages and are not affected by these CVEs.
  • Compatibility between requests 2.32.4 and urllib3 2.6.3 has been verified.

Linear Issue: RUN-562

Open in Web Open in Cursor 

- urllib3 2.2.3 -> 2.6.3 (fixes GHSA-gm62-xv2j-4w53, GHSA-2xpw-w6gg-jr37, GHSA-38jv-5279-wg99, GHSA-pq67-6m6q-mj2v, GHSA-48p4-8xcf-vxj5)
- requests 2.32.3 -> 2.32.4 (fixes GHSA-9hjg-9r4m-mvj7)

Resolves RUN-562

Co-authored-by: Aviad Hahami <aviadhahami@users.noreply.github.com>
Copy link
Copy Markdown
Collaborator

@tamirdavid1 tamirdavid1 left a comment

Choose a reason for hiding this comment

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

not possible to upgrade this, need to handle it differently

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.

3 participants