RS-1 - Move templates to correct place
This commit is contained in:
50
.gitea/issue_templates/security_issue.yaml
Normal file
50
.gitea/issue_templates/security_issue.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
name: Security Issue
|
||||
about: Report a security concern with Ridgway Systems Infrastructure
|
||||
title: "[SECURITY] "
|
||||
labels:
|
||||
- security
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**⚠️ If this is a critical security vulnerability, please report it
|
||||
privately rather than opening a public issue.**
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear description of the security concern.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: severity
|
||||
attributes:
|
||||
label: Severity
|
||||
options:
|
||||
- Critical
|
||||
- High
|
||||
- Medium
|
||||
- Low
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: affected
|
||||
attributes:
|
||||
label: Affected Services
|
||||
description: What services or systems are affected?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: If applicable, steps to reproduce the issue.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: mitigation
|
||||
attributes:
|
||||
label: Suggested Mitigation
|
||||
description: Any suggestions for fixing or mitigating the issue.
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user