Commit Graph

6 Commits

Author SHA1 Message Date
e1dfc61250 Document CI/CD security philosophy (#128316)
Namely:
-  when use of non-ephemeral runners is OK, vs when it is not
- Why binary build pipelines should not use distributed caching
- Why temporary CI artifacts should not be considered safe
Pull Request resolved: https://github.com/pytorch/pytorch/pull/128316
Approved by: https://github.com/seemethere, https://github.com/atalman
2024-06-14 13:47:25 +00:00
55646554b7 [EZ] Fix typos in SECURITY.md (#128340)
permisisons -> permissions
lates -> latest

Pull Request resolved: https://github.com/pytorch/pytorch/pull/128340
Approved by: https://github.com/clee2000, https://github.com/atalman, https://github.com/kit1980
2024-06-10 19:21:39 +00:00
90f4b3fcb2 PyTorch Distributed security assumptions (#127403)
To highlight, that PyTorch Distributed should only be used in a trusted environment and never on the nodes with open network access, which is very similar in spirit to https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md#running-a-tensorflow-server

Thanks to @Xbalien and @K1ingzzz for drawing attention to missing documentation on distributed workloads security assumptions
Pull Request resolved: https://github.com/pytorch/pytorch/pull/127403
Approved by: https://github.com/wconstab
2024-05-29 19:08:20 +00:00
14162eecfc Update Security Policy to provide Security Guidance for users (#120531)
Fixes #120530

Co-authored-by: albanD <desmaison.alban@gmail.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/120531
Approved by: https://github.com/malfet, https://github.com/albanD
2024-04-17 23:08:48 +00:00
1a454310b9 Update SECURITY.MD (#93313)
To recommend reporting issues via advisories

Pull Request resolved: https://github.com/pytorch/pytorch/pull/93313
Approved by: https://github.com/atalman, https://github.com/seemethere
2023-01-31 00:36:47 +00:00
9547e57643 Create SECURITY.md (#61356)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/61356

Reviewed By: samestep

Differential Revision: D29589904

Pulled By: malfet

fbshipit-source-id: 5d79d25e35af9cb258fd6843559955360dc0cc4e
2021-07-07 13:34:12 -07:00