From 033cb389ff670cb974c548145d3bf8bae627c068 Mon Sep 17 00:00:00 2001 From: Stanislas FAYE Date: Wed, 29 May 2024 14:34:18 +0200 Subject: [PATCH] gitlab: Add security vulnerability issue template Add security vulnerability issue template and automatically make the issue confidential with the workflow::triage label. --- .../issue_templates/Security_Vulnerability.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitlab/issue_templates/Security_Vulnerability.md diff --git a/.gitlab/issue_templates/Security_Vulnerability.md b/.gitlab/issue_templates/Security_Vulnerability.md new file mode 100644 index 0000000000..b8bb43b33e --- /dev/null +++ b/.gitlab/issue_templates/Security_Vulnerability.md @@ -0,0 +1,26 @@ +/confidential +/label ~"workflow::triage" + +## Summary + +(Summarize the security vulnerability encountered concisely) + +## Version affected + +(Which version of NetworkManager is affected (`nmcli --version`), which distro, and the version of any other relevant software involved) + +## Vulnerability details +* **Type:** (e.g., Buffer overflow, injection flaws, ...) +* **Severity:** (High/Medium/Low) +* **Any other vulnerability details:** + +## Steps to reproduce + +## Actual result + +## Expected result + +## Relevant logs + +(Please see the DEBUGGING section of "[man NetworkManager](https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/NetworkManager.html)" and attach any relevant log) +