INTERFACE
ArtifactVulnerabilityDetectionInfo
Relationship between a vulnerability and its detected package
link GraphQL Schema definition
- interface ArtifactVulnerabilityDetectionInfo {
- # Version of package where the issue is fixed
- String!] : [
- # Package on which the vulnerability is detected
- ArtifactSBOM! :
- # Fixed , affected, will_not_fix or any other status
- String :
- }