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

extractedRemediation

Examples

type ExtractedRemediation {
  action: IndicatorRemediationAction!
  versions: [String!]!
  source: String
  vendor: String
  product: String
  packageName: String
  collectionUrl: String
  versionType: String
  affectedRange: String
}

Fields

Field
Description
Supported fields

versions [String!]!

source String

vendor String

product String

packageName String

collectionUrl String

versionType String

affectedRange String

References

Fields with this object:

Last updated