diff options
author | Josh <josh.t.richards@gmail.com> | 2024-05-09 11:09:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 11:09:03 -0400 |
commit | c46b9c467e14d58d1473d1e8b7b63b413c51831d (patch) | |
tree | 385719600755082b731aed2a08a9110a62ddc80c /.github | |
parent | 4e7b62a1e1e1285134dfa5c45565a39f588fe3fc (diff) | |
download | nextcloud-server-c46b9c467e14d58d1473d1e8b7b63b413c51831d.tar.gz nextcloud-server-c46b9c467e14d58d1473d1e8b7b63b413c51831d.zip |
fix(issue_template): Add security reporting redirect to bug report form
Similar language as that already used in our PR form.
Signed-off-by: Josh <josh.t.richards@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 065df5a1742..45a63efee8f 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -9,6 +9,14 @@ body: ### 👍 Thank you for contributing to our project! Please note this is a **free and open-source** project. Most people take on their own time to help you, so please, be patient. You can obtain [Enterprise support](https://nextcloud.com/support/) if you run Nextcloud Server in a mission critical environment. + - type: markdown + attributes: + value: | + ### 🚨 SECURITY INFO + If you are reporting a security concern, please report it via [our HackerOne page](https://hackerone.com/nextcloud) instead and review our [security policy](https://nextcloud.com/security/). + This allows us to coordinate the fix and release without potentially exposing all Nextcloud servers and users in the meantime. + It also may qualify your report for a bug bounty reward. + Thank you for helping make Nextcloud more secure! - type: checkboxes id: before-posting attributes: |