Files
tickets/security_issue.yaml
2026-04-10 20:48:18 -05:00

51 lines
1.2 KiB
YAML

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