AWS waf medium security documentation change
Summary
Fixed typo in IAM policy action from 'network-secusrity-director:*' to 'network-security-director:*'
Security assessment
Corrects a critical typo in IAM policy action name that could lead to misconfigured permissions. The original typo would have resulted in ineffective policies, potentially creating security risks through improper access control.
Diff
diff --git a/waf/latest/developerguide/security-nsd-with-iam-id-based-policies.md b/waf/latest/developerguide/security-nsd-with-iam-id-based-policies.md index 7b79f5db6..ea21b4762 100644 --- a//waf/latest/developerguide/security-nsd-with-iam-id-based-policies.md +++ b//waf/latest/developerguide/security-nsd-with-iam-id-based-policies.md @@ -74 +74 @@ Create an identity-based policy with the following example to provide full admin - "network-secusrity-director:*" + "network-security-director:*"