From a769bb86d3afa86277ce42e8354ecdeb568aba6a Mon Sep 17 00:00:00 2001 From: Kay Agahd Date: Tue, 22 Nov 2022 08:55:38 +0100 Subject: [PATCH] fix(check_extra723): Corrected some typos (#1511) --- checks/check_extra723 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_extra723 b/checks/check_extra723 index 7f4aee3f7e..599a532be5 100644 --- a/checks/check_extra723 +++ b/checks/check_extra723 @@ -18,8 +18,8 @@ CHECK_SEVERITY_extra723="Critical" CHECK_ASFF_RESOURCE_TYPE_extra723="AwsRdsDbSnapshot" CHECK_ALTERNATE_check723="extra723" CHECK_SERVICENAME_extra723="rds" -CHECK_RISK_extra723='Publicly accessible services could expose sensitive data to bad actors. t is recommended that your RDS snapshots should not be public in order to prevent potential leak or misuse of sensitive data or any other kind of security threat. If your RDS snapshot is public; then the data which is backed up in that snapshot is accessible to all other AWS accounts.' -CHECK_REMEDIATION_extra723='Use AWS Config to identify any sanpshot that is public.' +CHECK_RISK_extra723='Publicly accessible services could expose sensitive data to bad actors. It is recommended that your RDS snapshots should not be public in order to prevent potential leak or misuse of sensitive data or any other kind of security threat. If your RDS snapshot is public then the data which is backed up in that snapshot is accessible to all other AWS accounts.' +CHECK_REMEDIATION_extra723='Use AWS Config to identify any snapshot that is public.' CHECK_DOC_extra723='https://docs.aws.amazon.com/config/latest/developerguide/rds-snapshots-public-prohibited.html' CHECK_CAF_EPIC_extra723='Data Protection'