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
+2
View File
@@ -8,6 +8,8 @@
table.cell(str, fill: yellow, align: center)
} else if str == "N" {
table.cell(str, fill: lime, align: center)
} else if str == "-" {
table.cell(str, fill: white, align: center)
} else {
panic("Unknown CIA state: " + str)
}