From e52a97f2b1170880d4d583032bde195b9b6c18cb Mon Sep 17 00:00:00 2001 From: Allen Golbig Date: Thu, 3 Nov 2022 11:24:01 -0400 Subject: [PATCH] fix[rules] fixed cis tags Fixed tags where cis_lvl2 had cis_lvl2 tags Issue #198 --- rules/os/os_hibernate_mode_destroyfvkeyonstandby_enable.yaml | 1 - rules/os/os_hibernate_mode_enable.yaml | 1 - rules/pwpolicy/pwpolicy_lower_case_character_enforce.yaml | 1 - rules/pwpolicy/pwpolicy_special_character_enforce.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/rules/os/os_hibernate_mode_destroyfvkeyonstandby_enable.yaml b/rules/os/os_hibernate_mode_destroyfvkeyonstandby_enable.yaml index a3e30439..1f12a40b 100644 --- a/rules/os/os_hibernate_mode_destroyfvkeyonstandby_enable.yaml +++ b/rules/os/os_hibernate_mode_destroyfvkeyonstandby_enable.yaml @@ -34,7 +34,6 @@ references: macOS: - "13.0" tags: - - cis_lvl1 - cis_lvl2 mobileconfig: true mobileconfig_info: diff --git a/rules/os/os_hibernate_mode_enable.yaml b/rules/os/os_hibernate_mode_enable.yaml index dbdcd881..1031c225 100644 --- a/rules/os/os_hibernate_mode_enable.yaml +++ b/rules/os/os_hibernate_mode_enable.yaml @@ -65,7 +65,6 @@ references: macOS: - "13.0" tags: - - cis_lvl1 - cis_lvl2 mobileconfig: false mobileconfig_info: diff --git a/rules/pwpolicy/pwpolicy_lower_case_character_enforce.yaml b/rules/pwpolicy/pwpolicy_lower_case_character_enforce.yaml index a7e5ca66..b937ab89 100644 --- a/rules/pwpolicy/pwpolicy_lower_case_character_enforce.yaml +++ b/rules/pwpolicy/pwpolicy_lower_case_character_enforce.yaml @@ -67,7 +67,6 @@ macOS: odv: hint: "Number of lowercase characters." recommended: 1 - cis_lvl1: 1 cis_lvl2: 1 tags: - 800-171 diff --git a/rules/pwpolicy/pwpolicy_special_character_enforce.yaml b/rules/pwpolicy/pwpolicy_special_character_enforce.yaml index 581d79a6..77870000 100644 --- a/rules/pwpolicy/pwpolicy_special_character_enforce.yaml +++ b/rules/pwpolicy/pwpolicy_special_character_enforce.yaml @@ -45,7 +45,6 @@ macOS: odv: hint: "Number of special characters." recommended: 1 - cis_lvl1: 1 cis_lvl2: 1 tags: - 800-171