Highlights
Access Control: 6 prior fixes. Scrutinize any change in this area.
contracts/ListaToken.sol: most-fixed (2 issues). Treat as high-risk during review.
10 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.
Access Control: Two distinct access control fixes in the same proxy contract—uninitialized proxy takeover and unauthorized reward claims—indicate a systemic weakness in initialization and account validation gating.
Access Control: Reward functions across two vault contracts lacked pause checks, allowing operations during paused states; this pattern recurs in multiple staking components.
Auth Bypass: setPeer was callable by non-admin roles, allowing unauthorized trust anchor changes across both OF T v2 contracts—a critical cross-chain security hole.