Skip to content

Deps: Bump urllib3 from 2.6.3 to 2.7.0 (GHSA-qccp-gfcp-xxvc) - #67

Merged
wasimxyz merged 1 commit into
stagingfrom
fix/dependabot-22-urllib3-upgrade
May 13, 2026
Merged

Deps: Bump urllib3 from 2.6.3 to 2.7.0 (GHSA-qccp-gfcp-xxvc)#67
wasimxyz merged 1 commit into
stagingfrom
fix/dependabot-22-urllib3-upgrade

Conversation

@wasimxyz

Copy link
Copy Markdown
Member

Summary

Closes Dependabot alert #22.

  • Bumps the urllib3 transitive dep in uv.lock from 2.6.3 to 2.7.0.
  • Patches GHSA-qccp-gfcp-xxvc / CVE-2026-44431 (high), where urllib3 versions >= 1.23, < 2.7.0 forward sensitive headers (Authorization, Cookie, Proxy-Authorization) on cross-origin redirects when callers use the low-level ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) path.
  • We don't use that low-level proxy redirect flow ourselves (urllib3 reaches us transitively via botocore and requests), so the bump is purely to clear the alert.

Test plan

  • make check-all

Made with Cursor

Addresses Dependabot alert #22. urllib3 < 2.7.0 forwards sensitive
headers (`Authorization`, `Cookie`, `Proxy-Authorization`) across
origins when following redirects via the low-level
`ProxyManager.connection_from_url().urlopen(..., assert_same_host=False)`
path. We don't use that low-level proxy redirect flow, but bumping the
transitive dep clears the high-severity alert.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
data-hub Ready Ready Preview, Comment May 13, 2026 7:39pm

Request Review

@wasimxyz wasimxyz self-assigned this May 13, 2026
@wasimxyz
wasimxyz merged commit 1a51af3 into staging May 13, 2026
4 checks passed
@wasimxyz
wasimxyz deleted the fix/dependabot-22-urllib3-upgrade branch May 13, 2026 19:41
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