AWS cli documentation change
Summary
Updated ECR repository pattern validation and CLI version reference
Security assessment
Pattern change allows broader character set ([a-zA-Z0-9._\/-]+) but doesn't indicate security vulnerability fixes or new security features.
Diff
diff --git a/cli/latest/reference/inspector2/get-clusters-for-image.md b/cli/latest/reference/inspector2/get-clusters-for-image.md index 7a35b7879..267a7c860 100644 --- a//cli/latest/reference/inspector2/get-clusters-for-image.md +++ b//cli/latest/reference/inspector2/get-clusters-for-image.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -108 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> * pattern: `arn:.*:ecr:.*:\d{12}:repository\/(?:[a-z0-9]+(?:[._-][a-z0-9]+)*\/)*[a-z0-9]+(?:[._-][a-z0-9]+)*(\/sha256:[a-z0-9]{64})?` +>> * pattern: `arn:.*:ecr:.*:\d{12}:repository\/[a-zA-Z0-9._\/-]+(\/sha256:[a-z0-9]{64})?` @@ -425 +425 @@ nextToken -> (string) - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) »