ServerVulnerabilityProperties interface
Additional context fields for server vulnerability assessment
- Extends
Properties
| assessed |
Sub-assessment resource type |
| cve | List of CVEs |
| cvss | Dictionary from cvss version to cvss details object |
| patchable | Indicates whether a patch is available or not |
| published |
Published time |
| threat | Threat name |
| type | Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered |
| vendor |
Property Details
assessedResourceType
Sub-assessment resource type
assessedResourceType: "ServerVulnerabilityAssessment"
Property Value
"ServerVulnerabilityAssessment"
cve
cvss
Dictionary from cvss version to cvss details object
cvss?: Record<string, Cvss>
Property Value
Record<string, Cvss>
patchable
Indicates whether a patch is available or not
patchable?: boolean
Property Value
boolean
publishedTime
Published time
publishedTime?: Date
Property Value
Date
threat
Threat name
threat?: string
Property Value
string
type
Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered
type?: string
Property Value
string