You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `#7368 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7368>`__ Removed ``GET /api/syscollector`` API endpoint.
92
99
- `#7368 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7368>`__ Removed inventory data report and ``POST /reports/agents/{agentID}/inventory`` API endpoint.
93
100
- `#7483 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7483>`__ Removed the ``enrollment.password`` field from the ``/utils/configuration`` endpoint response to prevent unauthorized agent registration by users with read-only API roles.
101
+
- `#7620 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7620>`__ Removed the cluster restart warning from **Rules**, **Decoders**, and **CDB lists**.
102
+
- `#7657 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7657>`__ Changed the manager reset button to reload in **Rules**, **Decoders**, and **CDB list**. `#7677 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7677>`__
103
+
- `#7484 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7484>`__ Reduced the number of API calls to retrieve agent summary information.
94
104
95
105
Resolved issues
96
106
---------------
@@ -105,6 +115,9 @@ Wazuh manager
105
115
- `#30534 <https://github.com/wazuh/wazuh/pull/30534>`__ Fixed agent-group assignment for missing agents with improved error handling.
106
116
- `#30818 <https://github.com/wazuh/wazuh/pull/30818>`__ Fixed missing OS info updates in global inventory after first scan.
107
117
- `#31048 <https://github.com/wazuh/wazuh/pull/31048>`__ Fixed wazuh-db failure during agent restarts by switching the restart query to HTTP.
- `#30718 <https://github.com/wazuh/wazuh/pull/30718>`__ Fixed ``inode`` field as string in FIM JSON messages to ensure schema consistency.
120
+
- `#30837 <https://github.com/wazuh/wazuh/pull/30837>`__ Fixed duplicate OS vulnerabilities detected after an OS version change.
108
121
109
122
Wazuh agent
110
123
^^^^^^^^^^^
@@ -114,9 +127,12 @@ Wazuh agent
114
127
- `#28962 <https://github.com/wazuh/wazuh/pull/28962>`__ Fixed false FIM reports and configuration upload issues.
115
128
- `#29502 <https://github.com/wazuh/wazuh/pull/29502>`__ Fixed incorrect IPv6 format reported by WindowsHelper.
116
129
- `#29561 <https://github.com/wazuh/wazuh/pull/29561>`__ Fixed hidden port detection and netstat fallback.
117
-
- `#29905 <https://github.com/wazuh/wazuh/pull/29905>`__ Replaced `select()` with `sleep()` in Logcollector to avoid Docker-related errors.
130
+
- `#29905 <https://github.com/wazuh/wazuh/pull/29905>`__ Replaced ``select()`` with ``sleep()`` in Logcollector to avoid Docker-related errors.
118
131
- `#30060 <https://github.com/wazuh/wazuh/pull/30060>`__ Fixed NetNTLMv2 exposure by filtering UNC paths and mapped drives in Windows agent.
119
132
- `#29820 <https://github.com/wazuh/wazuh/pull/29820>`__ Fixed Windows agent not starting after manual upgrade by deferring service start to post-install.
133
+
- `#30552 <https://github.com/wazuh/wazuh/pull/30552>`__ Fixed precision loss in the FIM ``inode`` field for values greater than 2^53.
134
+
- `#30614 <https://github.com/wazuh/wazuh/pull/30614>`__ Fixed expanded file list in the logcollector ``getconfig`` output.
135
+
- `#31187 <https://github.com/wazuh/wazuh/pull/31187>`__ Fixed ``authd.pass`` ACL permissions to match ``client.keys`` security level in the Windows agent installer.
120
136
121
137
RESTful API
122
138
^^^^^^^^^^^
@@ -131,15 +147,19 @@ Ruleset
131
147
- `#29040 <https://github.com/wazuh/wazuh/pull/29040>`__ Fixed multiple SCA check errors in RHEL 9/10 and Rocky Linux 8/9.
132
148
- `#28982 <https://github.com/wazuh/wazuh/pull/28982>`__ Fixed diff logic in rootcheck that caused false negatives.
133
149
- `#28711 <https://github.com/wazuh/wazuh/pull/28711>`__ Fixed incorrect SCA results for RHEL 8 and CentOS 7.
150
+
- `#30827 <https://github.com/wazuh/wazuh/pull/30827>`__ Fixed false positives in Ubuntu 24.04 benchmark.
134
151
135
152
Wazuh dashboard
136
153
^^^^^^^^^^^^^^^
137
154
138
-
- `#7368 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7368>`__ Fixed a problem in Vulnerabilities > Dashboard and Inventory when there are no indices matching with the index pattern.
155
+
- `#7368 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7368>`__ Fixed a problem in **Vulnerabilities** > **Dashboard and Inventory** when there are no indices matching with the index pattern.
139
156
- `#7425 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7425>`__ Fixed double backslash warning on xml editor.
140
157
- `#7422 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7422>`__ Fixed the X-axis label in the ``Vulnerabilities by year of publication`` visualization.
141
158
- `#7501 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7501>`__ Fixed a bug in Rule details flyout, where it didn't map all the compliances.
142
159
- `#7540 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7540>`__ Fixed the Windows service name in Deploy new agent.
160
+
- `#7552 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7552>`__ Fixed an issue where filter values could change on navigation or pin/unpin actions, causing unexpected search results.
161
+
- `#7544 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7544>`__ Fixed an issue in the expanded table row where outdated information could appear when using the refresh button.
162
+
- `#7550 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7550>`__ Fixed a bug causing format issues in CSV reports.
0 commit comments