class VulnerabilityNote extends Collection (View source)

Properties

protected $collection_key
float $cvssScore
protected $cvssV2Type
protected $cvssV2DataType
protected $cvssV3Type
protected $cvssV3DataType
string $cvssVersion
protected $detailsType
protected $detailsDataType
string $severity
string $sourceUpdateTime
protected $windowsDetailsType
protected $windowsDetailsDataType

Methods

setCvssScore($cvssScore)

No description

float
getCvssScore()

No description

setCvssV2(CVSS $cvssV2)

No description

getCvssV2()

No description

setCvssV3(CVSSv3 $cvssV3)

No description

getCvssV3()

No description

setCvssVersion($cvssVersion)

No description

string
getCvssVersion()

No description

setDetails($details)

No description

Detail[]
getDetails()

No description

setSeverity($severity)

No description

string
getSeverity()

No description

setSourceUpdateTime($sourceUpdateTime)

No description

string
getSourceUpdateTime()

No description

setWindowsDetails($windowsDetails)

No description

getWindowsDetails()

No description

Details

setCvssScore($cvssScore)

No description

Parameters

$cvssScore

float getCvssScore()

No description

Return Value

float

setCvssV2(CVSS $cvssV2)

No description

Parameters

CVSS $cvssV2

CVSS getCvssV2()

No description

Return Value

CVSS

setCvssV3(CVSSv3 $cvssV3)

No description

Parameters

CVSSv3 $cvssV3

CVSSv3 getCvssV3()

No description

Return Value

CVSSv3

setCvssVersion($cvssVersion)

No description

Parameters

$cvssVersion

string getCvssVersion()

No description

Return Value

string

setDetails($details)

No description

Parameters

$details

Detail[] getDetails()

No description

Return Value

Detail[]

setSeverity($severity)

No description

Parameters

$severity

string getSeverity()

No description

Return Value

string

setSourceUpdateTime($sourceUpdateTime)

No description

Parameters

$sourceUpdateTime

string getSourceUpdateTime()

No description

Return Value

string

setWindowsDetails($windowsDetails)

No description

Parameters

$windowsDetails

WindowsDetail[] getWindowsDetails()

No description

Return Value

WindowsDetail[]