From 709815122bb1c6409e89642198ff159c4530fa0a Mon Sep 17 00:00:00 2001 From: Chema Martinez Date: Fri, 17 May 2019 03:30:18 -0700 Subject: [PATCH] Update changelog and bump revision --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840cdb2aa..cc49308be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. - Fixed rule for the SCA check 5035 about SSH protocol. ([#385](https://github.com/wazuh/wazuh-ruleset/pull/385)) - Fixed duplicated rules for the SCA policy cis_debianlinux7-8_L2. ([#386](https://github.com/wazuh/wazuh-ruleset/pull/386)) - Fixed Windows Defender rule description. ([#388](https://github.com/wazuh/wazuh-ruleset/pull/388)) +- Fixed rules and requirements for SCA CIS policies of Mac OS X. ([#387](https://github.com/wazuh/wazuh-ruleset/pull/387)) +- Fixed Windows NT registries in Windows SCA policies. ([#393](https://github.com/wazuh/wazuh-ruleset/pull/393)) +- Fixed Windows EventChannel rules for Eventlog and Security Essentials. ([#397](https://github.com/wazuh/wazuh-ruleset/pull/397)) +- Fixed Windows rules to avoid filtering by erroneous provider names. ([#403](https://github.com/wazuh/wazuh-ruleset/pull/403)) ## [v3.9.0] diff --git a/VERSION b/VERSION index 259c43e2b..17d2d342d 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ RULESET_VERSION="v3.9.1" -REVISION="3915" +REVISION="3916"