Skip to content

Commit d7b7c7d

Browse files
moshemoradclaude
andauthored
Patch urllib3 CVEs in enforcer: bump to 2.7.0 (#529)
## Summary Follow-up to #527, which bumped urllib3 in the main krr image but left the **enforcer** image still pinned to the vulnerable `urllib3==2.6.3`. Bumps `enforcer/requirements.txt` `2.6.3` → `2.7.0` to resolve both HIGH-severity findings on the `krr-enforcer` image: - **CVE-2026-44431** (5.3): sensitive headers (Authorization/Cookie/Proxy-Authorization) forwarded on cross-origin redirects. - **CVE-2026-44432** (7.5): DoS via excessive HTTP response decompression — CWE-409. ## Note The `krr-enforcer` image is built/pushed manually (no CI workflow), so a new image build is required after merge for the fix to reach deployments. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2d07503 commit d7b7c7d

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)