Highlights
Denial of Service: 3 prior fixes. Scrutinize any change in this area.
exchange/src/proxy.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: Unbounded websocket streams per connection allow attackers to trigger resource exhaustion. The fix introduced strict concurrency limits on connections.
Denial of Service: Arithmetic calculations involving timestamps and coordinate scales are susceptible to integer overflow, leading to application crashes during chart initialization.
Denial of Service: Uncapped data-point rendering without sliding-window limits based on display dimensions causes application panics during high-volume drawing operations.