* [PATCH] gitlab: update bug template for sec issues & tool assistance
@ 2026-06-19 12:36 Daniel P. Berrangé
2026-06-19 14:52 ` Alex Bennée
0 siblings, 1 reply; 2+ messages in thread
From: Daniel P. Berrangé @ 2026-06-19 12:36 UTC (permalink / raw)
To: qemu-devel; +Cc: Daniel P. Berrangé
Warn that a security issue must have the "confidential" flag
set and that any findings from automated tools must be validated
before submission.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
.gitlab/issue_templates/bug.md | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index e20f586008..faeeb00225 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -13,8 +13,9 @@ older than this should be reported to the distribution instead.
See https://www.qemu.org/contribute/report-a-bug/ for additional
guidance.
-If this is a security issue, please consult
-https://www.qemu.org/contribute/security-process/
+If this is a security issue, ensure this ticket is marked 'confidential'
+before submission. See https://www.qemu.org/contribute/security-process/
+for additional guidance
-->
## Host environment
@@ -49,6 +50,12 @@ https://www.qemu.org/contribute/security-process/
2.
3.
+<!--
+Note: if this issue was discovered with the assistance of automated
+tooling LLM, static analysis, fuzzers), the reporter must disclose
+that in the description. The steps to reproduce, and any other findings,
+must be fully validated by the user of the tool prior to submission.
+-->
## Additional information
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-19 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-19 12:36 [PATCH] gitlab: update bug template for sec issues & tool assistance Daniel P. Berrangé
2026-06-19 14:52 ` Alex Bennée
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.