Skip to content

Commit a8ce0b3

Browse files
committed
Add urllib3>=2.7.0 pin to fix CVE-2026-44431 and CVE-2026-44432
- urllib3>=2.7.0 fixes sensitive-header leak on proxied cross-origin redirects (CVE-2026-44431) and decompression-bomb bypass in the streaming API (CVE-2026-44432)
1 parent 64c5c48 commit a8ce0b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/requirements/baseimage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jaraco.context>=6.1.0
2222
pyopenssl>=26.0.0
2323
pyasn1>=0.6.3
2424
tornado>=6.5.4
25+
urllib3>=2.7.0
2526

2627
# General utilities
2728
csvkit>=1.0.4

0 commit comments

Comments
 (0)