From aff4d40fb2c853f78a3e73bf728bbbe7f9cc3376 Mon Sep 17 00:00:00 2001 From: Martine Lenders <mail@martine-lenders.eu> Date: Fri, 11 Jan 2019 19:19:51 +0100 Subject: [PATCH] .github: add big warning signs about security bugs --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++-- .github/ISSUE_TEMPLATE/security_bug.md | 12 ++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/security_bug.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6dd3076e19..737a5a68a2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,10 +5,13 @@ about: Create a report to help us improve --- <!-- +==================================== +IF YOUR ISSUE IS RELATED TO SECURITY +==================================== +please submit it to the security mailing-list security@riot-os.org. + If your issue is a usage question, please submit it to the user mailing-list users@riot-os.org or to the developer mailing-list devel@riot-os.org. -If your issue is related to security, please submit it to the security -mailing-list security@riot-os.org. --> #### Description diff --git a/.github/ISSUE_TEMPLATE/security_bug.md b/.github/ISSUE_TEMPLATE/security_bug.md new file mode 100644 index 0000000000..8b77cbe8e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security_bug.md @@ -0,0 +1,12 @@ +--- +title: 'Security Bug report' +about: | + Don't use the issue tracker for this! Please write an e-mail to + security@riot-os.org. The button was just added to advertise this message. +--- + +# DON'T USE THE ISSUE TRACKER FOR THIS! +<!-- +Please write an e-mail to security@riot-os.org. The button was just added to +advertise this message! +--> -- GitLab