From 925c6d4eaea42a844dec0aade8a9d2b1b225c228 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Thu, 16 Apr 2026 19:34:07 +0300 Subject: [PATCH] Set owner and sec files --- CODEOWNERS | 3 +++ SECURITY.md | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 CODEOWNERS create mode 100644 SECURITY.md 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.