diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 96f2b281..89f6e222 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,6 +2,63 @@ This document provides a high-level view of the changes to the macOS Security Compliance Project. +== [Sonoma, Revision 2.0] - 2024-04-23 + +* Rules +** Added Rules +*** os_dictation_disable +** Modified Rules +*** os_anti_virus_installed (https://github.com/usnistgov/macos_security/issues/345[#345]) +*** os_camera_disable (https://github.com/usnistgov/macos_security/issues/388[#388]) +*** os_install_log_retention_configure (https://github.com/usnistgov/macos_security/issues/292[#292]) +*** os_on_device_dictation_enforce +*** os_password_hint_remove (https://github.com/usnistgov/macos_security/issues/343[#343]) +*** os_recovery_lock_enable +*** os_setup_assistant_filevault_enforce (https://github.com/usnistgov/macos_security/issues/362[#362]) +*** os_time_server_enabled (https://github.com/usnistgov/macos_security/issues/345[#345]) +*** os_unlock_active_user_session_disable (https://github.com/usnistgov/macos_security/pull/365[#365]) +*** os_world_writable_system_folder_configure (https://github.com/usnistgov/macos_security/issues/355[#355]) +*** pwpolicy_custom_regex_enforce (https://github.com/usnistgov/macos_security/pull/363[#363]) +*** system_settings_apple_watch_unlock_disable.yaml (https://github.com/usnistgov/macos_security/issues/326[#326]) +*** system_settings_location_services_disable (https://github.com/usnistgov/macos_security/issues/372[#372]) +*** system_settings_location_services_enable (https://github.com/usnistgov/macos_security/issues/372[#372]) +*** system_settings_loginwindow_loginwindowtext_enable +*** system_settings_system_wide_preferences_configure +*** system_settings_time_server_configure.yaml (https://github.com/usnistgov/macos_security/pull/336[#336]) +*** system_settings_touchid_unlock_disable.yaml (https://github.com/usnistgov/macos_security/issues/326[#326]) +*** supplemental_cis_manual +** Deleted Rules +*** os_safari_javascript_enabled.yaml +** Other +*** Added tags to all supplemental rule files +*** Removed duplicate entries in `pwpolicy.xml` (https://github.com/usnistgov/macos_security/issues/373[#373]) + +* Baselines +** Added Baselines +*** macOS 14 STIG + +* Scripts +** generate_guidance +*** Added `--quiet` (https://github.com/usnistgov/macos_security/issues/301[#301]) +*** Modified Configuration Profile Payload (https://github.com/usnistgov/macos_security/issues/315[#315]) +*** Added `--audit` to compliance script (https://github.com/usnistgov/macos_security/pull/333/files[#333]) +*** Added `--no-rcs`to zsh sheband (https://github.com/usnistgov/macos_security/issues/377[#377]) +*** Bug Fixes +**** https://github.com/usnistgov/macos_security/issues/319[#319] +**** https://github.com/usnistgov/macos_security/issues/332[#332] +** generate_baseline +*** Add tags to baselines (https://github.com/usnistgov/macos_security/issues/324[#324]) +*** Bug Fixes +** generate_mappings +*** Bug Fixes +** generate_scap +*** Bug Fixes +** Other +*** Added `util` folder +**** Added `generate_checklist.py` +**** Added `mscp_local_report.py` +*** Updated `enablePF-mscp.sh` + == [Sonoma, Revision 1.0] - 2023-09-21 * Rules @@ -54,4 +111,4 @@ This document provides a high-level view of the changes to the macOS Security Co ** generate_scap *** Added iOS support *** Added support for pwpolicy regex -*** Bug Fixes \ No newline at end of file +*** Bug Fixes diff --git a/README.adoc b/README.adoc index 048edb50..b6b269a6 100644 --- a/README.adoc +++ b/README.adoc @@ -52,6 +52,8 @@ Part 39 of the Federal Acquisition Regulations, section 39.101 paragraph (c) sta |Allen Golbig|Jamf |Dan Brodjieski|NASA |John Mahlman IV|Leidos +|Aaron Kegerreis|DISA +|Marco Piñeryo|State Department |Jason Blake|NIST |Blair Heiserman|NIST |Joshua Glemza|NASA diff --git a/VERSION.yaml b/VERSION.yaml index 80d6a469..30949651 100644 --- a/VERSION.yaml +++ b/VERSION.yaml @@ -2,4 +2,4 @@ os: "14.0" platform: macOS version: "Sonoma Guidance, Revision 2.0" cpe: o:apple:macos:14.0 -date: "2024-04-XX" +date: "2024-04-23"