Add link to SECURITY.md from doc describing model loading.
authorMark Daoust <markdaoust@google.com>
Wed, 21 Feb 2018 19:06:22 +0000 (11:06 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 21 Feb 2018 19:10:10 +0000 (11:10 -0800)
PiperOrigin-RevId: 186489041

tensorflow/docs_src/programmers_guide/saved_model.md

index f27a658342b8d33407e1c6ed5799a10c2305a74c..f18d50b282400810b4869f78ba7f536ad5ea4798 100644 (file)
@@ -3,6 +3,9 @@
 This document explains how to save and restore
 @{$variables$variables} and models.
 
+Important: TensorFlow model files are code. Be careful with untrusted code.
+See [Using TensorFlow Securely](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/SECURITY.md)
+for details.
 
 ## Saving and restoring variables