AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-19 · Documentation low

File: cli/latest/reference/securityagent/list-findings.md

Summary

Updated CLI version reference and added 'validationStatus' field with possible values (CONFIRMED, NOT_REPRODUCED, etc.) to findings output.

Security assessment

Added finding validation status for better security posture management but no evidence of patching vulnerabilities. Improves documentation of security finding workflows.

Diff

diff --git a/cli/latest/reference/securityagent/list-findings.md b/cli/latest/reference/securityagent/list-findings.md
index 1a3d88c7e..a4f98b74b 100644
--- a//cli/latest/reference/securityagent/list-findings.md
+++ b//cli/latest/reference/securityagent/list-findings.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -378,0 +379,14 @@ findingsSummaries -> (list)
+>> 
+>> validationStatus -> (string)
+>>
+>>> The simulated validation status of the finding.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `CONFIRMED`
+>>>   * `NOT_REPRODUCED`
+>>>   * `VALIDATION_FAILED`
+>>>   * `VALIDATING`
+>>>   * `NOT_VALIDATED`
+>>> 
+
@@ -402 +416 @@ nextToken -> (string)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »