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

indicatorInput

Examples

input IndicatorInput {
  kind: IndicatorKind!
  value: String!
  versionRange: String
  fixedVersions: [String!]
  severity: IncidentSeverity
  cvssScore: Float
  url: String
  autoExpand: Boolean
}

Fields

Field
Description
Supported fields

value String!

versionRange String

fixedVersions [String!]

cvssScore Float

url String

autoExpand Boolean

References

Mutations using this object:

Fields with this object:

Last updated