Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 842 Bytes

File metadata and controls

36 lines (24 loc) · 842 Bytes

Vulnerability

Properties

Name Type Description Notes
vendor String
product String
version String
cveNumber String
severity SeverityEnum
source String
cvssVersion String
cvssVector String
remarks String
score BigDecimal
isUnknown Boolean [optional]

Enum: SeverityEnum

Name Value
CRITICAL "CRITICAL"
HIGH "HIGH"
MEDIUM "MEDIUM"
LOW "LOW"
UNKNOWN "UNKNOWN"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"