AWS cli documentation change
Summary
Updated CLI version reference from 2.32.11 to 2.32.13, modified regex pattern for CRL identifiers, and reorganized CRL structure documentation fields
Security assessment
The pattern change from '[a-f0-9]{8}-...' to '.*[a-f0-9]{8}-...' appears to relax input validation but doesn't explicitly reference any security advisory. The field reorganization in CRL structure documentation maintains the same information in different order without security context. No CVE or security notice is referenced.
Diff
diff --git a/cli/latest/reference/rolesanywhere/enable-crl.md b/cli/latest/reference/rolesanywhere/enable-crl.md index 7c6a34531..efac670ce 100644 --- a//cli/latest/reference/rolesanywhere/enable-crl.md +++ b//cli/latest/reference/rolesanywhere/enable-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) »