Support partially-filled CVSS tables, categorize finding as 'Other' then
This commit is contained in:
+10
-1
@@ -6,7 +6,16 @@
|
||||
|
||||
== Administration Interfaces reachable
|
||||
|
||||
#cvss.createTable(confidentiality: "N", integrity: "N", availability: "N")
|
||||
#cvss.createTable(
|
||||
attackVector: "N",
|
||||
attackComplexity: "L",
|
||||
privilegesRequired: "N",
|
||||
userInteraction: "N",
|
||||
scope: "U",
|
||||
confidentiality: "N",
|
||||
integrity: "N",
|
||||
availability: "N",
|
||||
)
|
||||
|
||||
=== Description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user