AWS cli documentation change
Summary
Updated AWS CLI version reference and modified validation patterns for resource ARN and tag keys, added minimum length constraint for tag values
Security assessment
The changes involve removing regex anchors (^ and $) from validation patterns and adding a minimum length constraint. While GuardDuty is a security service, these appear to be documentation corrections for input validation patterns rather than addressing a specific security vulnerability. No evidence of a security incident or vulnerability is mentioned.
Diff
diff --git a/cli/latest/reference/guardduty/list-tags-for-resource.md b/cli/latest/reference/guardduty/list-tags-for-resource.md index 01e14046c..ed762cb95 100644 --- a//cli/latest/reference/guardduty/list-tags-for-resource.md +++ b//cli/latest/reference/guardduty/list-tags-for-resource.md @@ -15 +15 @@ - * [AWS CLI 2.34.23 Command Reference](../../index.html) » + * [AWS CLI 2.34.25 Command Reference](../../index.html) » @@ -99 +99 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/guardd -> * pattern: `^arn:[A-Za-z_.-]{1,20}:guardduty:[A-Za-z0-9_/.-]{0,63}:\d+:detector/[A-Za-z0-9_/.-]{32,264}$` +> * pattern: `arn:[A-Za-z_.-]{1,20}:guardduty:[A-Za-z0-9_/.-]{0,63}:\d+:detector/[A-Za-z0-9_/.-]{32,264}` @@ -233 +233 @@ Tags -> (map) ->> * pattern: `^(?!aws:)[a-zA-Z+-=._:/]+$` +>> * pattern: `(?!aws:)[a-zA-Z+-=._:/]+` @@ -240,0 +241 @@ Tags -> (map) +>> * min: `0` @@ -255 +256 @@ Tags -> (map) - * [AWS CLI 2.34.23 Command Reference](../../index.html) » + * [AWS CLI 2.34.25 Command Reference](../../index.html) »