AWS cli documentation change
Summary
Added integratedDocument structure for third-party documents, added VALIDATION step to pentest process, introduced cleanUpStrategy resource management options, and disableManagedSkills configuration for pentest jobs. Updated CLI version references.
Security assessment
The changes document new pentest job features including third-party integrations, validation steps, resource cleanup strategies, and skill management. These are security feature enhancements but don't indicate a patched vulnerability.
Diff
diff --git a/cli/latest/reference/securityagent/batch-get-pentest-jobs.md b/cli/latest/reference/securityagent/batch-get-pentest-jobs.md index 803f4079e..c43596c6c 100644 --- a//cli/latest/reference/securityagent/batch-get-pentest-jobs.md +++ b//cli/latest/reference/securityagent/batch-get-pentest-jobs.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -330,0 +331,12 @@ pentestJobs -> (list) +>>>> +>>>> integratedDocument -> (structure) +>>>> +>>>>> A reference to a document in an integrated third-party provider. +>>>>> +>>>>> integrationId -> (string) [required] +>>>>> +>>>>>> The identifier of the integration that provides access to the document. +>>>>> +>>>>> resourceId -> (string) [required] +>>>>> +>>>>>> The provider-specific resource identifier for the document. @@ -419 +431 @@ pentestJobs -> (list) ->>>>> The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING. +>>>>> The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, VALIDATION, and FINALIZING. @@ -426,0 +439 @@ pentestJobs -> (list) +>>>>> * `VALIDATION` @@ -619,0 +633,26 @@ pentestJobs -> (list) +>> +>> cleanUpStrategy -> (string) +>> +>>> Strategy for cleaning up resources after pentest job completion. +>>> +>>> Possible values: +>>> +>>> * `BEST_EFFORT_DELETE` +>>> * `RETAIN_ALL` +>>> + +>> +>> disableManagedSkills -> (list) +>> +>>> A list of managed skills disabled for this pentest job. Valid values include FINDING_PERSONALIZATION and LOGIN_OPTIMIZATION. +>>> +>>> (string) +>>> +>>>> Type of managed skill that can be enabled or disabled for a pentest. +>>>> +>>>> Possible values: +>>>> +>>>> * `FINDING_PERSONALIZATION` +>>>> * `LOGIN_OPTIMIZATION` +>>>> + @@ -645 +684 @@ notFound -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »