Highlights
Access Control: 2 prior fixes. Scrutinize any change in this area.
src/EVault/Dispatch.sol: most-fixed (2 issues). Treat as high-risk during review.
5 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: transferFromInternal accepted special account types (CHECKACCOUNT_NONE, CHECKACCOUNT_CALLER) as the 'from' address, enabling unauthorized transfers.
Access Control: Address validation only checked non-zero address, not code existence, allowing deployment with EOAs or invalid contracts.
Reentrancy: balanceTrackerHook was optional and failures ignored, allowing reentrancy through the balance tracker.