Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

soju06/codex-lb
main @ 1d3f6cc
62
Fixes
0
CVEs
HIGH
Peak severity
35.5%
Coverage
Highlights
Denial of Service: 27 prior fixes. Scrutinize any change in this area.
app/modules/proxy/service.py: most-fixed (11 issues). Treat as high-risk during review.
24 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Auth Bypass: Gating flaws on proxy and image generation endpoints allowed clients to bypass intended model limits, API-key quotas, and reasoning constraints when accessing upstream services.
Denial of Service: Unbounded streaming, long-lived database transactions, and missing cleanup blocks on request retries regularly caused database connection pool exhaustion and semaphore starvation.
Denial of Service: Unbounded decompression streams allowed clients to send compressed payloads (such as zstd decompression bombs) that consume excessive memory and crash the proxy service.