Skip to content

Commit

Permalink
PR #17522: Update security section.
Browse files Browse the repository at this point in the history
Imported from GitHub PR #17522

Added a section to address the security practices and to report security vulnerability found in keras.  Guiding users to use the same steps followed for Tensorflow repo.
Fixes: https://github.com/keras-team/keras/issues/17459
Copybara import of the project:

--
3839676 by Sachin Prasad <sachinprasad@google.com>:

Update security section.

Added a section to address the security practices and to report security vulnerability found in keras.
Guiding users to use the same steps followed for Tensorflow repo.
--
433f7da by Sachin Prasad <sachinprasad@google.com>:

Update Readme file
--
d16d9b3 by Sachin Prasad <sachinprasad@google.com>:

Add security policy details
--
8beb4c2 by Sachin Prasad <sachinprasad@google.com>:

Add security policy details

Merging this change closes #17522

FUTURE_COPYBARA_INTEGRATE_REVIEW=#17522 from keras-team:sachinprasadhs-patch-3 8beb4c2
PiperOrigin-RevId: 512105115
  • Loading branch information
tensorflower-gardener committed Feb 24, 2023
1 parent 409f8c0 commit c579990
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,8 @@ 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 Keras is the high-level API of TensorFlow 2, Keras follows same security practices as TensorFlow.
For details on guidelines on vulnerabilities and reporting them, you can refer [Using TensorFlow Securely](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md).

0 comments on commit c579990

Please sign in to comment.