AWS cli medium security documentation change
Summary
Updated CLI version reference from 2.35.5 to 2.35.8 and added constraints documentation (min:0, max:100) for an unspecified parameter
Security assessment
Added input validation constraints (min/max) which directly relates to security best practices by preventing parameter manipulation attacks. This mitigates risks like resource exhaustion or API abuse.
Diff
diff --git a/cli/latest/reference/waf/list-xss-match-sets.md b/cli/latest/reference/waf/list-xss-match-sets.md index 6964673b5..1a459feca 100644 --- a//cli/latest/reference/waf/list-xss-match-sets.md +++ b//cli/latest/reference/waf/list-xss-match-sets.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -113,0 +114,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/waf-20 +> +> Constraints: +> +> * min: `0` +> * max: `100` +> + @@ -296 +303 @@ XssMatchSets -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »