Package version:

Interface ServerVulnerabilityProperties

Additional context fields for server vulnerability assessment

Hierarchy

Properties

assessedResourceType: "ServerVulnerabilityAssessment"

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

cve?: Cve[]

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

cvss?: {
    [propertyName: string]: Cvss;
}

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

Type declaration

  • [propertyName: string]: Cvss
patchable?: boolean

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

publishedTime?: Date

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

threat?: string

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

type?: string

Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered NOTE: This property will not be serialized. It can only be populated by the server.

vendorReferences?: VendorReference[]

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

Generated using TypeDoc