From 5fde5bd0763349d1daadcf0e35a55b5f3bd0c139 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Thu, 9 Feb 2023 12:00:38 +0100 Subject: [PATCH] doc: add a security policy --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..daacb67 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +Security fixes and updates are only applied to the latest released version. So always try to be up to date. + +## Reporting a Vulnerability + +In order to minimize risks of attack while investigating and fixing the issue, any vulnerability shall be reported by +opening a [**confidential** issue on gitlab.com](https://gitlab.com/to-be-continuous/gitleaks/-/issues/new). + +Follow-up and fixing will be made on a _best effort_ basis. + +If you have doubts about a potential vulnerability, please reach out one of the maintainers on Discord. -- GitLab