Highlights
Auth Bypass: 98 prior fixes. Scrutinize any change in this area.
bundles/AdminBundle/Controller/Admin/DataObject/DataObjectController.php: most-fixed (7 issues). Treat as high-risk during review.
195 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: The largest and most frequently patched class; missing or incorrectly ordered permission checks allowed unauthorized access to data and actions.
SQL Injection: Recurring SQL injection from unquoted identifiers, IN-clauses, and dynamic conditions; multiple critical fixes across model and controller layers.
PHP Object Injection / Insecure Deserialization: Permissive unserialize() allowed arbitrary class instantiation; multiple fixes restricted allowed_classes or replaced with JSON.