From 25afb7f86d81da12c8eb30de3d5e4aa4c4cf7830 Mon Sep 17 00:00:00 2001 From: Sean Mcilroy Date: Mon, 24 Aug 2026 10:34:36 +0100 Subject: [PATCH] Update bug issue template with security warning Added security vulnerability warning to bug issue template. Signed-off-by: Sean Mcilroy --- .github/ISSUE_TEMPLATE/2-bug.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug.yml b/.github/ISSUE_TEMPLATE/2-bug.yml index 698ef26a..fb59af55 100644 --- a/.github/ISSUE_TEMPLATE/2-bug.yml +++ b/.github/ISSUE_TEMPLATE/2-bug.yml @@ -6,7 +6,13 @@ body: - type: markdown attributes: value: | - Before requesting: search [existing issues](https://github.com/margo/spefification/labels/bug). + **🛑 STOP! SECURITY VULNERABILITY? 🛑** + If you believe you have found a security vulnerability, **DO NOT** open a public issue. + Please review our [Security Policy](https://github.com/margo/specification/security/policy) and report the issue privately using GitHub Private Vulnerability Reporting or by emailing **security@margo.org**. Publicly disclosing a vulnerability puts downstream users at risk. + + --- + + Before requesting: search [existing issues](https://github.com/margo/specification/labels/bug). - type: textarea attributes: