From 4f7d75598d268c393fdfa145c9d253bfdc043710 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Fri, 1 Oct 2021 15:24:14 +0000 Subject: [PATCH] Changed ',' with ';' in check variables --- checks/check_extra7150 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra7150 b/checks/check_extra7150 index d2a62d89..26940ad9 100644 --- a/checks/check_extra7150 +++ b/checks/check_extra7150 @@ -18,7 +18,7 @@ CHECK_SEVERITY_extra7150="Medium" CHECK_ASFF_RESOURCE_TYPE_extra7150="AwsElbLoadBalancer" CHECK_ALTERNATE_check7150="extra7150" CHECK_SERVICENAME_extra7150="elb" -CHECK_RISK_extra7150='If deletion protection is not enabled, the resource is not protected against deletion.' +CHECK_RISK_extra7150='If deletion protection is not enabled; the resource is not protected against deletion.' CHECK_REMEDIATION_extra7150='Enable deletion protection attribute; this is not enabled by default.' CHECK_DOC_extra7150='https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#deletion-protection' CHECK_CAF_EPIC_extra7150='Data Protection'