Highlights
Access Control: 7 prior fixes. Scrutinize any change in this area.
PermissionedNodeRegistry.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: Proxy re-initialization could allow takeover; two separate fixes addressed missing isInitialized guards.
Access Control: Operators could directly mark validators ready, bypassing oracle control; fixed by restricting caller to STADER_ORACLE.
Access Control: Onboarding operators to mismatched pools could corrupt pool state; fixed by adding pool ID verification.