ContainerRegistryVulnerabilityProperties interface

Additional context fields for container registry Vulnerability assessment

Extends

Properties

assessedResourceType

Sub-assessment resource type

cve

List of CVEs

cvss

Dictionary from cvss version to cvss details object

imageDigest

Digest of the vulnerable image

patchable

Indicates whether a patch is available or not

publishedTime

Published time

repositoryName

Name of the repository which the vulnerable image belongs to

type

Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered, Vulnerability

vendorReferences

Property Details

assessedResourceType

Sub-assessment resource type

assessedResourceType: "ContainerRegistryVulnerability"

Property Value

"ContainerRegistryVulnerability"

cve

List of CVEs

cve?: Cve[]

Property Value

Cve[]

cvss

Dictionary from cvss version to cvss details object

cvss?: Record<string, Cvss>

Property Value

Record<string, Cvss>

imageDigest

Digest of the vulnerable image

imageDigest?: string

Property Value

string

patchable

Indicates whether a patch is available or not

patchable?: boolean

Property Value

boolean

publishedTime

Published time

publishedTime?: Date

Property Value

Date

repositoryName

Name of the repository which the vulnerable image belongs to

repositoryName?: string

Property Value

string

type

Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered, Vulnerability

type?: string

Property Value

string

vendorReferences

vendorReferences?: VendorReference[]

Property Value