Support partially-filled CVSS tables, categorize finding as 'Other' then
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user