From 5becaca2c482c63694a262a337c6006e39a5e493 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 8 Jun 2022 09:02:38 +0200 Subject: [PATCH] fix(extra7187): Remove commas from the metadata (#1187) --- checks/check_extra7187 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_extra7187 b/checks/check_extra7187 index 6dbf46e4b6..697e7e79b5 100644 --- a/checks/check_extra7187 +++ b/checks/check_extra7187 @@ -18,8 +18,8 @@ CHECK_SEVERITY_extra7187="High" CHECK_ASFF_RESOURCE_TYPE_extra7187="AwsWorkspaces" CHECK_ALTERNATE_check7187="extra7187" CHECK_SERVICENAME_extra7187="workspaces" -CHECK_RISK_extra7187='If the value listed in the Volume Encryption column is Disabled, the selected AWS WorkSpaces instance volumes (root and user volumes) are not encrypted, therefore your data-at-rest is not protected from unauthorized access and does not meet the compliance requirements regarding data encryption.' -CHECK_REMEDIATION_extra7187='WorkSpaces is integrated with the AWS Key Management Service (AWS KMS). This enables you to encrypt storage volumes of WorkSpaces using AWS KMS Key. When you launch a WorkSpace, you can encrypt the root volume (for Microsoft Windows, the C drive; for Linux, /) and the user volume (for Windows, the D drive; for Linux, /home). Doing so ensures that the data stored at rest, disk I/O to the volume, and snapshots created from the volumes are all encrypted' +CHECK_RISK_extra7187='If the value listed in the Volume Encryption column is Disabled the selected AWS WorkSpaces instance volumes (root and user volumes) are not encrypted. Therefore your data-at-rest is not protected from unauthorized access and does not meet the compliance requirements regarding data encryption.' +CHECK_REMEDIATION_extra7187='WorkSpaces is integrated with the AWS Key Management Service (AWS KMS). This enables you to encrypt storage volumes of WorkSpaces using AWS KMS Key. When you launch a WorkSpace you can encrypt the root volume (for Microsoft Windows - the C drive; for Linux - /) and the user volume (for Windows - the D drive; for Linux - /home). Doing so ensures that the data stored at rest - disk I/O to the volume - and snapshots created from the volumes are all encrypted' CHECK_DOC_extra7187='https://docs.aws.amazon.com/workspaces/latest/adminguide/encrypt-workspaces.html' CHECK_CAF_EPIC_extra7187='Infrastructure Security'