Highlights
Denial of Service: 3 prior fixes. Scrutinize any change in this area.
vllm_omni/engine/orchestrator.py: most-fixed (2 issues). Treat as high-risk during review.
3 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.
Denial of Service: A single-stage engine death propagates EngineDeadError and shuts down the entire API server, enabling trivial remote DoS.
Denial of Service: Out-of-vocabulary stop token ids cause MinTokensLogitsProcessor to write -inf and crash the engine.
SSRF: Unrestricted httpx.get on remote media URLs allows SSRF; fix added domain/path allowlists.