fix(metadata): typo in ec2_securitygroup_allow_wide_open_public_ipv4 (#7157)

Co-authored-by: ryan-stavella <71134114+ryan-stavella@users.noreply.github.com>
This commit is contained in:
Prowler Bot
2025-03-07 16:19:02 +01:00
committed by GitHub
parent 8a98a12eaa
commit 48bbd7fc79
@@ -10,7 +10,7 @@
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "high",
"ResourceType": "AwsEc2SecurityGroup",
"Description": "Ensure no security groups allow ingress and egress from ide-open IP address with a mask between 0 and 24.",
"Description": "Ensure no security groups allow ingress and egress from wide-open IP address with a mask between 0 and 24.",
"Risk": "If Security groups are not properly configured the attack surface is increased.",
"RelatedUrl": "",
"Remediation": {