AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-12-10 · Documentation low

File: cli/latest/reference/rolesanywhere/disable-crl.md

Summary

Updated CLI version references, relaxed regex pattern for UUID validation, and reordered CRL structure documentation fields

Security assessment

The pattern change from strict UUID validation to allowing any surrounding characters (.*) could indicate relaxed input validation, but there's no explicit evidence this addresses or introduces a security vulnerability. The CRL field reordering appears to be documentation formatting rather than security-related changes. No CVEs, vulnerabilities, or security advisories are referenced.

Diff

diff --git a/cli/latest/reference/rolesanywhere/disable-crl.md b/cli/latest/reference/rolesanywhere/disable-crl.md
index dd1830e8b..b882dbcf9 100644
--- a//cli/latest/reference/rolesanywhere/disable-crl.md
+++ b//cli/latest/reference/rolesanywhere/disable-crl.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.13 Command Reference](../../index.html) »
@@ -102 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rolesa
->   * pattern: `[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}`
+>   * pattern: `.*[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}.*`
@@ -209,12 +208,0 @@ crl -> (structure)
-> createdAt -> (timestamp)
->
->> The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
-> 
-> crlArn -> (string)
->
->> The ARN of the certificate revocation list (CRL).
-> 
-> crlData -> (blob)
->
->> The state of the certificate revocation list (CRL) after a read or write operation.
-> 
@@ -229 +217 @@ crl -> (structure)
->>   * pattern: `[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}`
+>>   * pattern: `.*[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}.*`
@@ -233 +221 @@ crl -> (structure)
-> enabled -> (boolean)
+> crlArn -> (string)
@@ -235 +223 @@ crl -> (structure)
->> Indicates whether the certificate revocation list (CRL) is enabled.
+>> The ARN of the certificate revocation list (CRL).
@@ -240,0 +229,8 @@ crl -> (structure)
+> enabled -> (boolean)
+>
+>> Indicates whether the certificate revocation list (CRL) is enabled.
+> 
+> crlData -> (blob)
+>
+>> The state of the certificate revocation list (CRL) after a read or write operation.
+> 
@@ -244,0 +241,4 @@ crl -> (structure)
+> createdAt -> (timestamp)
+>
+>> The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
+> 
@@ -259 +259 @@ crl -> (structure)
-  * [AWS CLI 2.32.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.13 Command Reference](../../index.html) »