AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/securityagent/update-finding.md

Summary

Added new parameters for finding management: name, description, risk-type, risk-score, attack-script, reasoning, and customer-note. Updated CLI version to 2.35.8.

Security assessment

Adds documentation for enhanced security finding attributes including risk scoring, attack scripts, and remediation reasoning. Improves security posture documentation but doesn't fix existing vulnerabilities.

Diff

diff --git a/cli/latest/reference/securityagent/update-finding.md b/cli/latest/reference/securityagent/update-finding.md
index bb6a4da16..ac9518587 100644
--- a//cli/latest/reference/securityagent/update-finding.md
+++ b//cli/latest/reference/securityagent/update-finding.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -68,0 +69,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+    [--name <value>]
+    [--description <value>]
+    [--risk-type <value>]
@@ -69,0 +73,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+    [--risk-score <value>]
+    [--attack-script <value>]
+    [--reasoning <value>]
@@ -70,0 +77 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+    [--customer-note <value>]
@@ -103,0 +111,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+`--name` (string)
+
+> The updated name for the finding.
+
+`--description` (string)
+
+> The updated description for the finding.
+
+`--risk-type` (string)
+
+> The updated risk type for the finding.
+
@@ -118,0 +138,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+`--risk-score` (string)
+
+> The updated numerical risk score for the finding.
+
+`--attack-script` (string)
+
+> The updated attack script for the finding.
+
+`--reasoning` (string)
+
+> The updated reasoning for the finding.
+
@@ -131,0 +163,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+`--customer-note` (string)
+
+> A customer-provided note on the finding.
+
@@ -257 +292 @@ None
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »