AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-13 · Documentation low

File: cli/latest/reference/sts/assume-role.md

Summary

Updated regex patterns to include '+' and '/' characters, added minimum value constraint, and CLI version

Security assessment

The regex updates expand allowed characters for security-sensitive parameters but appear to be documentation corrections rather than vulnerability fixes. The minimum value constraint clarifies input validation without explicit security context.

Diff

diff --git a/cli/latest/reference/sts/assume-role.md b/cli/latest/reference/sts/assume-role.md
index 0fc245994..bd81e9263 100644
--- a//cli/latest/reference/sts/assume-role.md
+++ b//cli/latest/reference/sts/assume-role.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -163 +163 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/sts-20
-> The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@-
+> The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: +=,.@-
@@ -364 +364 @@ Syntax:
-> The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-
+> The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: +=,.@:/-
@@ -378 +378 @@ Syntax:
-> The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@-
+> The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: +=/:,.@-
@@ -427,0 +428 @@ Syntax:
+>   * min: `1`
@@ -711 +712 @@ SourceIdentity -> (string)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »