/AWS1/CL_IN2CVSS2¶
The Common Vulnerability Scoring System (CVSS) version 2 details for the vulnerability.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_basescore
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The CVSS v2 base score for the vulnerability.
iv_scoringvector
TYPE /AWS1/IN2CVSSSCORINGVECTOR
/AWS1/IN2CVSSSCORINGVECTOR
¶
The scoring vector associated with the CVSS v2 score.
Queryable Attributes¶
baseScore¶
The CVSS v2 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 v2 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 |