From 48bbd7fc79567124e775aa3df23dbd948bdfb80b Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Fri, 7 Mar 2025 16:19:02 +0100 Subject: [PATCH] fix(metadata): typo in ec2_securitygroup_allow_wide_open_public_ipv4 (#7157) Co-authored-by: ryan-stavella <71134114+ryan-stavella@users.noreply.github.com> --- .../ec2_securitygroup_allow_wide_open_public_ipv4.metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowler/providers/aws/services/ec2/ec2_securitygroup_allow_wide_open_public_ipv4/ec2_securitygroup_allow_wide_open_public_ipv4.metadata.json b/prowler/providers/aws/services/ec2/ec2_securitygroup_allow_wide_open_public_ipv4/ec2_securitygroup_allow_wide_open_public_ipv4.metadata.json index 4b9c18ea1d..3f047432e5 100644 --- a/prowler/providers/aws/services/ec2/ec2_securitygroup_allow_wide_open_public_ipv4/ec2_securitygroup_allow_wide_open_public_ipv4.metadata.json +++ b/prowler/providers/aws/services/ec2/ec2_securitygroup_allow_wide_open_public_ipv4/ec2_securitygroup_allow_wide_open_public_ipv4.metadata.json @@ -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": {