From 322bea9dafdd910ed9c05707de96b86edc827cad Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 8 Aug 2018 16:02:08 -0700 Subject: [PATCH] Create a template for security related bugs (#43836) * Create a template for security related bugs This template serves as a redirect for people who might not know where to open security related issues. It guides them to email security@ansible.com instead of opening an issue here. * Update security_bug_report.md --- .github/ISSUE_TEMPLATE/security_bug_report.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/security_bug_report.md diff --git a/.github/ISSUE_TEMPLATE/security_bug_report.md b/.github/ISSUE_TEMPLATE/security_bug_report.md new file mode 100644 index 00000000000..555fd54a500 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security_bug_report.md @@ -0,0 +1,8 @@ +--- +name: 🔥 Security bug report +about: How to report security vulnerabilities +--- + +For all security related bugs, email security@ansible.com instead of using this issue tracker and you will receive a prompt response. + +For more information, see https://docs.ansible.com/ansible/latest/community/reporting_bugs_and_features.html