Skip to content

Commit 226ecf1

Browse files
committed
move CVE list section up
1 parent 7f080fb commit 226ecf1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/all-for-one.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ body:
3737
- C#
3838
validations:
3939
required: true
40+
- type: textarea
41+
id: cve_ids
42+
attributes:
43+
label: CVE(s) ID list
44+
description: Enter a list of the CVE ID(s) associated with this query, one bullet for each distinct CVE. GitHub will automatically link CVE IDs to the [GitHub Advisory Database](https://github.com/advisories). If the result(s) is **NOT YET** fixed **nor disclosed**, and you are still waiting for a CVE, then you can privately share your result via email to [security@github.com](mailto:security@github.com?subject=[BugBounty]%20Issue%20#000%20useful%20result)
45+
placeholder: |
46+
ex.
47+
- [CVE-20nn-xxxx](<relevant URL>)
48+
- [CVE-20nn-yyyy](<relevant URL>)
49+
validations:
50+
required: true
4051
- type: input
4152
id: cwe
4253
attributes:
@@ -74,14 +85,3 @@ body:
7485
description: If you have already blogged about your query, please provide a link.
7586
validations:
7687
required: false
77-
- type: textarea
78-
id: cve_ids
79-
attributes:
80-
label: CVE(s) ID list
81-
description: Enter a list of the CVE ID(s) associated with this query, one bullet for each distinct CVE. GitHub will automatically link CVE IDs to the [GitHub Advisory Database](https://github.com/advisories). If the result(s) is **NOT YET** fixed **nor disclosed**, and you are still waiting for a CVE, then you can privately share your result via email to [security@github.com](mailto:security@github.com?subject=[BugBounty]%20Issue%20#000%20useful%20result)
82-
placeholder: |
83-
ex.
84-
- [CVE-20nn-xxxx](<relevant URL>)
85-
- [CVE-20nn-yyyy](<relevant URL>)
86-
validations:
87-
required: true

0 commit comments

Comments
 (0)