Skip to content

Commit 1a5202e

Browse files
authored
docs: fix minor typos in false positive issue template (#7763)
1 parent 37cdb97 commit 1a5202e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/false-positive-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ body:
2727
id: cpe
2828
attributes:
2929
label: CPE
30-
description: Please enter the single Common Platform enumeration (CPE) as identified in the HTML Report. Only a **single CPE** can be specified. **Please put backtic characters around the CPE to ensure it displays correctly**.
30+
description: Please enter the single Common Platform enumeration (CPE) as identified in the HTML Report. Only a **single CPE** can be specified. **Please put backtick characters around the CPE to ensure it displays correctly**.
3131
placeholder: ex. `cpe:2.3:a:apache:log4j:2.12.1:*:*:*:*:*:*:*`
3232
validations:
3333
required: true
3434
- type: input
3535
id: cve
3636
attributes:
3737
label: CVE
38-
description: The vulnerability name as identified in the HTML Report. If specifying a CPE this is not necassary; if entered please enter only a **signle CVE**; if multiple CVE should be suppressed please enter multiple FP reports. This is optional and may not be needed as most FP reports are due to an incorrect CPE.
38+
description: The vulnerability name as identified in the HTML Report. If specifying a CPE this is not necessary; if entered please enter only a **single CVE**; if multiple CVE should be suppressed please enter multiple FP reports. This is optional and may not be needed as most FP reports are due to an incorrect CPE.
3939
placeholder: ex. CVE-2021-44228
4040
validations:
4141
required: false
@@ -66,4 +66,4 @@ body:
6666
label: Description
6767
description: Additional information regarding the false positive report.
6868
validations:
69-
required: false
69+
required: false

0 commit comments

Comments
 (0)