AWS cli documentation change
Summary
Added new VALIDATION step to penetration testing workflow documentation and updated valid step names.
Security assessment
Documents an additional validation phase in security testing processes but doesn't address any specific vulnerability. Improves transparency of security testing procedures without indicating security fixes.
Diff
diff --git a/cli/latest/reference/securityagent/list-pentest-job-tasks.md b/cli/latest/reference/securityagent/list-pentest-job-tasks.md index d2e0039b6..b807358c0 100644 --- a//cli/latest/reference/securityagent/list-pentest-job-tasks.md +++ b//cli/latest/reference/securityagent/list-pentest-job-tasks.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -111 +111 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Filter tasks by step name. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING. +> Filter tasks by step name. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, VALIDATION, and FINALIZING. @@ -118,0 +119 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi +> * `VALIDATION` @@ -358 +359 @@ nextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »