Skip to content

Commit 90ef231

Browse files
moshemoradclaude
andcommitted
Patch urllib3 CVEs in enforcer: bump to 2.7.0
The enforcer image pinned urllib3==2.6.3, still vulnerable to CVE-2026-44431 (sensitive headers on cross-origin redirects) and CVE-2026-44432 (DoS via excessive response decompression), both fixed in 2.7.0. Companion to the krr image bump in this branch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2d07503 commit 90ef231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enforcer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ cachetools==5.3.3
77
prometheus-client==0.20.0
88
kubernetes==26.1.0
99
pyasn1>=0.6.2
10-
urllib3==2.6.3
10+
urllib3==2.7.0

0 commit comments

Comments
 (0)