/AWS1/CL_SAGASSETS¶
Collection of assets to be tested or used during a pentest
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_endpoints TYPE /AWS1/CL_SAGENDPOINT=>TT_ENDPOINTLIST TT_ENDPOINTLIST¶
List of web application endpoints to test
it_actors TYPE /AWS1/CL_SAGACTOR=>TT_ACTORLIST TT_ACTORLIST¶
List of actors that interact with the system
it_documents TYPE /AWS1/CL_SAGDOCUMENTINFO=>TT_DOCUMENTLIST TT_DOCUMENTLIST¶
List of documents providing context for testing
it_sourcecode TYPE /AWS1/CL_SAGSOURCECODEREPO=>TT_SOURCECODEREPOSITORYLIST TT_SOURCECODEREPOSITORYLIST¶
List of source code repositories for static analysis
it_integratedrepositories TYPE /AWS1/CL_SAGINTGRTDREPOSITORY=>TT_INTEGRATEDREPOSITORYLIST TT_INTEGRATEDREPOSITORYLIST¶
List of integrated code repositories
Queryable Attributes¶
endpoints¶
List of web application endpoints to test
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¶
List of actors that interact with the system
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¶
List of documents providing context for testing
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¶
List of source code repositories for static analysis
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¶
List of integrated code repositories
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 |