Highlights
Denial of Service: 1 prior fix. Scrutinize any change in this area.
fastvideo/entrypoints/openai/request_adapter.py: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: A client-controlled output_path allowed writing media files outside the intended server directory; the fix removed the field and pinned paths to the server's output_dir, indicating a high-risk sink for arbitrary file writes.
Denial of Service: Raw frame caching and retention caused memory exhaustion; disabling return_frames by default mitigates resource exhaustion from a single request.