Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerVulnerabilityProperties

Package version

Additional context fields for server vulnerability assessment

Hierarchy

Index

Properties

assessedResourceType

assessedResourceType: "ServerVulnerabilityAssessment"

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

Optional cve

cve: Cve[]

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

Optional cvss

cvss: undefined | {}

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

Optional patchable

patchable: undefined | false | true

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

Optional publishedTime

publishedTime: Date

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

Optional threat

threat: undefined | string

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

Optional type

type: undefined | 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.

Optional vendorReferences

vendorReferences: VendorReference[]

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

Generated using TypeDoc