-
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.
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
name: Vulnerability Report | ||
about: Describe the security vulnerability | ||
title: '' | ||
labels: dependencies | ||
assignees: DOodle25 | ||
|
||
--- | ||
|
||
--- | ||
name: Vulnerability Report | ||
about: Report a security vulnerability | ||
title: "[Vulnerability] - [Brief Description]" | ||
labels: security | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
|
||
**Vulnerability:** | ||
<!-- Describe the security vulnerability. --> | ||
|
||
**Affected Component(s):** | ||
<!-- Which part of the project is affected? --> | ||
|
||
## Steps to Reproduce | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
<!-- Steps to reproduce the vulnerability. --> | ||
|
||
## Expected Behavior | ||
|
||
<!-- What should happen? --> | ||
|
||
## Actual Behavior | ||
|
||
<!-- What happens instead? --> | ||
|
||
## Impact | ||
|
||
**Severity:** | ||
<!-- Critical, High, Medium, Low --> | ||
|
||
**Potential Impact:** | ||
<!-- What could happen if exploited? --> | ||
|
||
## Mitigation | ||
|
||
**Suggested Fix:** | ||
<!-- Provide a possible fix or workaround. --> |