Files
blackroad/.gitea/issue_template/security-report.yaml
blackroad f59524c514
Some checks failed
Lint & Format / detect (push) Has been cancelled
Lint & Format / js-lint (push) Has been cancelled
Lint & Format / py-lint (push) Has been cancelled
Lint & Format / sh-lint (push) Has been cancelled
Lint & Format / go-lint (push) Has been cancelled
Add security-report.yaml
2026-03-14 17:16:07 -05:00

50 lines
1.2 KiB
YAML

name: Security Report
about: Report a security vulnerability or concern
title: "[Security] "
labels:
- security
- priority:high
body:
- type: textarea
id: vulnerability
attributes:
label: Vulnerability Description
description: Describe the security issue
validations:
required: true
- type: dropdown
id: component
attributes:
label: Affected Component
options:
- SSH Keys / Authentication
- Firewall / Network
- API Tokens / Secrets
- DNS / Tunnels
- Docker / Containers
- Web Application
- Database
- CI/CD Pipeline
- Physical Access
- type: dropdown
id: severity
attributes:
label: Severity
options:
- Critical (active exploitation possible)
- High (significant risk)
- Medium (limited exposure)
- Low (theoretical risk)
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: How can the vulnerability be demonstrated?
- type: textarea
id: fix
attributes:
label: Suggested Fix
description: How should this be remediated?