/AWS1/CL_SAGASSETS¶
The collection of assets used in a pentest configuration, including endpoints, actors, documents, source code repositories, and integrated repositories.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_endpoints TYPE /AWS1/CL_SAGENDPOINT=>TT_ENDPOINTLIST TT_ENDPOINTLIST¶
The list of endpoints to test during the pentest.
it_actors TYPE /AWS1/CL_SAGACTOR=>TT_ACTORLIST TT_ACTORLIST¶
The list of actors used during penetration testing.
it_documents TYPE /AWS1/CL_SAGDOCUMENTINFO=>TT_DOCUMENTLIST TT_DOCUMENTLIST¶
The list of documents that provide context for the pentest.
it_sourcecode TYPE /AWS1/CL_SAGSOURCECODEREPO=>TT_SOURCECODEREPOSITORYLIST TT_SOURCECODEREPOSITORYLIST¶
The list of source code repositories to analyze during the pentest.
it_integratedrepositories TYPE /AWS1/CL_SAGINTGRTDREPOSITORY=>TT_INTEGRATEDREPOSITORYLIST TT_INTEGRATEDREPOSITORYLIST¶
The list of integrated repositories associated with the pentest.
Queryable Attributes¶
endpoints¶
The list of endpoints to test during the pentest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTS() |
Getter for ENDPOINTS, with configurable default |
ASK_ENDPOINTS() |
Getter for ENDPOINTS w/ exceptions if field has no value |
HAS_ENDPOINTS() |
Determine if ENDPOINTS has a value |
actors¶
The list of actors used during penetration testing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTORS() |
Getter for ACTORS, with configurable default |
ASK_ACTORS() |
Getter for ACTORS w/ exceptions if field has no value |
HAS_ACTORS() |
Determine if ACTORS has a value |
documents¶
The list of documents that provide context for the pentest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTS() |
Getter for DOCUMENTS, with configurable default |
ASK_DOCUMENTS() |
Getter for DOCUMENTS w/ exceptions if field has no value |
HAS_DOCUMENTS() |
Determine if DOCUMENTS has a value |
sourceCode¶
The list of source code repositories to analyze during the pentest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECODE() |
Getter for SOURCECODE, with configurable default |
ASK_SOURCECODE() |
Getter for SOURCECODE w/ exceptions if field has no value |
HAS_SOURCECODE() |
Determine if SOURCECODE has a value |
integratedRepositories¶
The list of integrated repositories associated with the pentest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATEDREPOSITORIES() |
Getter for INTEGRATEDREPOSITORIES, with configurable default |
ASK_INTEGRATEDREPOSITORIES() |
Getter for INTEGRATEDREPOSITORIES w/ exceptions if field has |
HAS_INTEGRATEDREPOSITORIES() |
Determine if INTEGRATEDREPOSITORIES has a value |