Skip to content

Commit

Permalink
Bump version to 4.10.3 revision 00
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Dec 19, 2024
1 parent afe3aa4 commit 6a9ee2d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker/imposter/wazuh-config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 11 additions & 1 deletion plugins/main/common/api-info/security-actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ["*:*"],
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuh",
"version": "4.10.2-00",
"version": "4.10.3-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": ["wazuh"],
"requiredPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wazuh",
"version": "4.10.2",
"version": "4.10.3",
"revision": "00",
"pluginPlatform": {
"version": "2.16.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuhCheckUpdates",
"version": "4.10.2-00",
"version": "4.10.3-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wazuh-check-updates",
"version": "4.10.2",
"version": "4.10.3",
"revision": "00",
"pluginPlatform": {
"version": "2.16.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-core/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuhCore",
"version": "4.10.2-00",
"version": "4.10.3-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wazuh-core",
"version": "4.10.2",
"version": "4.10.3",
"revision": "00",
"pluginPlatform": {
"version": "2.16.0"
Expand Down

0 comments on commit 6a9ee2d

Please sign in to comment.