AWS cli documentation change
Summary
Updated AWS CLI version reference and modified validation patterns for resource ARN and tag keys
Security assessment
This change updates validation patterns by removing regex anchors. No security vulnerability is mentioned, and the change appears to be a documentation correction.
Diff
diff --git a/cli/latest/reference/guardduty/untag-resource.md b/cli/latest/reference/guardduty/untag-resource.md index 1b392b597..40d48929d 100644 --- a//cli/latest/reference/guardduty/untag-resource.md +++ b//cli/latest/reference/guardduty/untag-resource.md @@ -15 +15 @@ - * [AWS CLI 2.34.23 Command Reference](../../index.html) » + * [AWS CLI 2.34.25 Command Reference](../../index.html) » @@ -100 +100 @@ 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}` @@ -121 +121 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/guardd ->> * pattern: `^(?!aws:)[a-zA-Z+-=._:/]+$` +>> * pattern: `(?!aws:)[a-zA-Z+-=._:/]+` @@ -256 +256 @@ None - * [AWS CLI 2.34.23 Command Reference](../../index.html) » + * [AWS CLI 2.34.25 Command Reference](../../index.html) »