AWS cli medium security documentation change
Summary
Added constraints documentation for MaxItems parameter (min:1, max:1000) and updated CLI version
Security assessment
Parameter constraints limit group enumeration capabilities. Preventing large responses reduces attack surface for privilege escalation reconnaissance.
Diff
diff --git a/cli/latest/reference/iam/list-groups-for-user.md b/cli/latest/reference/iam/list-groups-for-user.md index f8f7f2b06..49c761f0f 100644 --- a//cli/latest/reference/iam/list-groups-for-user.md +++ b//cli/latest/reference/iam/list-groups-for-user.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -131,0 +132,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iam-20 +> +> Constraints: +> +> * min: `1` +> * max: `1000` +> + @@ -373 +380 @@ Marker -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »