Skip to content

/AWS1/CL_SAGVERIFICATIONSCRIPT

Contains metadata for a verification script that can be used to reproduce a security finding.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_scripttype TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The type of script. Valid values are python and bash.

iv_scripturl TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

URL to download the verification script.

iv_instructions TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

Instructions for running the verification script, including prerequisites and how to interpret results.

it_envvars TYPE /AWS1/CL_SAGVERIFSCRIPTENVVAR=>TT_VERIFSCRIPTENVVARLIST TT_VERIFSCRIPTENVVARLIST

The list of environment variables required to run the verification script.


Queryable Attributes

scriptType

The type of script. Valid values are python and bash.

Accessible with the following methods

Method Description
GET_SCRIPTTYPE() Getter for SCRIPTTYPE, with configurable default
ASK_SCRIPTTYPE() Getter for SCRIPTTYPE w/ exceptions if field has no value
HAS_SCRIPTTYPE() Determine if SCRIPTTYPE has a value

scriptUrl

URL to download the verification script.

Accessible with the following methods

Method Description
GET_SCRIPTURL() Getter for SCRIPTURL, with configurable default
ASK_SCRIPTURL() Getter for SCRIPTURL w/ exceptions if field has no value
HAS_SCRIPTURL() Determine if SCRIPTURL has a value

instructions

Instructions for running the verification script, including prerequisites and how to interpret results.

Accessible with the following methods

Method Description
GET_INSTRUCTIONS() Getter for INSTRUCTIONS, with configurable default
ASK_INSTRUCTIONS() Getter for INSTRUCTIONS w/ exceptions if field has no value
HAS_INSTRUCTIONS() Determine if INSTRUCTIONS has a value

envVars

The list of environment variables required to run the verification script.

Accessible with the following methods

Method Description
GET_ENVVARS() Getter for ENVVARS, with configurable default
ASK_ENVVARS() Getter for ENVVARS w/ exceptions if field has no value
HAS_ENVVARS() Determine if ENVVARS has a value