OBJECT
SpringArtifactVulnerability
Represents a software vulnerability that can be exploited
link GraphQL Schema definition
- type SpringArtifactVulnerability implements ArtifactVulnerability, Node {
- # Details of Packages affected by this vulnerability
- ArtifactVulnerabilityDetectionInfo!] : [
- # Contains information about the packages that are associated with vulnerability
- SpringArtifactSBOMConnection :
- # Domain-specific artifact vulnerability instance identifier - CVE_ID
- String! :
- # CVE Numbering Authority
- String :
- # Description of the Vulnerability
- 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 :
- # Related url to the vulnerability
- String :
- }