From c57c9415b17f014e5600b4b2cb6b7f0b70cfaa07 Mon Sep 17 00:00:00 2001 From: Michael Yao Date: Mon, 9 Jun 2025 21:28:51 +0800 Subject: [PATCH] [Docs] Fix a bullet list in usage/security.md (#19358) Signed-off-by: windsonsea --- docs/usage/security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/security.md b/docs/usage/security.md index 1209cc8dd4572..76140434dcb36 100644 --- a/docs/usage/security.md +++ b/docs/usage/security.md @@ -31,6 +31,7 @@ refer to the [PyTorch Security Guide](https://github.com/pytorch/pytorch/security/policy#using-distributed-features). Key points from the PyTorch security guide: + - PyTorch Distributed features are intended for internal communication only - They are not built for use in untrusted environments or networks - No authorization protocol is included for performance reasons