keras-team / keras-tuner

A Hyperparameter Tuning Library for Keras
https://keras.io/keras_tuner/
Apache License 2.0
2.86k stars 396 forks source link

Set a security policy #980

Closed pnacht closed 1 year ago

pnacht commented 1 year ago

Fixes #979.

This PR publishes a simple security policy for KerasTuner. It is effectively identical to the ones used by Keras and KerasCV.

If you merge this PR as is, make sure to also enable the GitHub private reporting feature in the repo Settings > Code security & analysis page.

If KerasTuner is still closely tied to TensorFlow, let me know if you'd rather adopt the tf-keras policy.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e935ac1) 98.37% compared to head (88288ca) 98.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #980 +/- ## ======================================= Coverage 98.37% 98.37% ======================================= Files 50 50 Lines 3084 3084 ======================================= Hits 3034 3034 Misses 50 50 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

haifeng-jin commented 1 year ago

I just enabled private reporting.