Package version:

Interface ContainerRegistryVulnerabilityProperties

Additional context fields for container registry Vulnerability assessment

Hierarchy

Properties

assessedResourceType: "ContainerRegistryVulnerability"

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

cve?: Cve[]

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

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

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

Type declaration

  • [propertyName: string]: Cvss
imageDigest?: string

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

patchable?: boolean

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

publishedTime?: Date

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

repositoryName?: string

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?: string

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?: VendorReference[]

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

Generated using TypeDoc