Commit d7b7c7d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
0 commit comments