ContainerRegistryVulnerabilityProperties interface

Additional context fields for container registry Vulnerability assessment

Extends

Properties

assessedResourceType

Polymorphic discriminator, which specifies the different types this object can be

cve

List of CVEs NOTE: This property will not be serialized. It can only be populated by the server.

cvss

Dictionary from cvss version to cvss details object NOTE: This property will not be serialized. It can only be populated by the server.

imageDigest

Digest of the vulnerable image NOTE: This property will not be serialized. It can only be populated by the server.

patchable

Indicates whether a patch is available or not NOTE: This property will not be serialized. It can only be populated by the server.

publishedTime

Published time NOTE: This property will not be serialized. It can only be populated by the server.

repositoryName

Name of the repository which the vulnerable image belongs to NOTE: This property will not be serialized. It can only be populated by the server.

type

Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered, Vulnerability NOTE: This property will not be serialized. It can only be populated by the server.

vendorReferences

NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

assessedResourceType

Polymorphic discriminator, which specifies the different types this object can be

assessedResourceType: "ContainerRegistryVulnerability"

Property Value

"ContainerRegistryVulnerability"

cve

List of CVEs NOTE: This property will not be serialized. It can only be populated by the server.

cve?: Cve[]

Property Value

Cve[]

cvss

Dictionary from cvss version to cvss details object NOTE: This property will not be serialized. It can only be populated by the server.

cvss?: {[propertyName: string]: Cvss}

Property Value

{[propertyName: string]: Cvss}

imageDigest

Digest of the vulnerable image NOTE: This property will not be serialized. It can only be populated by the server.

imageDigest?: string

Property Value

string

patchable

Indicates whether a patch is available or not NOTE: This property will not be serialized. It can only be populated by the server.

patchable?: boolean

Property Value

boolean

publishedTime

Published time NOTE: This property will not be serialized. It can only be populated by the server.

publishedTime?: Date

Property Value

Date

repositoryName

Name of the repository which the vulnerable image belongs to NOTE: This property will not be serialized. It can only be populated by the server.

repositoryName?: string

Property Value

string

type

Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered, Vulnerability NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

vendorReferences

NOTE: This property will not be serialized. It can only be populated by the server.

vendorReferences?: VendorReference[]

Property Value