Highlights
Auth Bypass: 9 prior fixes. Scrutinize any change in this area.
app/Service/PermissionStore.php: most-fixed (2 issues). Treat as high-risk during review.
11 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: Central authorization service had two separate bypasses: unconditional owner grant and missing membership check, indicating fragile core logic.
Auth Bypass: Task index endpoint lacked project visibility filter, allowing access to tasks in unauthorized projects.
IDOR: Project view used insufficient permission scope, enabling employees to view private projects.