Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
src/server/api/api.py: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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 lack of multi-tenant database isolation and project-level token validation in the API middleware could allow unauthorized cross-tenant data access, compromising tenant data privacy.
Denial of Service: Performing HTTP requests without explicit timeouts when querying third-party billing services can block critical server execution threads indefinitely, leading to resource exhaustion.