ServerVulnerabilityProperties interface

Additional context fields for server vulnerability assessment

Extends

Properties

assessedResourceType

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

publishedTime

Published time

threat

Threat name

type

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

vendorReferences

Property Details

assessedResourceType

Sub-assessment resource type

assessedResourceType: "ServerVulnerabilityAssessment"

Property Value

"ServerVulnerabilityAssessment"

cve

List of CVEs

cve?: Cve[]

Property Value

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

vendorReferences

vendorReferences?: VendorReference[]

Property Value