From b29ca5c4d51ca0129485ed9546d4f94a6a8763a9 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 30 May 2025 10:37:27 -0400 Subject: [PATCH] [Docs] Update SECURITY.md with link to our security guide (#18961) Signed-off-by: Russell Bryant --- SECURITY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 47196a1f1221e..6053cfb41f35b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,4 +8,6 @@ Please report security issues privately using [the vulnerability submission form --- +Please see the [Security Guide in the vLLM documentation](https://docs.vllm.ai/en/latest/usage/security.html) for more information on vLLM's security assumptions and recommendations. + Please see [PyTorch's Security Policy](https://github.com/pytorch/pytorch/blob/main/SECURITY.md) for more information and recommendations on how to securely interact with models.