Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
packages/widget/src/hooks/useFilteredByTokenBalances.ts: 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.
Auth Bypass: Case-sensitive token address comparisons allowed denied tokens to bypass the widget configuration restrictions. Addressing this requires uniform lowercasing or checksum normalization during validation.
Auth Bypass: Tokens loaded dynamically via user wallet balances bypassed the configured token allow/deny lists because the filtering step was completely omitted on this data entry path.