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

incidentSafeVersionSighting

Examples

type IncidentSafeVersionSighting {
  id: String!
  category: EvidenceCategory!
  resourceName: String!
  resourceDetail: String
  appName: String
  indicatorValue: String!
  foundVersion: String!
  pinState: String
  sbomAppId: String
  sbomLibrary: String
  asOf: DateTime!
}

Fields

Field
Description
Supported fields

id String!

resourceName String!

resourceDetail String

appName String

indicatorValue String!

foundVersion String!

pinState String

sbomAppId String

sbomLibrary String

asOf DateTime!

References

Fields with this object:

Last updated