pytorch
8e92a3a8 - [docs] Add pickle security warning to package docs (#59959)

Commit
3 years ago
[docs] Add pickle security warning to package docs (#59959) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59959 **Summary** This commit replaces the warning on the `torch.package` documentation page about the module not being publicly released (which will no longer be true as of 1.9) with one that warns about security issues caused by the use of the `pickle` module. **Test Plan** 1) Built the docs locally. 2) Continuous integration. <img width="877" alt="Captura de Pantalla 2021-06-14 a la(s) 11 22 05 a m" src="https://user-images.githubusercontent.com/4392003/121940300-c98cab00-cd02-11eb-99dc-08e29632079a.png"> Test Plan: Imported from OSS Reviewed By: suo Differential Revision: D29108429 Pulled By: SplitInfinity fbshipit-source-id: 3a0aeac0dc804a31203bc5071efb1c5bd6ef9725
Author
Meghan Lele
Parents
Loading