Security context

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

solidtime-io/solidtime
main @ 28aba7b
13
Fixes
0
CVEs
HIGH
Peak severity
62.5%
Coverage
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.