Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 4.11.0 rev 01 #7261

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.11.0 - OpenSearch Dashboards 2.16.0 - Revision 00
## Wazuh v4.11.0 - OpenSearch Dashboards 2.16.0 - Revision 01

### Added

Expand Down
350 changes: 175 additions & 175 deletions plugins/main/common/api-info/endpoints.json

Large diffs are not rendered by default.

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.11.0-00",
"version": "4.11.0-01",
"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,7 +1,7 @@
{
"name": "wazuh",
"version": "4.11.0",
"revision": "00",
"revision": "01",
"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.11.0-00",
"version": "4.11.0-01",
"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,7 +1,7 @@
{
"name": "wazuh-check-updates",
"version": "4.11.0",
"revision": "00",
"revision": "01",
"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.11.0-00",
"version": "4.11.0-01",
"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,7 +1,7 @@
{
"name": "wazuh-core",
"version": "4.11.0",
"revision": "00",
"revision": "01",
"pluginPlatform": {
"version": "2.16.0"
},
Expand Down
Loading