fix(aws): use correct ports in ec2_instance_port_cifs_exposed_to_internet recommendation (#7574)

Co-authored-by: MrCloudSec <hello@mistercloudsec.com>
This commit is contained in:
Matt Keeler
2025-04-22 12:24:12 -04:00
committed by GitHub
parent a671b092ee
commit 30eb78c293
@@ -21,7 +21,7 @@
"Terraform": ""
},
"Recommendation": {
"Text": "Modify the security group to remove the rule that allows ingress from the internet to TCP port 389 or 636 (LDAP).",
"Text": "Modify the security group to remove the rule that allows ingress from the internet to TCP port 139 or 445 (CIFS).",
"Url": "https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html"
}
},