/AWS1/CL_GUSVULNERABILITY¶
Information about a security vulnerability that Amazon CodeGuru Security detected.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_referenceurls TYPE /AWS1/CL_GUSREFERENCEURLS_W=>TT_REFERENCEURLS TT_REFERENCEURLS¶
One or more URL addresses that contain details about a vulnerability.
it_relatedvulnerabilities TYPE /AWS1/CL_GUSRELATEDVULNERABI00=>TT_RELATEDVULNERABILITIES TT_RELATEDVULNERABILITIES¶
One or more vulnerabilities that are related to the vulnerability being described.
iv_id TYPE /AWS1/GUSSTRING /AWS1/GUSSTRING¶
The identifier for the vulnerability.
io_filepath TYPE REF TO /AWS1/CL_GUSFILEPATH /AWS1/CL_GUSFILEPATH¶
An object that describes the location of the detected security vulnerability in your code.
iv_itemcount TYPE /AWS1/GUSINTEGER /AWS1/GUSINTEGER¶
The number of times the vulnerability appears in your code.
Queryable Attributes¶
referenceUrls¶
One or more URL addresses that contain details about a vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCEURLS() |
Getter for REFERENCEURLS, with configurable default |
ASK_REFERENCEURLS() |
Getter for REFERENCEURLS w/ exceptions if field has no value |
HAS_REFERENCEURLS() |
Determine if REFERENCEURLS has a value |
relatedVulnerabilities¶
One or more vulnerabilities that are related to the vulnerability being described.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATEDVULNERABILITIES() |
Getter for RELATEDVULNERABILITIES, with configurable default |
ASK_RELATEDVULNERABILITIES() |
Getter for RELATEDVULNERABILITIES w/ exceptions if field has |
HAS_RELATEDVULNERABILITIES() |
Determine if RELATEDVULNERABILITIES has a value |
id¶
The identifier for the vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
filePath¶
An object that describes the location of the detected security vulnerability in your code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEPATH() |
Getter for FILEPATH |
itemCount¶
The number of times the vulnerability appears in your code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMCOUNT() |
Getter for ITEMCOUNT, with configurable default |
ASK_ITEMCOUNT() |
Getter for ITEMCOUNT w/ exceptions if field has no value |
HAS_ITEMCOUNT() |
Determine if ITEMCOUNT has a value |