Security context

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

ever-co/ever-traduora
develop @ f29a216
10
Fixes
0
CVEs
HIGH
Peak severity
37.5%
Coverage
Highlights
Auth Bypass: 6 prior fixes. Scrutinize any change in this area.
api/src/controllers/auth.controller.ts: most-fixed (5 issues). Treat as high-risk during review.
6 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: Multiple fixes in this component show recurring gaps in signup and provider authentication flows, leading to unauthorized account creation or access.
Auth Bypass: Provider authentication bypass when provider is disabled; the service must always check provider active flags before processing codes.
Denial of Service: The token endpoint lacked rate limiting, enabling brute-force and resource exhaustion; rate limiting is now applied but must be maintained.