From 53260213ba498a586a7612b8d7d9d028f25f3773 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 9 May 2023 11:00:02 -0500 Subject: [PATCH] Issue template: Remind people to use security@ (#13971) Signed-off-by: Rick Elrod --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9cca894822..42665d4b20 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,6 +19,8 @@ body: required: true - label: I understand that AWX is open source software provided for free and that I might not receive a timely response. required: true + - label: I am **NOT** reporting a (potential) security vulnerability. (These should be emailed to `security@ansible.com` instead.) + required: true - type: textarea id: summary