Security context

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

vllm-project/vllm-omni
main @ 7992c22
4
Fixes
0
CVEs
HIGH
Peak severity
75.0%
Coverage
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.