Highlights
: 1 prior fix. Scrutinize any change in this area.
apps/web/src/app/api/waitlist/route.ts: 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.
Arbitrary Code Execution: Use of new Function() to evaluate math expressions enables arbitrary JavaScript execution, a critical RCE risk.
CSRF: POST endpoint lacks CSRF validation, allowing cross-site requests to modify waitlist state.