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

extractedIncidentDraft

Examples

type ExtractedIncidentDraft {
  name: String
  description: String
  type: IncidentType
  severity: IncidentSeverity
  publishedDate: String
  indicators: [ExtractedIndicator!]!
  confidence: String!
  sourceUrls: [String!]!
  sources: [ExtractionSourceResolution!]!
  unfilledFields: [String!]!
  warnings: [String!]!
}

Fields

Field
Description
Supported fields

name String

description String

publishedDate String

kind IndicatorKind! value String! versionRange String fixedVersions [String!]! severity IncidentSeverity cvssScore Float

confidence String!

sourceUrls [String!]!

url String! via String! ok Boolean! indicatorCount Float

unfilledFields [String!]!

warnings [String!]!

References

Mutations using this object:

Last updated