Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

aerodrome-finance/contracts
main @ 1ba3081
8
Fixes
0
CVEs
HIGH
Peak severity
62.5%
Coverage
Highlights
Access Control: 6 prior fixes. Scrutinize any change in this area.
contracts/VotingEscrow.sol: most-fixed (5 issues). Treat as high-risk during review.
7 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: Multiple fixes show inconsistent permission checks across similar functions, enabling privilege escalation or unauthorized operations.
Access Control: Checkpoint handling flaws could allow voting power inflation, a critical integrity issue for governance.
Access Control: Missing null checks in withdrawManaged could lead to DoS or unintended state changes.