Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

filamentphp/panels
5.x @ 598ea89
5
Fixes
1
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
src/Auth/Http/Requests/EmailChangeVerificationRequest.php: most-fixed (1 issue). 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.

Auth Bypass: Inconsistent authorization controls across pages and tenant profiles can permit unauthorized access to entire panels or resources. Developers must ensure authorizeAccess checks are thoroughly integrated and active for all custom panels.
Auth Bypass: Route caching in Laravel can cause route-specific middleware, such as tenant or authentication verification, to be bypassed entirely if middleware registration relies on runtime execution that gets skipped by cached routes.
Auth Bypass: Hidden or restricted actions in forms and schemas can be bypassed and executed by clients if client-side visibility configurations are not strictly validated server-side during form submission handling.