/AWS1/CL_IN2CVSSSCORE¶
The CVSS score for a finding.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_basescore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The base CVSS score used for the finding.
iv_scoringvector TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The vector string of the CVSS score.
iv_version TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The version of CVSS used for the score.
iv_source TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The source of the CVSS score.
Queryable Attributes¶
baseScore¶
The base CVSS score used for the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASESCORE() |
Getter for BASESCORE, with configurable default |
ASK_BASESCORE() |
Getter for BASESCORE w/ exceptions if field has no value |
STR_BASESCORE() |
String format for BASESCORE, with configurable default |
HAS_BASESCORE() |
Determine if BASESCORE has a value |
scoringVector¶
The vector string of the CVSS 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 |
version¶
The version of CVSS used for the score.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
source¶
The source of the CVSS score.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CVSSSCORELIST¶
TYPES TT_CVSSSCORELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CVSSSCORE WITH DEFAULT KEY
.