Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
src/request.rs: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Denial of Service: TcpStream reads lack a full-request timeout, allowing a slowloris attacker to hold connections open indefinitely and exhaust server/client resources.
Denial of Service: Unbounded redirect following can create an infinite loop, consuming CPU and memory and potentially causing resource exhaustion.