From cd9de2dd8f80935cb33ee52044d6a01848cacaef Mon Sep 17 00:00:00 2001 From: Allen Golbig Date: Mon, 26 Jul 2021 09:48:33 -0400 Subject: [PATCH] minor edit --- CHANGELOG.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 8db5b234..f31fd3e8 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -39,12 +39,12 @@ This document provides a high-level view of the changes to the macOS Security Co ** Bug Fixes * Baselines -** Added NIST 800-53 Rev 5 (Low, Moderate, High and Privacy) +** Added NIST 800-53 Rev 5 (Low, Moderate, High, and Privacy) ** Modified existing baselines * Scripts ** generate_guidanace -*** Added additional flags to the compliance scipt generated (--stats, --compliant, --non_compliant) link:https://github.com/usnistgov/macos_security/pull/64[#64] +*** Added additional flags to the compliance scipt generated (--stats, --compliant, and --non_compliant) link:https://github.com/usnistgov/macos_security/pull/64[#64] ** generate_baseline *** Added `-k all_rules` to generate a baseline containing all the rules *** Bug fixes