AWS cli medium security documentation change
Summary
Added constraints documentation for MaxItems parameter (min:1, max:1000) and updated CLI version
Security assessment
Added constraints prevent excessive policy disclosure through pagination controls. Limiting MaxItems reduces information disclosure risks.
Diff
diff --git a/cli/latest/reference/iam/list-group-policies.md b/cli/latest/reference/iam/list-group-policies.md index a5ab65fc3..b67542fb1 100644 --- a//cli/latest/reference/iam/list-group-policies.md +++ b//cli/latest/reference/iam/list-group-policies.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -133,0 +134,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iam-20 +> +> Constraints: +> +> * min: `1` +> * max: `1000` +> + @@ -312 +319 @@ Marker -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »