OBJECT
HubArtifactVulnerability
link GraphQL Schema definition
- type HubArtifactVulnerability implements ArtifactVulnerability, Node {
- # Details of Packages affected by this vulnerability. This will return packages
- # for this vulnerability is detected.
- # If vulnerabilities are queried in context then this will return packages for the
- # entity where the vulnerability is detected
- # If vulnerabilities are not queries in context of an entity, this will return all
- # packages within where the vulnerability is detected
- 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! :
- # A set of links that provide additional context and information about the
- # vulnerability.
- String] : [
- # 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. Will accept values CRITICAL, HIGH, MEDIUM, LOW,
- # NONE.
- String :
- # CVE summary
- String :
- # Optional Date on which the vulnerability was reassessed/updated, e.g. Expressed
- # in UTC ISO-8601 format "2022-11-22T02:15:00Z"
- DateTime :
- # The url associated with the vulnerability.
- # If coming from a scanning engine, this commonly points to a website from the
- # scanning engine vendor.
- String :
- }