Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
apps/api/src/routes/internal/index.ts: 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: Enforcing account suspension checks was missing in authorization flows, allowing suspended users to obtain credentials.
Auth Bypass: Access checks failed to validate the presence of a valid session address, allowing null/undefined checks to bypass logic or crash the service.
Reflected XSS: Lack of protocol and scheme sanitization on audio metadata attachment URIs allowed execution of arbitrary javascript: URIs.