Highlights
Auth Bypass: 6 prior fixes. Scrutinize any change in this area.
pallets/reversible-transfers/src/lib.rs: most-fixed (2 issues). Treat as high-risk during review.
9 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.
Auth Bypass: Composite utility dispatchables escaped the high-security whitelist, allowing unauthorized privileged calls via nested dispatch.
: Recovery could dispatch non-whitelisted calls on behalf of high-security accounts, bypassing the whitelist through recovered origin.
Auth Bypass: Multisig approvals were not bound to the exact inner call payload, allowing approval of unintended calls.