-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '4.10.0' into enhacement/7049-add-page-scroll-with-many-…
…events
- Loading branch information
Showing
43 changed files
with
662 additions
and
2,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,11 +81,11 @@ export const WAZUH_SAMPLE_ALERTS_CATEGORIES_TYPE_ALERTS = { | |
{ audit: true }, | ||
{ openscap: true }, | ||
{ ciscat: true }, | ||
{ virustotal: true }, | ||
{ yara: true }, | ||
], | ||
[WAZUH_SAMPLE_ALERTS_CATEGORY_THREAT_DETECTION]: [ | ||
{ vulnerabilities: true }, | ||
{ virustotal: true }, | ||
{ osquery: true }, | ||
{ docker: true }, | ||
{ mitre: true }, | ||
|
@@ -243,8 +243,6 @@ export const DATA_SOURCE_FILTER_CONTROLLED_MITRE_ATTACK_RULE = | |
'mitre-attack-rule'; | ||
export const DATA_SOURCE_FILTER_CONTROLLED_MITRE_ATTACK_RULE_ID = | ||
'hidden-mitre-attack-rule-id'; | ||
export const DATA_SOURCE_FILTER_CONTROLLED_VIRUSTOTAL_RULE_GROUP = | ||
'virustotal-rule-group'; | ||
export const DATA_SOURCE_FILTER_CONTROLLED_GOOGLE_CLOUD_RULE_GROUP = | ||
'gcp-rule-group'; | ||
export const DATA_SOURCE_FILTER_CONTROLLED_MALWARE_DETECTION_RULE_GROUP = | ||
|
@@ -303,7 +301,7 @@ export const ASSETS_PUBLIC_URL = '/plugins/wazuh/public/assets/'; | |
export const REPORTS_LOGO_IMAGE_ASSETS_RELATIVE_PATH = | ||
'images/logo_reports.png'; | ||
export const REPORTS_PRIMARY_COLOR = '#256BD1'; | ||
export const REPORTS_PAGE_FOOTER_TEXT = 'Copyright © 2024 Wazuh, Inc.'; | ||
export const REPORTS_PAGE_FOOTER_TEXT = 'Copyright © Wazuh, Inc.'; | ||
export const REPORTS_PAGE_HEADER_TEXT = '[email protected]\nhttps://wazuh.com'; | ||
|
||
// Plugin platform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.