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

extractedIndicator

Examples

type ExtractedIndicator {
  kind: IndicatorKind!
  value: String!
  versionRange: String
  fixedVersions: [String!]!
  severity: IncidentSeverity
  cvssScore: Float
}

Fields

Field
Description
Supported fields

value String!

versionRange String

fixedVersions [String!]!

cvssScore Float

References

Fields with this object:

Last updated