Security context

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

vas3k/taxhacker
main @ 5a5deb4
2
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
lib/auth.ts: most-fixed (1 issue). 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.

Path Traversal: Insecure handling of user-supplied filenames allowed arbitrary files to be deleted on the system. Developers must ensure that all file operations strictly resolve and validate paths against a designated safe root directory.
Auth Bypass: Weak or predictable database ID generation in the authentication library allowed session or user identifier guessing. Forcing a secure UUID generation strategy prevents attackers from guessing critical authentication tokens or record identifiers.