We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226ecf1 commit e4ca7bbCopy full SHA for e4ca7bb
1 file changed
.github/ISSUE_TEMPLATE/all-for-one.yml
@@ -20,7 +20,8 @@ body:
20
attributes:
21
label: Query PR
22
description: Link to pull request with your CodeQL query
23
- placeholder: ex. https://github.com/github/codeql/pull/nnnn
+ placeholder: |
24
+ ex. https://github.com/github/codeql/pull/nnnn
25
validations:
26
required: true
27
- type: dropdown
@@ -53,7 +54,8 @@ body:
53
54
55
label: CWE
56
description: CWE that best fits the vulnerability class modeled with your query
- placeholder: "ex. CWE-502: Deserialization of Untrusted Data"
57
58
+ ex. CWE-502: Deserialization of Untrusted Data
59
60
required: false
61
- type: textarea
0 commit comments