INTERFACE
ArtifactVulnerability
Represents a software vulnerability that can potentially be exploited
link GraphQL Schema definition
- interface ArtifactVulnerability {
- # Details of Packages affected by this vulnerability
- ArtifactVulnerabilityDetectionInfo!] : [
- # Domain-specific artifact vulnerability instance identifier - CVE_ID
- String! :
- # CVE Numbering Authority
- String :
- # CVE description
- String! :
- # Global opaque identifier to meet Node contract
- ID! :
- # CVE name
- String! :
- # Date on which vulnerability is published, e.g. Expressed in UTC ISO-8601 format
- # "2022-11-22T02:15:00Z"
- DateTime! :
- # CVSS score
- ArtifactVulnerabilityScore!] : [
- # Threat level of vulnerability
- String :
- # Optional Date on which the vulnerability was reassessed/updated, e.g. Expressed
- # in UTC ISO-8601 format "2022-11-22T02:15:00Z"
- DateTime :
- }