Highlights
Mass Assignment: 4 prior fixes. Scrutinize any change in this area.
app/Controller/User/Api/Security.php: most-fixed (3 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.
Mass Assignment: Three separate fixes in the same component show repeated failures to restrict user-controlled fields, allowing attackers to modify sensitive attributes like balance or status.
Mass Assignment: Admin save operation accepted arbitrary fields without whitelisting, enabling unauthorized modification of business level data.
Reflected XSS: WAF exception messages included raw attacker-controlled rule descriptions, leading to reflected XSS when rendered.