AWS cli documentation change
Summary
Added validationStatus field with possible values for finding validation status, customerNote field for findings, and alignmentRationale field explaining adjustment rationale. Updated CLI version references.
Security assessment
The changes document new fields related to security findings validation (validationStatus), customer annotations (customerNote), and alignment explanations (alignmentRationale). These enhance security documentation but don'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 41db2f664..a0614770c 100644 --- a//cli/latest/reference/securityagent/batch-get-findings.md +++ b//cli/latest/reference/securityagent/batch-get-findings.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -319,0 +320,14 @@ findings -> (list) +>> +>> validationStatus -> (string) +>> +>>> The simulated validation status of the finding. Valid values are NOT_VALIDATED, VALIDATING, CONFIRMED, NOT_REPRODUCED, and VALIDATION_FAILED. +>>> +>>> Possible values: +>>> +>>> * `CONFIRMED` +>>> * `NOT_REPRODUCED` +>>> * `VALIDATION_FAILED` +>>> * `VALIDATING` +>>> * `NOT_VALIDATED` +>>> + @@ -368,0 +383,4 @@ findings -> (list) +>> customerNote -> (string) +>> +>>> A customer-provided note on the finding. +>> @@ -424,0 +443,4 @@ findings -> (list) +>> alignmentRationale -> (string) +>> +>>> The rationale provided by the alignment agent explaining how the finding was adjusted based on customer preferences. +>> @@ -449 +471 @@ notFound -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »