Skip to content

Commit

Permalink
Move security policy to own file
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
  • Loading branch information
pnacht committed Nov 13, 2023
1 parent d838728 commit ecb19a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,3 @@ mind.
submitting PRs to fix one typo, one warning,etc. We recommend fixing the
same issue at the file level at least (e.g.: fix all typos in a file, fix
all compiler warnings in a file, etc.)

## Security vulnerability reports

Since TF-Keras is the high-level API of TensorFlow 2, TF-Keras follows same security practices as TensorFlow.
For details on guidelines on vulnerabilities and reporting them, you can refer [Using TensorFlow Securely](https:/tensorflow/tensorflow/blob/master/SECURITY.md).
4 changes: 4 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Security vulnerability reports

Since Keras is the high-level API of TensorFlow 2, Keras follows the same security practices as TensorFlow.
For details on guidelines on vulnerabilities and how to report them, you can refer to [Using TensorFlow Securely](https:/tensorflow/tensorflow/blob/master/SECURITY.md).

0 comments on commit ecb19a5

Please sign in to comment.