mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/ISSUE_TEMPLATE: remove 02-security.yml
GitHub now provides a default template. https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository
This commit is contained in:
parent
f17be388b2
commit
8d61d43371
31
.github/ISSUE_TEMPLATE/02-security.yml
vendored
31
.github/ISSUE_TEMPLATE/02-security.yml
vendored
@ -1,31 +0,0 @@
|
|||||||
name: Security Vulnerability
|
|
||||||
description: Provide details about a security vulnerability.
|
|
||||||
labels: security
|
|
||||||
body:
|
|
||||||
- type: checkboxes
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
options:
|
|
||||||
- label: Windows
|
|
||||||
- label: macOS
|
|
||||||
- label: Linux
|
|
||||||
- label: FreeBSD
|
|
||||||
- label: OpenBSD
|
|
||||||
- label: Android
|
|
||||||
- label: iOS
|
|
||||||
- label: Nintendo Switch
|
|
||||||
- label: Xbox
|
|
||||||
- label: Web Browsers
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- 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.
|
|
Loading…
Reference in New Issue
Block a user