ContainerRegistryVulnerabilityProperties Class

Additional context fields for container registry Vulnerability assessment.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.security.models._models_py3.AdditionalData
ContainerRegistryVulnerabilityProperties

Constructor

ContainerRegistryVulnerabilityProperties(**kwargs)

Parameters

assessed_resource_type
str or AssessedResourceType
Required

Required. Sub-assessment resource type.Constant filled by server. Possible values include: "SqlServerVulnerability", "ContainerRegistryVulnerability", "ServerVulnerability".

Variables

type
str

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

cvss
dict[str, CVSS]

Dictionary from cvss version to cvss details object.

patchable
bool

Indicates whether a patch is available or not.

cve
list[CVE]

List of CVEs.

published_time
datetime

Published time.

vendor_references
list[VendorReference]
repository_name
str

Name of the repository which the vulnerable image belongs to.

image_digest
str

Digest of the vulnerable image.