Merge pull request #160 from strongloop/chore/improve-issue-templates

chore: disable security issue reporting
This commit is contained in:
Nora 2019-11-19 01:21:40 -05:00 committed by GitHub
commit deb461ea62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 20 deletions

View File

@ -1,20 +0,0 @@
---
name: Security vulnerability
about: Do not report security vulnerabilities using GitHub issues. Please send an email to `reachsl@us.ibm.com` instead.
labels: security
---
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
BE RESPONSIBLE WHEN REPORTING SECURITY VULNERABILITIES.
USE A PRIVATE CHANNEL TO ALLOW THE VULNERABILITY TO BE
FIXED BEFORE IT'S PUBLICIZED.
Please send an email to `reachsl@us.ibm.com` with:
- Description of the vulnerability.
- Steps to reproduce the issue.
- Possible solutions.
-->

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Report a security vulnerability
url: https://loopback.io/doc/en/contrib/Reporting-issues.html#security-issues
about: Do not report security vulnerabilities using GitHub issues. Please send an email to `reachsl@us.ibm.com` instead.
- name: Get help on StackOverflow
url: https://stackoverflow.com/tags/loopbackjs
about: Please ask and answer questions on StackOverflow.
- name: Join our mailing list
url: https://groups.google.com/forum/#!forum/loopbackjs
about: You can also post your question to our mailing list.