/AWS1/CL_IN2CVSS4¶
The Common Vulnerability Scoring System (CVSS) version 4 details for the vulnerability.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_basescore
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The base CVSS v4 score for the vulnerability finding, which rates the severity of the vulnerability on a scale from 0 to 10.
iv_scoringvector
TYPE /AWS1/IN2CVSSSCORINGVECTOR
/AWS1/IN2CVSSSCORINGVECTOR
¶
The CVSS v4 scoring vector, which contains the metrics and measurements that were used to calculate the base score.
Queryable Attributes¶
baseScore¶
The base CVSS v4 score for the vulnerability finding, which rates the severity of the vulnerability on a scale from 0 to 10.
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 CVSS v4 scoring vector, which contains the metrics and measurements that were used to calculate the base 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 |