class VulnerabilityReportVulnerabilityDetails extends Collection (View source)

Properties

protected $collection_key
string $cve
float $cvssV2Score
protected $cvssV3Type
protected $cvssV3DataType
string $description
protected $referencesType
protected $referencesDataType
string $severity

Methods

setCve($cve)

No description

string
getCve()

No description

setCvssV2Score($cvssV2Score)

No description

float
getCvssV2Score()

No description

setCvssV3(CVSSv3 $cvssV3)

No description

getCvssV3()

No description

setDescription($description)

No description

string
getDescription()

No description

setReferences($references)

No description

setSeverity($severity)

No description

string
getSeverity()

No description

Details

setCve($cve)

No description

Parameters

$cve

string getCve()

No description

Return Value

string

setCvssV2Score($cvssV2Score)

No description

Parameters

$cvssV2Score

float getCvssV2Score()

No description

Return Value

float

setCvssV3(CVSSv3 $cvssV3)

No description

Parameters

CVSSv3 $cvssV3

CVSSv3 getCvssV3()

No description

Return Value

CVSSv3

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setReferences($references)

No description

Parameters

$references

setSeverity($severity)

No description

Parameters

$severity

string getSeverity()

No description

Return Value

string