AWS cli documentation change
Summary
Added input validation constraints (min:0, max:100) for Limit parameter and updated CLI version.
Security assessment
Added parameter boundary checks prevent potential API errors but don't address specific vulnerabilities. No security feature documentation added.
Diff
diff --git a/cli/latest/reference/waf/list-activated-rules-in-rule-group.md b/cli/latest/reference/waf/list-activated-rules-in-rule-group.md index 359b26799..987df87ef 100644 --- a//cli/latest/reference/waf/list-activated-rules-in-rule-group.md +++ b//cli/latest/reference/waf/list-activated-rules-in-rule-group.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -126,0 +127,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/waf-20 +> +> Constraints: +> +> * min: `0` +> * max: `100` +> + @@ -403 +410 @@ ActivatedRules -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »