diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..c205d3d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +SECURITY.md @chkp-haimk +LICENSE @chkp-haimk +* @chkp-haimk diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..b761d08 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +## Reporting a Vulnerability + +If you discover a security vulnerability in this project, please report it responsibly. + +**Please do NOT open a public GitHub issue for security vulnerabilities.** + +Instead, please send an email to [haimk@checkpoint.com](mailto:haimk@checkpoint.com) with the following details: + +- Description of the vulnerability +- Steps to reproduce the issue +- Any suggested fixes (if applicable) + +We will acknowledge receipt and aim to fix it ASAP. Once a fix is released, we will be happy to open a public issue and publicly acknowledge your contribution.