ContainerRegistryVulnerabilityProperties interface
Additional context fields for container registry Vulnerability assessment
- Extends
Properties
| assessed |
Sub-assessment resource type |
| cve | List of CVEs |
| cvss | Dictionary from cvss version to cvss details object |
| image |
Digest of the vulnerable image |
| patchable | Indicates whether a patch is available or not |
| published |
Published time |
| repository |
Name of the repository which the vulnerable image belongs to |
| type | Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered, Vulnerability |
| vendor |
Property Details
assessedResourceType
Sub-assessment resource type
assessedResourceType: "ContainerRegistryVulnerability"
Property Value
"ContainerRegistryVulnerability"
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