chore(iam): Downgrade AWS IAM check severity (#4149)

This commit is contained in:
rieck-srlabs
2024-05-31 15:16:50 +02:00
committed by GitHub
parent 3a2fea7136
commit 6ed3167e17
@@ -8,11 +8,11 @@
"ServiceName": "iam",
"SubServiceName": "",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "critical",
"Severity": "high",
"ResourceType": "AwsIamPolicy",
"Description": "Ensure that no custom IAM policies exist which allow permissive role assumption (e.g. sts:AssumeRole on *)",
"Risk": "If not restricted unintended access could happen.",
"RelatedUrl": "",
"RelatedUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_permissions-to-switch.html#roles-usingrole-createpolicy",
"Remediation": {
"Code": {
"CLI": "",