Security context

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

marsfoundation/aave-v3-core
dev @ 900c189
31
Fixes
0
CVEs
HIGH
Peak severity
26.7%
Coverage
Highlights
Logic Error: 10 prior fixes. Scrutinize any change in this area.
contracts/protocol/libraries/logic/ValidationLogic.sol: most-fixed (10 issues). Treat as high-risk during review.
21 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.

Logic Error: Multiple fixes address missing or incorrect validation logic, particularly around isolation mode and collateral usage, indicating a high risk of incomplete checks being bypassed.
Isolation Mode Debt Ceiling Bypass: Fixes in BorrowLogic and ValidationLogic show recurring precision and decimal errors in debt ceiling calculations, allowing bypass of isolation mode limits.
Auth Bypass: Access control bypasses in Pool entry points (e.g., mintUnbacked, repayWithATokens) demonstrate a pattern of missing authorization checks on critical operations.