diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2df12323..604ebb42bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ All notable changes to the Wazuh app project will be documented in this file. -## Wazuh v4.10.2 - OpenSearch Dashboards 2.16.0 - Revision 00 +## Wazuh v4.10.3 - OpenSearch Dashboards 2.16.0 - Revision 00 ### Added -- Support for Wazuh 4.10.2 +- Support for Wazuh 4.10.3 - Add setting to limit the number of rows in csv reports [#7182](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7182) ### Changed @@ -19,17 +19,23 @@ All notable changes to the Wazuh app project will be documented in this file. - Fixed rendering of rows in CDB list table when it starts with quotes [#7171](https://github.com/wazuh/wazuh-dashboard-plugins/issues/7171) - Fixed width of long fields in the document detail flyout [#7206](https://github.com/wazuh/wazuh-dashboard-plugins/issues/7206) -## Wazuh v4.10.1 - OpenSearch Dashboards 2.16.0 - Revision 00 +## Wazuh v4.10.2 - OpenSearch Dashboards 2.16.0 - Revision 00 ### Added -- Support for Wazuh 4.10.1 +- Support for Wazuh 4.10.2 ### Changed - Refined the layout of the agent details view [#7193](https://github.com/wazuh/wazuh-dashboard-plugins/issues/7193) - Changed the width of the command column, relocate argvs column and change the width of the rest of the columns in the table processes. [#7195](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7195) +## Wazuh v4.10.1 - OpenSearch Dashboards 2.16.0 - Revision 00 + +### Added + +- Support for Wazuh 4.10.1 + ## Wazuh v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 06 ### Added diff --git a/docker/imposter/wazuh-config.yml b/docker/imposter/wazuh-config.yml index 7eb298dd67..89e30734b6 100755 --- a/docker/imposter/wazuh-config.yml +++ b/docker/imposter/wazuh-config.yml @@ -1,6 +1,6 @@ --- plugin: openapi -specFile: https://raw.githubusercontent.com/wazuh/wazuh/4.10.2/api/api/spec/spec.yaml +specFile: https://raw.githubusercontent.com/wazuh/wazuh/4.10.3/api/api/spec/spec.yaml system: stores: # this store is preloaded from file diff --git a/plugins/main/common/api-info/security-actions.json b/plugins/main/common/api-info/security-actions.json index 3bc1e1b9c9..e4cc4128a8 100644 --- a/plugins/main/common/api-info/security-actions.json +++ b/plugins/main/common/api-info/security-actions.json @@ -590,6 +590,16 @@ "GET /syscollector/{agent_id}/processes" ] }, + "security:revoke": { + "description": "Revoke all active JWT tokens", + "resources": ["*:*"], + "example": { + "actions": ["security:revoke"], + "resources": ["*:*:*"], + "effect": "deny" + }, + "related_endpoints": ["PUT /security/user/revoke"] + }, "security:edit_run_as": { "description": "Change the value of the allow_run_as flag for a user", "resources": ["*:*"], @@ -629,7 +639,7 @@ "description": "Delete system security resources", "resources": ["policy:id", "role:id", "user:id", "rule:id"], "example": { - "actions": ["security:update"], + "actions": ["security:delete"], "resources": ["policy:id:*", "role:id:3", "user:id:4", "rule:id:2"], "effect": "deny" }, diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index 80411801d7..38b3e97313 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.10.2-00", + "version": "4.10.3-00", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": ["wazuh"], "requiredPlugins": [ diff --git a/plugins/main/package.json b/plugins/main/package.json index 33604a9672..fee79af5bb 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,6 +1,6 @@ { "name": "wazuh", - "version": "4.10.2", + "version": "4.10.3", "revision": "00", "pluginPlatform": { "version": "2.16.0" diff --git a/plugins/wazuh-check-updates/opensearch_dashboards.json b/plugins/wazuh-check-updates/opensearch_dashboards.json index e5696e7af8..127002b0ff 100644 --- a/plugins/wazuh-check-updates/opensearch_dashboards.json +++ b/plugins/wazuh-check-updates/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuhCheckUpdates", - "version": "4.10.2-00", + "version": "4.10.3-00", "opensearchDashboardsVersion": "opensearchDashboards", "server": true, "ui": true, diff --git a/plugins/wazuh-check-updates/package.json b/plugins/wazuh-check-updates/package.json index c77d931319..7e9471f988 100644 --- a/plugins/wazuh-check-updates/package.json +++ b/plugins/wazuh-check-updates/package.json @@ -1,6 +1,6 @@ { "name": "wazuh-check-updates", - "version": "4.10.2", + "version": "4.10.3", "revision": "00", "pluginPlatform": { "version": "2.16.0" diff --git a/plugins/wazuh-core/opensearch_dashboards.json b/plugins/wazuh-core/opensearch_dashboards.json index c2e4a23043..2fc48b6e02 100644 --- a/plugins/wazuh-core/opensearch_dashboards.json +++ b/plugins/wazuh-core/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuhCore", - "version": "4.10.2-00", + "version": "4.10.3-00", "opensearchDashboardsVersion": "opensearchDashboards", "server": true, "ui": true, diff --git a/plugins/wazuh-core/package.json b/plugins/wazuh-core/package.json index d83ae49b4b..6c46cd501d 100644 --- a/plugins/wazuh-core/package.json +++ b/plugins/wazuh-core/package.json @@ -1,6 +1,6 @@ { "name": "wazuh-core", - "version": "4.10.2", + "version": "4.10.3", "revision": "00", "pluginPlatform": { "version": "2.16.0"