ServerVulnerabilityProperties Class

public final class ServerVulnerabilityProperties
extends AdditionalData

Additional context fields for server vulnerability assessment.

Constructor Summary

Constructor Description
ServerVulnerabilityProperties()

Creates an instance of ServerVulnerabilityProperties class.

Method Summary

Modifier and Type Method and Description
List<Cve> cve()

Get the cve property: List of CVEs.

Map<String,Cvss> cvss()

Get the cvss property: Dictionary from cvss version to cvss details object.

Boolean patchable()

Get the patchable property: Indicates whether a patch is available or not.

OffsetDateTime publishedTime()

Get the publishedTime property: Published time.

String threat()

Get the threat property: Threat name.

String type()

Get the type property: Vulnerability Type.

void validate()

Validates the instance.

List<VendorReference> vendorReferences()

Get the vendorReferences property: The vendorReferences property.

Methods inherited from AdditionalData

Methods inherited from java.lang.Object

Constructor Details

ServerVulnerabilityProperties

public ServerVulnerabilityProperties()

Creates an instance of ServerVulnerabilityProperties class.

Method Details

cve

public List cve()

Get the cve property: List of CVEs.

Returns:

the cve value.

cvss

public Map cvss()

Get the cvss property: Dictionary from cvss version to cvss details object.

Returns:

the cvss value.

patchable

public Boolean patchable()

Get the patchable property: Indicates whether a patch is available or not.

Returns:

the patchable value.

publishedTime

public OffsetDateTime publishedTime()

Get the publishedTime property: Published time.

Returns:

the publishedTime value.

threat

public String threat()

Get the threat property: Threat name.

Returns:

the threat value.

type

public String type()

Get the type property: Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

ServerVulnerabilityProperties.validate()

vendorReferences

public List vendorReferences()

Get the vendorReferences property: The vendorReferences property.

Returns:

the vendorReferences value.

Applies to