AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.25 to 2.34.28 and modified IAM role ARN pattern to include forward slash (/) in allowed characters for role names
Security assessment
The change updates a regex pattern for IAM role ARNs to allow forward slashes in role names, which is a feature update to support IAM role paths. This is not addressing a security vulnerability but rather expanding validation to support existing IAM functionality. No evidence of security incident remediation.
Diff
diff --git a/cli/latest/reference/datasync/update-location-smb.md b/cli/latest/reference/datasync/update-location-smb.md index a745f4ea1..43a1710f3 100644 --- a//cli/latest/reference/datasync/update-location-smb.md +++ b//cli/latest/reference/datasync/update-location-smb.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -249 +249 @@ JSON Syntax: ->> * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/[a-zA-Z0-9+=,.@_-]+|)$` +>> * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/[a-zA-Z0-9+=,.@_/-]+|)$` @@ -569 +569 @@ None - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) »