From babbf065deafa8faa7f283b04591ca1f1bf25c97 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Fri, 1 Oct 2021 15:21:02 +0000 Subject: [PATCH] Changed ',' with ';' in variables --- checks/check_extra7151 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra7151 b/checks/check_extra7151 index 0d04a75a..d680b971 100644 --- a/checks/check_extra7151 +++ b/checks/check_extra7151 @@ -19,7 +19,7 @@ CHECK_SEVERITY_extra7151="Medium" CHECK_ASFF_RESOURCE_TYPE_extra7151="AwsDynamoDbTable" CHECK_ALTERNATE_check7151="extra7151" CHECK_SERVICENAME_extra7151="dynamodb" -CHECK_RISK_extra7151='If the DynamoDB Table does not have point-in-time recovery enabled, it is vulnerable to accidental write or delete operations.' +CHECK_RISK_extra7151='If the DynamoDB Table does not have point-in-time recovery enabled; it is vulnerable to accidental write or delete operations.' CHECK_REMEDIATION_extra7151='Enable point-in-time recovery; this is not enabled by default.' CHECK_DOC_extra7151='https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/PointInTimeRecovery_Howitworks.html' CHECK_CAF_EPIC_extra7151='Data Protection'