forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a warning for how to report security vulnerability
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -35,8 +41,8 @@ body: | |
Reproducer: | ||
Steps to reproduce the behavior: | ||
1. | ||
2. | ||
1. | ||
2. | ||
3. | ||
- type: markdown | ||
id: environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|