Highlights
Denial of Service: 4 prior fixes. Scrutinize any change in this area.
src/controllers/TokenController.ts: most-fixed (3 issues). 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: Unconstrained concurrent operations using Promise.all can exhaust system resources or trigger rate-limits, causing application-wide denial of service. The fix introduced controlled concurrency mapping.
Denial of Service: Lack of null validation when mapping over returned token lists could lead to runtime null pointer dereferences and crash the controller process.
Denial of Service: Dereferencing properties of an undefined price object in the TokenPriceController leads to application crashes when processing unrecognized token identifiers.