AWS cli documentation change
Summary
Updated command description to clarify it returns paginated task summaries with step/category filtering. Enhanced parameter and response field documentation with more precise terminology (e.g., 'unique identifier' and UTC timestamps). Improved pagination token description.
Security assessment
Changes are documentation refinements without evidence of vulnerability fixes. Enhanced clarity about pentest tasks (PREFLIGHT, STATIC_ANALYSIS, etc.) improves usability but doesn't address specific security flaws.
Diff
diff --git a/cli/latest/reference/securityagent/list-pentest-job-tasks.md b/cli/latest/reference/securityagent/list-pentest-job-tasks.md index 728f8562a..7c0bc0c3b 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.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Lists tasks associated with a specific pentest job +Returns a paginated list of task summaries for the specified pentest job, optionally filtered by step name or category. @@ -103 +103 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> ID of the agent space where the pentest exists +> The unique identifier of the agent space. @@ -107 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Identifier of the pentest job whose tasks to list +> The unique identifier of the pentest job to list tasks for. @@ -111 +111 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Filter tasks by step name +> Filter tasks by step name. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING. @@ -259 +259 @@ taskSummaries -> (list) -> List of task summaries associated with the specified pentest job +> The list of task summaries. @@ -263 +263 @@ taskSummaries -> (list) ->> Summary information for a task +>> Contains summary information about a task. @@ -267 +267 @@ taskSummaries -> (list) ->>> Unique identifier for the task +>>> The unique identifier of the task. @@ -271 +271 @@ taskSummaries -> (list) ->>> Identifier of the parent pentest +>>> The unique identifier of the pentest associated with the task. @@ -275 +275 @@ taskSummaries -> (list) ->>> Identifier of the pentest job this task belongs to +>>> The unique identifier of the pentest job that contains the task. @@ -279 +279 @@ taskSummaries -> (list) ->>> Identifier of the agent space this task belongs to +>>> The unique identifier of the agent space. @@ -283 +283 @@ taskSummaries -> (list) ->>> Title or name of the task +>>> The title of the task. @@ -287 +287 @@ taskSummaries -> (list) ->>> Type of security risk this task is designed to test +>>> The type of security risk the task is testing for. @@ -324 +324 @@ taskSummaries -> (list) ->>> Current status of the task execution +>>> The current execution status of the task. @@ -338 +338 @@ taskSummaries -> (list) ->>> Timestamp when the task was created +>>> The date and time the task was created, in UTC format. @@ -342 +342 @@ taskSummaries -> (list) ->>> Timestamp when the task was last updated +>>> The date and time the task was last updated, in UTC format. @@ -346 +346 @@ nextToken -> (string) -> Token for pagination to retrieve the next set of results +> A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request. @@ -358 +358 @@ nextToken -> (string) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »