RS-1 - Fix template folder

This commit is contained in:
Blake Ridgway
2026-04-10 20:51:13 -05:00
parent 02d2c2f554
commit 8dd355cdc9
6 changed files with 0 additions and 0 deletions

View 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