AWS cli documentation change
Summary
Added parameter constraints (min:1, max:100) and updated CLI version references
Security assessment
Added input validation constraints documentation which improves security by defining parameter boundaries, but doesn't address a specific vulnerability
Diff
diff --git a/cli/latest/reference/sso/list-account-roles.md b/cli/latest/reference/sso/list-account-roles.md index d5cf6f67a..af975d6b7 100644 --- a//cli/latest/reference/sso/list-account-roles.md +++ b//cli/latest/reference/sso/list-account-roles.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -117,0 +118,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/sso-20 +> +> Constraints: +> +> * min: `1` +> * max: `100` +> + @@ -268 +275 @@ roleList -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »