AWS cli documentation change
Summary
Added documentation for 'verificationScript' structure including script metadata for reproducing security findings
Security assessment
Documents new security feature for reproducing findings but doesn't address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/securityagent/batch-get-findings.md b/cli/latest/reference/securityagent/batch-get-findings.md index 25615ab84..fa3e01aad 100644 --- a//cli/latest/reference/securityagent/batch-get-findings.md +++ b//cli/latest/reference/securityagent/batch-get-findings.md @@ -15 +15 @@ - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) » @@ -392,0 +393,32 @@ findings -> (list) +>> verificationScript -> (structure) +>> +>>> The verification script metadata for reproducing the finding, including download URL, instructions, and required environment variables. +>>> +>>> scriptType -> (string) +>>> +>>>> The type of script. Valid values are python and bash. +>>> +>>> scriptUrl -> (string) +>>> +>>>> URL to download the verification script. +>>> +>>> instructions -> (string) +>>> +>>>> Instructions for running the verification script, including prerequisites and how to interpret results. +>>> +>>> envVars -> (list) +>>> +>>>> The list of environment variables required to run the verification script. +>>>> +>>>> (structure) +>>>> +>>>>> Represents an environment variable required to run a verification script. +>>>>> +>>>>> name -> (string) +>>>>> +>>>>>> The name of the environment variable. +>>>>> +>>>>> value -> (string) +>>>>> +>>>>>> The value of the environment variable. +>> @@ -417 +449 @@ notFound -> (list) - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) »