You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/false-positive-report.yml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,36 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
False Positive identified.
9
+
**Automation is used to process most false positives reports**; failure to follow these guidelines will delay the process:
10
+
11
+
- Only enter a **single (1) Package URL**.
12
+
- Only enter a **single (1) CPE or CVE**.
13
+
- If filing a CPE report you do not need to add the CVEs. Note that **most reports should be for incorrectly matched CPEs**.
14
+
15
+
If reporting false positives for multiple PURL and/or CPE please file multiple reports.
16
+
17
+
Thank you for filing a false positive report!
10
18
- type: input
11
19
id: purl
12
20
attributes:
13
21
label: Package URl
14
-
description: The identified package URL as identified in the HTML Report.
22
+
description: Please enter the single identified package URL as identified in the HTML Report. Only a **single PURL** can be specified, if you are reporting more then one - please open two issues using this template.
description: The Common Platform enumeration (CPE) as identified in the HTML Report. 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 backtic characters around the CPE to ensure it displays correctly**.
description: The vulnerability name as identified in the HTML Report. 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 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.
0 commit comments