/AWS1/CL_IN2CVSS3¶
The Common Vulnerability Scoring System (CVSS) version 3 details for the vulnerability.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_basescore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The CVSS v3 base score for the vulnerability.
iv_scoringvector TYPE /AWS1/IN2CVSSSCORINGVECTOR /AWS1/IN2CVSSSCORINGVECTOR¶
The scoring vector associated with the CVSS v3 score.
Queryable Attributes¶
baseScore¶
The CVSS v3 base score for the vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASESCORE() |
Getter for BASESCORE |
ASK_BASESCORE() |
Getter for BASESCORE w/ exceptions if field has no value |
STR_BASESCORE() |
String format for BASESCORE |
scoringVector¶
The scoring vector associated with the CVSS v3 score.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCORINGVECTOR() |
Getter for SCORINGVECTOR, with configurable default |
ASK_SCORINGVECTOR() |
Getter for SCORINGVECTOR w/ exceptions if field has no value |
HAS_SCORINGVECTOR() |
Determine if SCORINGVECTOR has a value |