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

cveSeverityInfo

Examples

type CveSeverityInfo {
  cve: String!
  severity: IncidentSeverity
  cvssScore: Float
}

Fields

Field
Description
Supported fields

cve String!

cvssScore Float

References

Queries using this object:

Last updated