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

Co-authored-by: Matt Keeler <19890779+mattkeeler@users.noreply.github.com>
This commit is contained in:
Prowler Bot
2025-04-22 19:17:47 +02:00
committed by GitHub
parent 8eb9d17006
commit ff9c992bf8
@@ -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"
}
},