Highlights
Auth Bypass: 14 prior fixes. Scrutinize any change in this area.
ClientReadPlatformServiceImpl.java: most-fixed (2 issues). Treat as high-risk during review.
30 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: Recurring pattern of missing or incorrect permission checks on API endpoints, allowing unauthorized operations.
SQL Injection: Persistent use of string concatenation in SQL queries with user-controlled input, despite multiple fixes.
Privilege Escalation / Stale Authorization: Cached user permissions not evicted on role/permission changes, allowing revoked users to retain access.