cveSeverityFactor
Last updated
Represents severity factors related to a CVE, including descriptions, changes, and evidences.
type CveSeverityFactor {
sfName: String
sfDescription: String
sfChangedNumber: Float
evidences: [SeverityChangedExtraInfo]
}sfName String
Name of the severity factor
sfDescription String
Description of what the severity factor represents
sfChangedNumber Float
Numeric value indicating change in the severity factor
evidences [SeverityChangedExtraInfo]
List of evidences supporting this severity factor
key String
value String
link String
snippet SnippetInfo
callBranch [String]
Last updated
