mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
15 lines
375 B
YAML
15 lines
375 B
YAML
name: Security Vulnerability
|
|
description: Provide details about a security vulnerability.
|
|
labels: security
|
|
body:
|
|
- type: textarea
|
|
id: what
|
|
attributes:
|
|
label: What vulnerability have you discovered? Include any relevant details like a CVE.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: why
|
|
attributes:
|
|
label: What remediation steps are known, if any.
|