From d9e0ed1cc99feae26818b8f278a133037d7d3e27 Mon Sep 17 00:00:00 2001 From: n4ch04 <59198746+n4ch04@users.noreply.github.com> Date: Tue, 15 Mar 2022 12:30:57 +0100 Subject: [PATCH] fix(check_extra7161): fixed check title (#1068) --- checks/check_extra7161 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra7161 b/checks/check_extra7161 index 0fbe0021..6b39279e 100644 --- a/checks/check_extra7161 +++ b/checks/check_extra7161 @@ -11,7 +11,7 @@ # CONDITIONS OF ANY KIND, either express or implied. See the License for the # specific language governing permissions and limitations under the License. CHECK_ID_extra7161="7.161" -CHECK_TITLE_extra7161="[extra7161] Check if EFS have protects sensative data with encryption at rest" +CHECK_TITLE_extra7161="[extra7161] Check if EFS protects sensitive data with encryption at rest" CHECK_SCORED_extra7161="NOT_SCORED" CHECK_CIS_LEVEL_extra7161="EXTRA" CHECK_SEVERITY_extra7161="Medium"