OBJECT
HubArtifactVulnerabilityDetectionInfo
link GraphQL Schema definition
- type HubArtifactVulnerabilityDetectionInfo implements ArtifactVulnerabilityDetectionInfo {
- # Version of package where the issue is fixed
- String!] : [
- # Package on which the vulnerability is detected
- HubArtifactSbomInfo! :
- # Fixed , affected, will_not_fix or any other status
- String :
- }