fix(metadata): fix recommendation in iam_role_cross_service_confused_deputy_prevention check (#1721)

This commit is contained in:
Sergio Garcia
2023-01-17 13:11:46 +01:00
committed by GitHub
parent b9be94bcc5
commit 8efebf992f

View File

@@ -19,7 +19,7 @@
"Terraform": ""
},
"Recommendation": {
"Text": "Use the aws:SourceArn and aws:SourceAccount global condition context keys in resource-based policies to limit the permissions that a service has to a specific resource",
"Text": "Use the aws:SourceArn and aws:SourceAccount global condition context keys in trust relationship policies to limit the permissions that a service has to a specific resource",
"Url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html#cross-service-confused-deputy-prevention"
}
},