From b4f35863c004caa16f2c6eae563371457759fb84 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Thu, 9 Feb 2023 12:00:32 +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..94f9005 --- /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/gcloud/-/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