For the complete documentation index, see llms.txt. This page is also available as Markdown.

cveSeverityFactor

Represents severity factors related to a CVE, including descriptions, changes, and evidences.

Examples

type CveSeverityFactor {
  sfName: String
  sfDescription: String
  sfChangedNumber: Float
  evidences: [SeverityChangedExtraInfo]
}

Fields

Field
Description
Supported fields

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

List of evidences supporting this severity factor

key String value String link String snippet SnippetInfo callBranch [String]

References

Fields with this object:

Last updated