Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerRegistryVulnerabilityProperties

Package version

Additional context fields for container registry Vulnerability assessment

Hierarchy

Index

Properties

assessedResourceType

assessedResourceType: "ContainerRegistryVulnerability"

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

Optional cve

cve: Cve[]

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

Optional cvss

cvss: undefined | {}

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

Optional imageDigest

imageDigest: undefined | string

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

Optional patchable

patchable: undefined | false | true

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

Optional publishedTime

publishedTime: Date

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

Optional repositoryName

repositoryName: undefined | 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.

Optional type

type: undefined | 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.

Optional vendorReferences

vendorReferences: VendorReference[]

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

Generated using TypeDoc