From fdaa214dfb6802d5a015405a1a4085bfbac701f1 Mon Sep 17 00:00:00 2001 From: Joyce Date: Fri, 22 Sep 2023 03:49:17 -0300 Subject: [PATCH] Create a Security Policy (#1861) --- SECURITY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..2a20b35ad --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +# TensorFlow I/O Security + +Please refer to [TensorFlow’s security model and guidelines][tf-security]. + +To report any security related issues, please email `security@tensorflow.org` +[as described in TensorFlow’s `SECURITY.md`][email]. Consult that document for +details, including an encryption key for especially sensitive disclosures. + +[email]: https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md#reporting-vulnerabilities +[tf-security]: https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md