Skip to content

Commit

Permalink
Add a warning for how to report security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 24, 2023
1 parent e59fe0a commit 5b63030
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Bug Report
description: Report a bug in Quarkus
labels: kind/bug
body:
- type: markdown
attributes:
value: |
**To report a Quarkus security vulnerability, please [send an email to `[email protected]`](mailto:[email protected]) with all the details.**
:warning: Do **NOT** create a public issue on GitHub for security vulnerabilities. See our [security policy](https://github.com/quarkusio/quarkus/security/policy) for more details. :warning:
- type: textarea
id: description
validations:
Expand Down Expand Up @@ -35,8 +41,8 @@ body:
Reproducer:
Steps to reproduce the behavior:
1.
2.
1.
2.
3.
- type: markdown
id: environment
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ labels:
- kind/bug
- area/native-image
body:
- type: markdown
attributes:
value: |
**To report a Quarkus security vulnerability, please [send an email to `[email protected]`](mailto:[email protected]) with all the details.**
:warning: Do **NOT** create a public issue on GitHub for security vulnerabilities. See our [security policy](https://github.com/quarkusio/quarkus/security/policy) for more details. :warning:
- type: textarea
id: description
validations:
Expand Down

0 comments on commit 5b63030

Please sign in to comment.