From d5dba0e409928bb0cd0541fc1b5ccd41564b5c1d Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sat, 4 Mar 2023 18:13:42 +0100 Subject: [PATCH] doc: create vulnerability issue as confidential with label --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 7ddc0d3..cd7daa1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,7 @@ Security fixes and updates are only applied to the latest released version. So a ## 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/python/-/issues/new). +opening a [**confidential** issue on gitlab.com](https://gitlab.com/to-be-continuous/python/-/issues/new?issue[confidential]=true&issue[description]=%28type+in+the+vulnerability+details+here%29%0A%0A%2Flabel%20~%22kind%3A%3Avulnerability%22). Follow-up and fixing will be made on a _best effort_ basis. -- GitLab