From 8487777f966783fb093c234c254c5b02b266b9db Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 26 Oct 2022 08:57:45 +0200 Subject: [PATCH] fix(typo): FPT -> FTP (#1431) --- ...tygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/aws/services/ec2/ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21/ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21.py b/providers/aws/services/ec2/ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21/ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21.py index 784568dd..0f62f9f3 100644 --- a/providers/aws/services/ec2/ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21/ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21.py +++ b/providers/aws/services/ec2/ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21/ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21.py @@ -22,7 +22,7 @@ class ec2_securitygroup_allow_ingress_from_internet_to_tcp_ftp_port_20_21(Check) report.resource_id = security_group.id else: report.status = "PASS" - report.status_extended = f"Security group {security_group.name} ({security_group.id}) has not FPT ports 20 and 21 open to the Internet." + report.status_extended = f"Security group {security_group.name} ({security_group.id}) has not FTP ports 20 and 21 open to the Internet." report.resource_id = security_group.id findings.append(report)