Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
core/api.py: most-fixed (2 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: Critical endpoints (such as cloud generation and user upgrades) were exposed without administrative authorization checks and proper token lifecycle controls, which allowed unauthenticated or unauthorized actions.
Auth Bypass: Graph retrieve and update workflows failed to enforce tenant isolation filters, allowing users to read and manipulate graph assets belonging to other users or tenants.
Path Traversal: Connector storage operations resolved paths without verifying that the final canonical path remained within the intended root directory, exposing the system to arbitrary file reads and writes.