AWS securityhub documentation change
Summary
Added maximum item limit (6) to StringList type and clarified allowed values for requiredTagKeys parameter
Security assessment
The change adds validation constraints (maximum 6 items) to tag requirements but doesn't reference any security vulnerability or incident. This appears to be a configuration limit clarification rather than addressing a security issue.
Diff
diff --git a/securityhub/latest/userguide/stepfunctions-controls.md b/securityhub/latest/userguide/stepfunctions-controls.md index 524fc2c81..96ab621fb 100644 --- a//securityhub/latest/userguide/stepfunctions-controls.md +++ b//securityhub/latest/userguide/stepfunctions-controls.md @@ -57 +57 @@ Parameter | Description | Type | Allowed custom values | Security Hub default va -`requiredTagKeys` | List of non-system tag keys that the evaluated resource must contain. Tag keys are case sensitive. | StringList | List of tags that meet [AWS requirements](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions) | No default value +`requiredTagKeys` | List of non-system tag keys that the evaluated resource must contain. Tag keys are case sensitive. | StringList (maximum of 6 items) | 1–6 tag keys that meet [AWS requirements](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions). | No default value