Security context

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

menloresearch/cortex.cpp
dev @ ee9e0ad
4
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
engine/main.cc: most-fixed (3 issues). Treat as high-risk during review.
4 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 were needed to enforce API key checks on protected endpoints, indicating a pattern of endpoints being exposed without authentication.
Path Traversal: A single fix addressed path traversal during file storage; however, similar traversal risks may exist in other file operations (read, delete) within the same repository.