v4.4.2
版本发布时间: 2023-05-18 22:50:20
wazuh/wazuh最新发布版本:v4.9.0-rc1(2024-08-21 19:52:07)
Manager
Changed
- Remove an unused variable in wazuh-authd to fix a String not null terminated Coverity finding. (#15957)
Fixed
- Fixed a bug causing agent groups tasks status in the cluster not to be stored. (#16394)
- Fixed memory leaks in Vulnerability Detector after disk failures. (#16478)
- Fixed a pre-decoder problem with the + symbol in the macOS ULS timestamp. (#16530)
Agent
Added
- Added a new module to integrate with Amazon Security Lake as a subscriber. (#16515)
- Added support for
localfile
blocks deployment. (#16847)
Changed
- Changed netstat command on macOS agents. (#16743)
Fixed
- Fixed an issue with MAC address reporting on Windows systems. (#16517)
- Fixed Windows unit tests hanging during execution. (#16857)
RESTful API
Fixed
- Fixed agent insertion when no key is specified using
POST /agents/insert
endpoint. (#16381)
Ruleset
Added
- Added macOS 13.0 Ventura SCA policy. (#15566)
- Added new ruleset for macOS 13 Ventura and older versions. (#15567)
- Added a new base ruleset for log sources collected from Amazon Security Lake. (#16549)
Other
Added
- Added
pyarrow
andnumpy
Python dependencies. (#16692) - Added
importlib-metadata
andzipp
Python dependencies. (#16692)
Changed
- Updated
Flask
Python dependency to 2.2.5. (#17053)