Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DOodle25 authored Nov 6, 2024
1 parent cce1578 commit 6dbf4e4
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/vulnerability-report.md
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. -->

0 comments on commit 6dbf4e4

Please sign in to comment.