Security context

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

srbhr/resume-matcher
main @ 82b758b
11
Fixes
0
CVEs
HIGH
Peak severity
54.5%
Coverage
Highlights
Information Disclosure: 3 prior fixes. Scrutinize any change in this area.
apps/backend/app/crypto.py: most-fixed (2 issues). Treat as high-risk during review.
2 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.

Stored XSS: Rendering unsanitized user-controlled resume data inside raw HTML fields can lead to persistent execution of arbitrary JavaScript in the context of authenticated users.
Stored XSS: Incomplete sanitization of rich text templates used in SSR and client-side rendering exposes the application to stored cross-site scripting payloads.
Auth Bypass: Lack of strict state verification and preview hash tracking allows client-side tampering and unauthorized updates to generated resume data before final confirmation.