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

getIncidentSafeVersionSightings

Monitored libraries/images found at non-affected versions (Evidence-tab footer, informational).

Examples

query GetIncidentSafeVersionSightings($incidentId: String!) {
  getIncidentSafeVersionSightings(incidentId: $incidentId) {
    items {
      id
      category
      resourceName
      resourceDetail
      appName
      indicatorValue
      foundVersion
      asOf
    }
    totalCount
  }
}

Variables

This is an example input showing all available input fields. Only fields marked as required in the schema are mandatory.

{
  "incidentId": "example"
}

Arguments

You can use the following argument(s) to customize your getIncidentSafeVersionSightings query.

Argument
Description
Supported fields

incidentId String! required

Fields

Return type: IncidentSafeVersionSightings!

You can use the following field(s) to specify what information your getIncidentSafeVersionSightings query will return. Please note that some fields may have their own subfields.

Field
Description
Supported fields

id String! category EvidenceCategory! resourceName String! resourceDetail String appName String indicatorValue String! foundVersion String! asOf DateTime!

totalCount Int!

Last updated