You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting IpProtocol: '-1' can produce unexpected results. Per the docs, when -1 is used, ToPort and FromPort are essentially ignored and access is granted on all ports from all protocols.
Fix rule operator to limit false possitive
Switch cindr_block to string for sg_all_protocols
Fix spelling errors in all_protocols rules
Update test file to use correct spelled test name
See stelligent/cfn_nag#273
Setting IpProtocol: '-1' can produce unexpected results. Per the docs, when -1 is used, ToPort and FromPort are essentially ignored and access is granted on all ports from all protocols.
Terraform documentation shows a similar use of -1
https://www.terraform.io/docs/providers/aws/r/security_group.html
The text was updated successfully, but these errors were encountered: