Support partially-filled CVSS tables, categorize finding as 'Other' then

This commit is contained in:
2026-01-29 14:52:29 +01:00
parent a354919fca
commit 201caff2fc
3 changed files with 64 additions and 49 deletions
+10 -1
View File
@@ -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