AWS cli documentation change
Summary
Updated CLI version, adjusted regex pattern for policy validation (removed start/end anchors), increased max policy size from 10000 to 36864, and reordered timestamp fields.
Security assessment
The regex pattern change removes ^ and $ anchors, potentially relaxing validation, but there is no explicit evidence of a security vulnerability being addressed. The max policy size increase appears to be a feature update rather than a security fix. No security-specific documentation was added.
Diff
diff --git a/cli/latest/reference/vpc-lattice/get-auth-policy.md b/cli/latest/reference/vpc-lattice/get-auth-policy.md index 40b5907ad..1ac4bcd3f 100644 --- a//cli/latest/reference/vpc-lattice/get-auth-policy.md +++ b//cli/latest/reference/vpc-lattice/get-auth-policy.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -101 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -> * pattern: `^((((sn)|(svc)|(rcfg))-[0-9a-z]{17})|(arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(resourceconfiguration/rcfg)|(service/svc))-[0-9a-z]{17}))$` +> * pattern: `((((sn)|(svc)|(rcfg))-[0-9a-z]{17})|(arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(resourceconfiguration/rcfg)|(service/svc))-[0-9a-z]{17}))` @@ -234,8 +233,0 @@ For more information, see [Auth policies](https://docs.aws.amazon.com/vpc-lattic -createdAt -> (timestamp) - -> The date and time that the auth policy was created, in ISO-8601 format. - -lastUpdatedAt -> (timestamp) - -> The date and time that the auth policy was last updated, in ISO-8601 format. - @@ -249 +241 @@ policy -> (string) -> * max: `10000` +> * max: `36864` @@ -263,0 +256,8 @@ state -> (string) +createdAt -> (timestamp) + +> The date and time that the auth policy was created, in ISO-8601 format. + +lastUpdatedAt -> (timestamp) + +> The date and time that the auth policy was last updated, in ISO-8601 format. + @@ -274 +274 @@ state -> (string) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »