INTERFACE

ArtifactVulnerabilityDetectionInfo

Relationship between a vulnerability and its detected package

link GraphQL Schema definition

  • interface ArtifactVulnerabilityDetectionInfo {
  • # Version of package where the issue is fixed
  • fixVersion: [String!]
  • # Package on which the vulnerability is detected
  • package: ArtifactSBOM!
  • # Fixed , affected, will_not_fix or any other status
  • status: String
  • }