AWS cli documentation change
Summary
Updated CLI version reference from 2.32.11 to 2.32.13, modified regex pattern for CRL ID validation to be more permissive, and reorganized CRL structure documentation fields (moved createdAt/crlArn/crlData/enabled fields)
Security assessment
The regex pattern change from '[a-f0-9]{8}-...' to '.*[a-f0-9]{8}-...*' appears to relax input validation but lacks explicit security context. The field reorganization documents the same CRL properties in different order without functional changes. No CVE, vulnerability mention, or security advisory is referenced in the diff.
Diff
diff --git a/cli/latest/reference/rolesanywhere/delete-crl.md b/cli/latest/reference/rolesanywhere/delete-crl.md index 1b042a584..413deb7d7 100644 --- a//cli/latest/reference/rolesanywhere/delete-crl.md +++ b//cli/latest/reference/rolesanywhere/delete-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) »