wazuh / wazuh-agent

Wazuh agent, the Wazuh agent for endpoints.
GNU Affero General Public License v3.0
21 stars 12 forks source link

Investigate steps to separate agent from manager #7

Closed vikman90 closed 2 months ago

vikman90 commented 3 months ago

Parent issue:

Description

The goal of this spike is to investigate the necessary steps to separate the Wazuh agent from the manager, enabling them to function as independent products. A significant portion of this task is already being addressed in https://github.com/wazuh/wazuh-agent/issues/1. Once the scaffolding for the new agent repository is completed (https://github.com/wazuh/wazuh-agent/issues/6), the primary focus will be on listing the elements from the Wazuh repository that need to be migrated to the new agent repository.

Functional requirements

Implementation restrictions

Plan

  1. Analyze Wazuh repository:

    • Identify all files and directories related to agent functionality.
    • Categorize components that need to be migrated to the new agent repository.
  2. Component migration:

    • List all components to be moved from the Wazuh repository to the agent repository.
    • Ensure components related to local FIM, Logcollector, Syscollector, SCA, and collection modules are identified and prepared for migration.
  3. Diagram development:

    • Create a diagram showing:
      • Components being migrated to the new agent repository.
      • Components remaining in the manager.
      • Any components that are common/shared (if applicable).
  4. Evaluate "Agent 000" Concept:

    • Investigate and report any remaining elements in version 5.0 that necessitate the removal of the "agent 000" concept.
    • Provide recommendations for any additional steps required to complete this removal.
  5. Documentation and Reporting:

    • Compile findings, lists, diagrams, and any additional recommendations into a comprehensive report.
    • Present the report for review and further action.

By following this plan, we aim to clearly outline the steps required to separate the Wazuh agent from the manager, ensuring both function as independent and efficient products.

sdvendramini commented 3 months ago

Analyzing wazuh repository

Analyzing the root directory of the wazuh/wazuh repository, we make a first cut with the files and folders that contain files that have to do with the agent and those that do not. For this we take into account the items that were marked as removed in this issue https://github.com/wazuh/wazuh/issues/24037

Color Description
:green_circle: Required by agent
:red_circle: Not required by agent
:black_circle: Required but deprecated
Root directory | Path | Status | |--------------------|-------------| | api | :red_circle:| | architecture | :green_circle:| | etc | :red_circle:| | extensions | :red_circle:| | framework | :red_circle:| | integrations | :red_circle:| | packages | :green_circle:| | ruleset | :green_circle:| | src | :green_circle:| | tests | :green_circle:| | tools | :green_circle:| | wodles | :green_circle:| | add_localfiles.sh | :red_circle:| | BUGS | :red_circle:| | CHANGELOG.md | :red_circle:| | .clang-format | :green_circle:| | .clang-tidy | :green_circle:| | CONFIG | :red_circle:| | CONTRIBUTORS | :red_circle:| | gen_ossec.sh | :red_circle:| | .gitignore | :green_circle:| | .gitmodules | :green_circle:| | INSTALL | :red_circle:| | install.sh | :red_circle:| | LICENSE | :red_circle:| | README.md | :red_circle:| | SECURITY.md | :red_circle:| | upgrade.sh | :red_circle:|
Architecture | Path | Status | |-----------------------------|---------------| | centralized_configuration | :red_circle: | | data_provider | :green_circle:| | dbsync | :green_circle:| | FIM | :green_circle:| | metrics | :red_circle: | | router-pubsub | :red_circle: | | syscollector | :green_circle:| | vulnerability-scanner | :red_circle: | | wazuh-db | :red_circle: | | wm_azure | :green_circle:| | wm_ciscat | :red_circle:| | wm_gcp | :green_circle:| | wm_github | :green_circle:| | wm_office365 | :green_circle:| | wm_sca | :green_circle:|
Packages | Path | Status | |-------------------------------|---------------| | debs/amd64/agent | :green_circle:| | debs/amd64/manager | :red_circle: | | debs/arm64/agent | :green_circle:| | debs/armhf/agent | :green_circle:| | debs/i386/agent | :green_circle:| | debs/ppc64le/agent | :green_circle:| | debs/SPECS/wazuh-agent | :green_circle:| | debs/SPECS/wazuh-manager | :red_circle: | | debs/utils/gen_permissions.sh | :green_circle:| | debs/utils/helper_function.sh | :green_circle:| | filebeat/filebeat.yml | :red_circle: | | macos/package_files/build.sh | :green_circle:| | macos/package_files/introduction.txt | :green_circle:| | macos/package_files/postinstall.sh | :green_circle:| | macos/package_files/preinstall.sh | :green_circle:| | macos/specs/wazuh-agent-arm64.pkgproj | :green_circle:| | macos/specs/wazuh-agent-intel64.pkgproj | :green_circle:| | macos/entitlements.plist | :green_circle:| | macos/generate_wazuh_packages.sh | :green_circle:| | macos/uninstall.sh | :green_circle:| | rpms/amd64/agent | :green_circle:| | rpms/amd64/legacy | :red_circle:| | rpms/amd64/manager | :red_circle: | | rpms/arm64/agent | :green_circle:| | rpms/armhf/agent | :green_circle:| | rpms/i386/agent | :green_circle:| | rpms/i386/legacy | :red_circle:| | rpms/ppc64le/agent | :green_circle:| | rpms/SPECS/wazuh-agent.spec | :green_circle:| | rpms/SPECS/wazuh-manager.spec | :red_circle: | | rpms/utils/build_deps.sh | :green_circle:| | rpms/utils/helper_function.sh | :green_circle:| | windows/Dockerfile | :green_circle:| | windows/entrypoint.sh | :green_circle:| | windows/generate_compiled_windows_agent.sh | :green_circle:| | windows/generate_wazuh_msi.ps1 | :green_circle:| | wpk/common/Dockerfile | :green_circle:| | wpk/generate_wpk_package.sh | :green_circle:| | wpk/README.md | :green_circle:| | wpk/run.sh | :green_circle:| | wpk/wpkpack.py | :green_circle:| | build.sh | :green_circle:| | generate_package.sh | :green_circle:|
Ruleset | Path | Status | |----------------|---------------| | decoders | :red_circle: | | lists | :red_circle: | | mitre | :red_circle: | | rootcheck | :green_circle:| | rules | :red_circle: | | sca | :green_circle:| | testing | :red_circle: |
Src | Path | Notes | Status | |--------------------|------------------------------------------|---------------| | active-response | Component to be migrated | :green_circle:| | addagent | | :red_circle: | | agentlessd | | :red_circle: | | analysisd | | :red_circle: | | ci | | :green_circle:| | client-agent | | :black_circle:| | config | | :black_circle:| | data_provider | Component to be migrated | :green_circle:| | error_messages | Shared with manager | :green_circle:| | headers | Shared with manager | :green_circle:| | init | | :red_circle: | | logcollector | Component to be migrated | :green_circle:| | monitord | | :red_circle: | | os_auth | | :black_circle:| | os_crypto | Shared with manager | :green_circle:| | os_csyslogd | | :black_circle:| | os_dbd | | :black_circle:| | os_execd | Component to be migrated | :green_circle:| | os_integrator | | :red_circle: | | os_maild | | :red_circle: | | os_net | | :red_circle: | | os_regex | | :red_circle: | | os_xml | | :red_circle: | | os_zlib | | :red_circle: | | remoted | | :red_circle: | | reportd | | :red_circle: | | rootcheck | Component to be migrated | :green_circle:| | selinux | | :green_circle:| | shared | Shared with manager | :green_circle:| | shared_modules | Shared with manager | :green_circle:| | syscheckd | Component to be migrated | :green_circle:| | unit_tests | Component to be migrated/Shared with manager | :green_circle:| | util | | :black_circle:| | wazuh_db | | :black_circle:| | wazuh_modules | Component to be migrated/Shared with manager | :green_circle:| | win32 | | :black_circle:| | build.py | | :green_circle:| | CMakeLists.txt | | :black_circle:| | Makefile | Shared with manager | :green_circle:|
Tests/integration | Path | Status | |-----------------------------|---------------| | test_agentd | :black_circle:| | test_analysisd | :red_circle: | | test_api | :red_circle: | | test_authd | :red_circle: | | test_aws | :green_circle:| | test_enrollment | :black_circle:| | test_execd | :green_circle:| | test_fim | :green_circle:| | test_github | :green_circle:| | test_integratord | :red_circle: | | test_logcollector | :green_circle:| | test_logtest | :red_circle: | | test_msgraph | :green_circle:| | test_office365 | :green_circle:| | test_remoted | :red_circle: | | test_sca | :green_circle:| | test_syscollector | :green_circle:| | test_vulnerability_detector | :red_circle: | | test_wazuh_db | :black_circle:|
Tools | Path | Status | |----------------------------------|---------------| | agent-upgrade | :black_circle:| | migration | :black_circle:| | mitre | :black_circle:| | bump_version.sh | :green_circle:|
Wodles | Path | Status | |--------------------|---------------| | aws | :green_circle:| | azure | :green_circle:| | docker-listener | :green_circle:| | gcloud | :green_circle:|

Summary

After the analysis above, where you can see the detail of the directories. We conclude knowing that the following are the components to be migrated:

sdvendramini commented 3 months ago

Component diagrams

The following are two component diagrams, paying attention to which parts of the wazuh repository would be on the manager side and which on the agent side.

Manager

For illustrative purposes, the agent communication API and the new Engine are added, but the old wazuh modules that should be kept are mentioned.

C4Component
    Boundary(manager, "Manager", "") {
        Component(agent_comms_api, "Agent-comms-API", "", "")
        Component(engine, "Engine", "", "")

        Boundary(modules, "Modules", "") {
            Component(content_manager, "Content Manager", "", "")
            Component(indexer_connector, "Indexer Connector", "", "")
            Component(keystore, "Keystore", "", "")
            Component(router, "Router", "", "")
            Component(agent_upgrade_manager, "Agent Upgrade Manager", "", "")
            Component(vulnerability_scanner, "Vulnerability Scanner", "", "")
        }
    }

Agent

In the same way the new agent is added in an illistrative way but the important thing is all the modules that need to be migrated.

C4Component
    title Agent components
    Boundary(agent, "Agent", "") {
        Component(logrotate, "Log rotate", "?", "Rotates the log")
        Component(client, "Client", "", "HTTP 2.0 manager's client")
        Component(commander, "Commander", "", "Runs commands from manager")
        Component(storage, "Queue", "", "Persistent message queue")
        Component(config_parser, "Config Parser", "", "Modules config parser")
    }
    Boundary(ExecutorModules, "Executors modules to be migrated", "") {
            Component(executor, "Executor", "", "")
            Boundary(executors, "Executors", "") {
               Component(ar, "AR", "", "")
               Component(agent_upgrade, "Agent Upgrade", "", "")
               Component(command, "Command", "", "")
            }
   }
    Boundary(CollectorModules, "Collectors modules to be migrated", "") {

                        Component(logcollector, "Logcollector", "", "")
                        Component(fim, "FIM (+Rootcheck)", "", "")
                        Component(aws, "AWS", "", "")
                        Component(syscollector, "Syscollector", "", "")
                        Component(sca, "SCA", "", "")
                        Component(azure, "Azure", "", "")
                        Component(gcp, "GCP", "", "")
                        Component(ms_graph, "MS Graph", "", "")
                        Component(o365, "O365", "", "")
                        Component(github, "Github", "", "")
                        Component(docker, "Docker", "", "")
                        Component(osquery_monitor, "Osquery Monitor", "", "")

    }

    Boundary(Submodules, "Submodules to be migrated", "") {
            Component(dbsync, "DBsync", "", "")
            Component(data_provider, "Data Provider", "", "") 
    }

    Rel(client, storage, "Reads")
    Rel(client, commander, "Queries")
    Rel(logcollector, storage, "")
    Rel(fim, storage, "")
    Rel(aws, storage, "")
    Rel(syscollector, storage, "")
    Rel(azure, storage, "")
    Rel(gcp, storage, "")
    Rel(ms_graph, storage, "")
    Rel(o365, storage, "")
    Rel(github, storage, "")
    Rel(docker, storage, "")
    Rel(osquery_monitor, storage, "")
    Rel(sca, storage, "")
    Rel(executor, ar, "")
    Rel(executor, agent_upgrade, "")
    Rel(executor, command, "")
    Rel(commander, executor, "")
    Rel(syscollector, dbsync, "")
    Rel(data_provider,syscollector, "")
    Rel(fim, dbsync, "")
    Rel(executor, logcollector, "")
    Rel(executor, fim, "")
    Rel(executor, aws, "")
    Rel(executor, syscollector, "")
    Rel(executor, azure, "")
    Rel(executor, gcp, "")
    Rel(executor, ms_graph, "")
    Rel(executor, o365, "")
    Rel(executor, github, "")
    Rel(executor, docker, "")
    Rel(executor, osquery_monitor, "")
    Rel(executor, sca, "")
    Rel(config_parser, commander, "Queries")
sdvendramini commented 3 months ago

Agent 000 concept

Manager

Most of the agent 000 concept is removed with the deprecation of wazuh-analysisd and wazuh-remoted. Only a few references remain in the following files:

QA

There are a couple of references in the wazuh-analysisd tests, which will be deprecated.

API

There are a few references in function and/or comments that need to be checked, most of them to avoid running some operations on the manager:

Additionally, there are many API tests that use this ID and they need to be verified.

Framework

There are some references in function and/or comments that need to be checked, most of them to avoid running some operations on the manager:

Additionally, there are many Framework tests that use this ID and they need to be verified.

TomasTurina commented 3 months ago

Initial deletion list

delete.txt ``` .clang-format .clang-tidy .github/ISSUE_TEMPLATE/api-framework.md .github/ISSUE_TEMPLATE/api-integration-tests.md .github/ISSUE_TEMPLATE/engine-decoder.md .github/ISSUE_TEMPLATE/external-integrations.md .github/ISSUE_TEMPLATE/release-it-tests.md .github/ISSUE_TEMPLATE/rules-decoders_request.md .github/actions/indexer_connector_deps/action.yml .github/actions/vulnerability_scanner/compile/action.yml .github/actions/vulnerability_scanner/content_generation/action.yml .github/actions/vulnerability_scanner_deps/action.yml .github/workflows/api-unit-tests.yml .github/workflows/external-integrations-unit-tests.yml .github/workflows/framework-unit-tests.yml .github/workflows/indexer-connector-tests.yml .github/workflows/integration-tests-agentd-tier-0-1-lin.yml .github/workflows/integration-tests-agentd-tier-0-1-win.yml .github/workflows/integration-tests-analysisd-tier-0-1.yml .github/workflows/integration-tests-analysisd-tier-2.yml .github/workflows/integration-tests-api-tier-0-1.yml .github/workflows/integration-tests-api-tier-2.yml .github/workflows/integration-tests-authd-tier-0-1.yml .github/workflows/integration-tests-enrollment-tier-0-1-lin.yml .github/workflows/integration-tests-enrollment-tier-0-1-win.yml .github/workflows/integration-tests-integratord-tier-0-1.yml .github/workflows/integration-tests-logtest-tier-0-1.yml .github/workflows/integration-tests-rbac-tier-0-1.yml .github/workflows/integration-tests-remoted-tier-0-1.yml .github/workflows/integration-tests-remoted-tier-2.yml .github/workflows/integration-tests-vulnerability_detector-tier-0-1.yml .github/workflows/integration-tests-vulnerability_detector-tier-2.yml .github/workflows/integration-tests-wazuh_db-tier-0-1.yml .github/workflows/packages-build-manager.yml .github/workflows/packages-build-multiple-managers.yml .github/workflows/packages-filebeat.yml .github/workflows/packages-upload-manager-images.yml .github/workflows/python-code-analysis.yml .github/workflows/python-unit-tests-coverage.yml .github/workflows/vulnerability-scanner-generate-database.yml .github/workflows/vulnerability-scanner-tests.yml .github/workflows/wazuh-template-elasticsearch.yml .gitignore BUGS CHANGELOG.md CONFIG CONTRIBUTORS INSTALL LICENSE SECURITY.md add_localfiles.sh api/.gitignore api/Makefile api/api/__init__.py api/api/alogging.py api/api/api_exception.py api/api/authentication.py api/api/configuration.py api/api/configuration/api.yaml api/api/constants.py api/api/controllers/__init__.py api/api/controllers/active_response_controller.py api/api/controllers/agent_controller.py api/api/controllers/cdb_list_controller.py api/api/controllers/ciscat_controller.py api/api/controllers/cluster_controller.py api/api/controllers/decoder_controller.py api/api/controllers/default_controller.py api/api/controllers/event_controller.py api/api/controllers/experimental_controller.py api/api/controllers/logtest_controller.py api/api/controllers/manager_controller.py api/api/controllers/mitre_controller.py api/api/controllers/overview_controller.py api/api/controllers/rootcheck_controller.py api/api/controllers/rule_controller.py api/api/controllers/sca_controller.py api/api/controllers/security_controller.py api/api/controllers/syscheck_controller.py api/api/controllers/syscollector_controller.py api/api/controllers/task_controller.py api/api/controllers/test/conftest.py api/api/controllers/test/test_active_response_controller.py api/api/controllers/test/test_agent_controller.py api/api/controllers/test/test_cdb_list_controller.py api/api/controllers/test/test_ciscat_controller.py api/api/controllers/test/test_cluster_controller.py api/api/controllers/test/test_controller_util.py api/api/controllers/test/test_decoder_controller.py api/api/controllers/test/test_default_controller.py api/api/controllers/test/test_event_controller.py api/api/controllers/test/test_experimental_controller.py api/api/controllers/test/test_manager_controller.py api/api/controllers/test/test_mitre_controller.py api/api/controllers/test/test_overview_controller.py api/api/controllers/test/test_rootcheck_controller.py api/api/controllers/test/test_rule_controller.py api/api/controllers/test/test_sca_controller.py api/api/controllers/test/test_security_controller.py api/api/controllers/test/test_syscheck_controller.py api/api/controllers/test/test_syscollector_controller.py api/api/controllers/test/test_task_controller.py api/api/controllers/test/utils.py api/api/controllers/util.py api/api/encoder.py api/api/error_handler.py api/api/middlewares.py api/api/models/__init__.py api/api/models/active_response_model.py api/api/models/agent_added_model.py api/api/models/agent_group_added_model.py api/api/models/agent_inserted_model.py api/api/models/base_model_.py api/api/models/basic_info_model.py api/api/models/configuration_model.py api/api/models/event_ingest_model.py api/api/models/logtest_model.py api/api/models/security_model.py api/api/models/security_token_response_model.py api/api/models/test/test_model.py api/api/pytest.ini api/api/signals.py api/api/spec/spec.yaml api/api/test/data/test_xml_1.xml api/api/test/data/test_xml_2.xml api/api/test/data/test_xml_ko_1.xml api/api/test/data/test_xml_ko_2.xml api/api/test/test_alogging.py api/api/test/test_authentication.py api/api/test/test_configuration.py api/api/test/test_encoder.py api/api/test/test_error_handler.py api/api/test/test_middlewares.py api/api/test/test_signals.py api/api/test/test_uri_parser.py api/api/test/test_util.py api/api/test/test_validator.py api/api/uri_parser.py api/api/util.py api/api/validator.py api/scripts/wazuh_apid.py api/service/inst-api-functions.sh api/setup.py api/test/__init__.py api/test/integration/README.md api/test/integration/common.yaml api/test/integration/conftest.py api/test/integration/env/base/agent/base_old.Dockerfile api/test/integration/env/base/agent/entrypoint.sh api/test/integration/env/base/agent/new.Dockerfile api/test/integration/env/base/agent/old.Dockerfile api/test/integration/env/base/agent/preloaded-vars.conf api/test/integration/env/base/base.Dockerfile api/test/integration/env/base/cti/Dockerfile api/test/integration/env/base/cti/http_server.py api/test/integration/env/base/haproxy-lb/Dockerfile api/test/integration/env/base/haproxy-lb/entrypoint.sh api/test/integration/env/base/haproxy-lb/haproxy.conf api/test/integration/env/base/manager/entrypoint.sh api/test/integration/env/base/manager/manager.Dockerfile api/test/integration/env/base/manager/preloaded-vars.conf api/test/integration/env/base/manager/supervisord.conf api/test/integration/env/config.txt api/test/integration/env/configurations/active/agent/configuration_files/agent3_config.sh api/test/integration/env/configurations/agent/agent/healthcheck/healthcheck.py api/test/integration/env/configurations/all/manager/configuration_files/base_security_test.sql api/test/integration/env/configurations/base/__init__.py api/test/integration/env/configurations/base/agent/configuration_files/ossec_4.x.conf api/test/integration/env/configurations/base/agent/configuration_files/ossec_base.conf api/test/integration/env/configurations/base/agent/configuration_files/test.keys api/test/integration/env/configurations/base/agent/healthcheck/healthcheck.py api/test/integration/env/configurations/base/agent/healthcheck/legacy_healthcheck.py api/test/integration/env/configurations/base/manager/config/api/configuration/api.yaml api/test/integration/env/configurations/base/manager/config/api/configuration/security/security.yaml api/test/integration/env/configurations/base/manager/configuration_files/base_security_test.sql api/test/integration/env/configurations/base/manager/configuration_files/config/etc/client.keys api/test/integration/env/configurations/base/manager/configuration_files/config/etc/shared/agent-template.conf api/test/integration/env/configurations/base/manager/configuration_files/config/etc/shared/ar.conf api/test/integration/env/configurations/base/manager/configuration_files/config/etc/shared/group1/agent.conf api/test/integration/env/configurations/base/manager/configuration_files/config/etc/shared/group1/merged.mg api/test/integration/env/configurations/base/manager/configuration_files/config/etc/shared/group2/agent.conf api/test/integration/env/configurations/base/manager/configuration_files/config/etc/shared/group2/merged.mg api/test/integration/env/configurations/base/manager/configuration_files/config/etc/shared/group3/agent.conf api/test/integration/env/configurations/base/manager/configuration_files/config/etc/shared/group3/merged.mg api/test/integration/env/configurations/base/manager/configuration_files/config/queue/db/global.db api/test/integration/env/configurations/base/manager/configuration_files/master_only/agent_groups.yaml api/test/integration/env/configurations/base/manager/configuration_files/master_only/agent_info.yaml api/test/integration/env/configurations/base/manager/configuration_files/master_only/update_agent_info.py api/test/integration/env/configurations/base/manager/configuration_files/ossec_base.conf api/test/integration/env/configurations/base/manager/healthcheck/agent_control_check.txt api/test/integration/env/configurations/base/manager/healthcheck/daemons_check.txt api/test/integration/env/configurations/base/manager/healthcheck/healthcheck.py api/test/integration/env/configurations/cluster/manager/configuration_files/entrypoint.sh api/test/integration/env/configurations/cluster/manager/configuration_files/ossec-totals-27.log api/test/integration/env/configurations/decoder/manager/configuration_files/manager.sh api/test/integration/env/configurations/experimental/agent/healthcheck/healthcheck.py api/test/integration/env/configurations/experimental/agent/healthcheck/legacy_healthcheck.py api/test/integration/env/configurations/experimental/manager/healthcheck/healthcheck.py api/test/integration/env/configurations/manager/agent/healthcheck/healthcheck.py api/test/integration/env/configurations/manager/agent/healthcheck/legacy_healthcheck.py api/test/integration/env/configurations/manager/manager/configuration_files/manager.sh api/test/integration/env/configurations/manager/manager/configuration_files/ossec-totals-27.log api/test/integration/env/configurations/manager/manager/configuration_files/ossec-update-check.conf api/test/integration/env/configurations/manager/manager/healthcheck/healthcheck.py api/test/integration/env/configurations/manager/manager/healthcheck/master_daemons_check.txt api/test/integration/env/configurations/rbac/active/black_config.txt api/test/integration/env/configurations/rbac/active/black_config.yaml api/test/integration/env/configurations/rbac/active/white_config.txt api/test/integration/env/configurations/rbac/active/white_config.yaml api/test/integration/env/configurations/rbac/agent/black_config.txt api/test/integration/env/configurations/rbac/agent/black_config.yaml api/test/integration/env/configurations/rbac/agent/white_config.txt api/test/integration/env/configurations/rbac/agent/white_config.yaml api/test/integration/env/configurations/rbac/cdb/black_config.txt api/test/integration/env/configurations/rbac/cdb/black_config.yaml api/test/integration/env/configurations/rbac/cdb/white_config.txt api/test/integration/env/configurations/rbac/cdb/white_config.yaml api/test/integration/env/configurations/rbac/ciscat/black_config.txt api/test/integration/env/configurations/rbac/ciscat/black_config.yaml api/test/integration/env/configurations/rbac/ciscat/white_config.txt api/test/integration/env/configurations/rbac/ciscat/white_config.yaml api/test/integration/env/configurations/rbac/cluster/black_config.txt api/test/integration/env/configurations/rbac/cluster/black_config.yaml api/test/integration/env/configurations/rbac/cluster/white_config.txt api/test/integration/env/configurations/rbac/cluster/white_config.yaml api/test/integration/env/configurations/rbac/decoder/black_config.txt api/test/integration/env/configurations/rbac/decoder/black_config.yaml api/test/integration/env/configurations/rbac/decoder/white_config.txt api/test/integration/env/configurations/rbac/decoder/white_config.yaml api/test/integration/env/configurations/rbac/event/black_config.txt api/test/integration/env/configurations/rbac/event/black_config.yaml api/test/integration/env/configurations/rbac/event/white_config.txt api/test/integration/env/configurations/rbac/event/white_config.yaml api/test/integration/env/configurations/rbac/experimental/black_config.txt api/test/integration/env/configurations/rbac/experimental/black_config.yaml api/test/integration/env/configurations/rbac/experimental/white_config.txt api/test/integration/env/configurations/rbac/experimental/white_config.yaml api/test/integration/env/configurations/rbac/logtest/black_config.txt api/test/integration/env/configurations/rbac/logtest/black_config.yaml api/test/integration/env/configurations/rbac/logtest/white_config.txt api/test/integration/env/configurations/rbac/manager/black_config.txt api/test/integration/env/configurations/rbac/manager/black_config.yaml api/test/integration/env/configurations/rbac/manager/white_config.txt api/test/integration/env/configurations/rbac/manager/white_config.yaml api/test/integration/env/configurations/rbac/mitre/black_config.txt api/test/integration/env/configurations/rbac/mitre/black_config.yaml api/test/integration/env/configurations/rbac/mitre/white_config.txt api/test/integration/env/configurations/rbac/overview/black_config.txt api/test/integration/env/configurations/rbac/overview/black_config.yaml api/test/integration/env/configurations/rbac/overview/white_config.txt api/test/integration/env/configurations/rbac/overview/white_config.yaml api/test/integration/env/configurations/rbac/rootcheck/black_config.txt api/test/integration/env/configurations/rbac/rootcheck/black_config.yaml api/test/integration/env/configurations/rbac/rootcheck/white_config.txt api/test/integration/env/configurations/rbac/rootcheck/white_config.yaml api/test/integration/env/configurations/rbac/rule/black_config.txt api/test/integration/env/configurations/rbac/rule/black_config.yaml api/test/integration/env/configurations/rbac/rule/white_config.txt api/test/integration/env/configurations/rbac/rule/white_config.yaml api/test/integration/env/configurations/rbac/sca/black_config.txt api/test/integration/env/configurations/rbac/sca/black_config.yaml api/test/integration/env/configurations/rbac/sca/white_config.txt api/test/integration/env/configurations/rbac/sca/white_config.yaml api/test/integration/env/configurations/rbac/security/black_config.txt api/test/integration/env/configurations/rbac/security/black_config.yaml api/test/integration/env/configurations/rbac/security/white_config.txt api/test/integration/env/configurations/rbac/security/white_config.yaml api/test/integration/env/configurations/rbac/syscheck/black_config.txt api/test/integration/env/configurations/rbac/syscheck/black_config.yaml api/test/integration/env/configurations/rbac/syscheck/white_config.txt api/test/integration/env/configurations/rbac/syscheck/white_config.yaml api/test/integration/env/configurations/rbac/syscollector/black_config.txt api/test/integration/env/configurations/rbac/syscollector/black_config.yaml api/test/integration/env/configurations/rbac/syscollector/white_config.txt api/test/integration/env/configurations/rbac/syscollector/white_config.yaml api/test/integration/env/configurations/rbac/task/black_config.txt api/test/integration/env/configurations/rbac/task/black_config.yaml api/test/integration/env/configurations/rbac/task/white_config.txt api/test/integration/env/configurations/rbac/task/white_config.yaml api/test/integration/env/configurations/rule/manager/configuration_files/manager.sh api/test/integration/env/configurations/sca/agent/healthcheck/healthcheck.py api/test/integration/env/configurations/sca/agent/healthcheck/legacy_healthcheck.py api/test/integration/env/configurations/security/agent/healthcheck/healthcheck.py api/test/integration/env/configurations/security/agent/healthcheck/legacy_healthcheck.py api/test/integration/env/configurations/security/manager/configuration_files/schema_security_test.sql api/test/integration/env/configurations/security/manager/configuration_files/security_config.sh api/test/integration/env/configurations/security/manager/healthcheck/healthcheck.py api/test/integration/env/configurations/syscheck/agent/healthcheck/healthcheck.py api/test/integration/env/configurations/syscheck/agent/healthcheck/legacy_healthcheck.py api/test/integration/env/configurations/syscheck/manager/healthcheck/healthcheck.py api/test/integration/env/configurations/syscollector/agent/healthcheck/healthcheck.py api/test/integration/env/configurations/syscollector/agent/healthcheck/legacy_healthcheck.py api/test/integration/env/configurations/syscollector/manager/healthcheck/healthcheck.py api/test/integration/env/docker-compose.yml api/test/integration/env/tools/healthcheck_utils.py api/test/integration/env/tools/print_active_agents.py api/test/integration/env/tools/xml_parser.py api/test/integration/mapping/README.md api/test/integration/mapping/_test_mapping.py api/test/integration/mapping/integration_test_api_endpoints.json api/test/integration/pytest.ini api/test/integration/run_tests.py api/test/integration/tavern_utils.py api/test/integration/test_active_response_endpoints.tavern.yaml api/test/integration/test_agent_DELETE_endpoints.tavern.yaml api/test/integration/test_agent_GET_endpoints.tavern.yaml api/test/integration/test_agent_POST_endpoints.tavern.yaml api/test/integration/test_agent_PUT_endpoints.tavern.yaml api/test/integration/test_cdb_list_endpoints.tavern.yaml api/test/integration/test_ciscat_endpoints.tavern.yaml api/test/integration/test_cluster_endpoints.tavern.yaml api/test/integration/test_decoder_endpoints.tavern.yaml api/test/integration/test_default_endpoints.tavern.yaml api/test/integration/test_event_endpoints.tavern.yaml api/test/integration/test_experimental_endpoints.tavern.yaml api/test/integration/test_logtest_endpoints.tavern.yaml api/test/integration/test_manager_endpoints.tavern.yaml api/test/integration/test_mitre_endpoints.tavern.yaml api/test/integration/test_overview_endpoints.tavern.yaml api/test/integration/test_rbac_black_active_response_endpoints.tavern.yaml api/test/integration/test_rbac_black_agent_endpoints.tavern.yaml api/test/integration/test_rbac_black_cdb_list_endpoints.tavern.yaml api/test/integration/test_rbac_black_ciscat_endpoints.tavern.yaml api/test/integration/test_rbac_black_cluster_endpoints.tavern.yaml api/test/integration/test_rbac_black_decoder_endpoints.tavern.yaml api/test/integration/test_rbac_black_event_endpoints.tavern.yaml api/test/integration/test_rbac_black_experimental_endpoints.tavern.yaml api/test/integration/test_rbac_black_logtest_endpoints.tavern.yaml api/test/integration/test_rbac_black_manager_endpoints.tavern.yaml api/test/integration/test_rbac_black_mitre_endpoints.tavern.yaml api/test/integration/test_rbac_black_overview_endpoints.tavern.yaml api/test/integration/test_rbac_black_rootcheck_endpoints.tavern.yaml api/test/integration/test_rbac_black_rule_endpoints.tavern.yaml api/test/integration/test_rbac_black_sca_endpoints.tavern.yaml api/test/integration/test_rbac_black_security_endpoints.tavern.yaml api/test/integration/test_rbac_black_syscheck_endpoints.tavern.yaml api/test/integration/test_rbac_black_syscollector_endpoints.tavern.yaml api/test/integration/test_rbac_black_task_endpoints.tavern.yaml api/test/integration/test_rbac_white_active_response_endpoints.tavern.yaml api/test/integration/test_rbac_white_agent_endpoints.tavern.yaml api/test/integration/test_rbac_white_all_endpoints.tavern.yaml api/test/integration/test_rbac_white_cdb_list_endpoints.tavern.yaml api/test/integration/test_rbac_white_ciscat_endpoints.tavern.yaml api/test/integration/test_rbac_white_cluster_endpoints.tavern.yaml api/test/integration/test_rbac_white_decoder_endpoints.tavern.yaml api/test/integration/test_rbac_white_event_endpoints.tavern.yaml api/test/integration/test_rbac_white_experimental_endpoints.tavern.yaml api/test/integration/test_rbac_white_logtest_endpoints.tavern.yaml api/test/integration/test_rbac_white_manager_endpoints.tavern.yaml api/test/integration/test_rbac_white_mitre_endpoints.tavern.yaml api/test/integration/test_rbac_white_overview_endpoints.tavern.yaml api/test/integration/test_rbac_white_rootcheck_endpoints.tavern.yaml api/test/integration/test_rbac_white_rule_endpoints.tavern.yaml api/test/integration/test_rbac_white_sca_endpoints.tavern.yaml api/test/integration/test_rbac_white_security_endpoints.tavern.yaml api/test/integration/test_rbac_white_syscheck_endpoints.tavern.yaml api/test/integration/test_rbac_white_syscollector_endpoints.tavern.yaml api/test/integration/test_rbac_white_task_endpoints.tavern.yaml api/test/integration/test_rootcheck_endpoints.tavern.yaml api/test/integration/test_rule_endpoints.tavern.yaml api/test/integration/test_sca_endpoints.tavern.yaml api/test/integration/test_security_DELETE_endpoints.tavern.yaml api/test/integration/test_security_GET_endpoints.tavern.yaml api/test/integration/test_security_POST_endpoints.tavern.yaml api/test/integration/test_security_PUT_endpoints.tavern.yaml api/test/integration/test_syscheck_endpoints.tavern.yaml api/test/integration/test_syscollector_endpoints.tavern.yaml api/test/integration/test_task_endpoints.tavern.yaml api/wrappers/generic_wrapper.sh architecture/centralized_configuration/001-sequence.puml architecture/centralized_configuration/Readme.md architecture/metrics/001-remoted-received.puml architecture/metrics/002-remoted-send.puml architecture/metrics/003-analysisd-received.puml architecture/metrics/004-analysisd-received-localfile.puml architecture/metrics/005-analysisd-written.puml architecture/metrics/Readme.md architecture/router-pubsub/001-sequence-initialize.puml architecture/router-pubsub/002-sequence-publisher.puml architecture/router-pubsub/003-sequence-subscriber.puml architecture/router-pubsub/Readme.md architecture/syscollector/003-sequence-manager-side.puml architecture/vulnerability-scanner/policyManager/001-sequence-config-validation.puml architecture/wazuh-db/001-vacuum.puml architecture/wazuh-db/Readme.md architecture/wm_ciscat/001-sequence.puml architecture/wm_ciscat/Readme.md etc/agent.conf etc/internal_options.conf etc/local_decoder.xml etc/local_internal_options-win.conf etc/local_internal_options.conf etc/local_rules.xml etc/ossec-agent.conf etc/ossec-local.conf etc/ossec-server.conf etc/ossec.conf etc/preloaded-vars.conf etc/templates/br/errors/0x1-location.txt etc/templates/br/errors/0x2-beroot.txt etc/templates/br/errors/0x3-dependencies.txt etc/templates/br/errors/0x4-installtype.txt etc/templates/br/errors/0x5-build.txt etc/templates/br/language.txt etc/templates/br/messages.txt etc/templates/br/messages/0x101-initial.txt etc/templates/br/messages/0x102-installhelp.txt etc/templates/br/messages/0x103-thanksforusing.txt etc/templates/br/messages/0x105-noboot.txt etc/templates/br/messages/0x106-logs.txt etc/templates/br/messages/0x107-ar.txt etc/templates/br/messages/0x108-ar-enabled.txt etc/templates/br/messages/0x109-castore.txt etc/templates/cn/errors/0x1-location.txt etc/templates/cn/errors/0x2-beroot.txt etc/templates/cn/errors/0x3-dependencies.txt etc/templates/cn/errors/0x4-installtype.txt etc/templates/cn/errors/0x5-build.txt etc/templates/cn/language.txt etc/templates/cn/messages.txt etc/templates/cn/messages/0x101-initial.txt etc/templates/cn/messages/0x102-installhelp.txt etc/templates/cn/messages/0x103-thanksforusing.txt etc/templates/cn/messages/0x105-noboot.txt etc/templates/cn/messages/0x106-logs.txt etc/templates/cn/messages/0x107-ar.txt etc/templates/cn/messages/0x108-ar-enabled.txt etc/templates/cn/messages/0x109-castore.txt etc/templates/config/HP-UX/localfile-commands.template etc/templates/config/HP-UX/sca.files etc/templates/config/HP-UX/wodle-syscollector.template etc/templates/config/README.md etc/templates/config/aix/localfile-commands.template etc/templates/config/aix/syscheck.agent.template etc/templates/config/aix/wodle-syscollector.template etc/templates/config/almalinux/8/sca.files etc/templates/config/almalinux/9/sca.files etc/templates/config/almalinux/sca.files etc/templates/config/alpine/rootcheck.agent.template etc/templates/config/amzn/1/sca.files etc/templates/config/amzn/2/sca.files etc/templates/config/amzn/2023/sca.files etc/templates/config/bsd/localfile-commands.template etc/templates/config/bsd/wodle-syscollector.template etc/templates/config/centos/5/rootcheck.agent.template etc/templates/config/centos/5/rootcheck.manager.template etc/templates/config/centos/5/sca.files etc/templates/config/centos/6/rootcheck.agent.template etc/templates/config/centos/6/rootcheck.manager.template etc/templates/config/centos/6/sca.files etc/templates/config/centos/7/rootcheck.agent.template etc/templates/config/centos/7/rootcheck.manager.template etc/templates/config/centos/7/sca.files etc/templates/config/centos/8/rootcheck.agent.template etc/templates/config/centos/8/rootcheck.manager.template etc/templates/config/centos/8/sca.files etc/templates/config/centos/rootcheck.agent.template etc/templates/config/centos/rootcheck.manager.template etc/templates/config/centos/sca.files etc/templates/config/darwin/15/sca.files etc/templates/config/darwin/16/localfile-extra.template etc/templates/config/darwin/16/sca.files etc/templates/config/darwin/17/localfile-extra.template etc/templates/config/darwin/17/sca.files etc/templates/config/darwin/18/localfile-extra.template etc/templates/config/darwin/18/sca.files etc/templates/config/darwin/19/localfile-extra.template etc/templates/config/darwin/19/sca.files etc/templates/config/darwin/20/localfile-extra.template etc/templates/config/darwin/20/sca.files etc/templates/config/darwin/21/localfile-extra.template etc/templates/config/darwin/21/sca.files etc/templates/config/darwin/22/localfile-extra.template etc/templates/config/darwin/22/sca.files etc/templates/config/darwin/23/localfile-extra.template etc/templates/config/darwin/23/sca.files etc/templates/config/darwin/localfile-commands.template etc/templates/config/darwin/localfile-extra.template etc/templates/config/darwin/sca.files etc/templates/config/darwin/sca.template etc/templates/config/darwin/syscheck.agent.template etc/templates/config/darwin/syscheck.manager.template etc/templates/config/darwin/wodle-syscollector.template etc/templates/config/debian/10/rootcheck.agent.template etc/templates/config/debian/10/rootcheck.manager.template etc/templates/config/debian/10/sca.files etc/templates/config/debian/11/sca.files etc/templates/config/debian/12/sca.files etc/templates/config/debian/7/sca.files etc/templates/config/debian/8/sca.files etc/templates/config/debian/9/sca.files etc/templates/config/debian/rootcheck.agent.template etc/templates/config/debian/rootcheck.manager.template etc/templates/config/debian/sca.files etc/templates/config/fedora/29/sca.files etc/templates/config/fedora/30/sca.files etc/templates/config/fedora/31/sca.files etc/templates/config/fedora/32/sca.files etc/templates/config/fedora/33/sca.files etc/templates/config/fedora/34/sca.files etc/templates/config/fedora/rootcheck.agent.template etc/templates/config/fedora/rootcheck.manager.template etc/templates/config/fedora/sca.files etc/templates/config/generic/alerts.template etc/templates/config/generic/ar-commands.template etc/templates/config/generic/ar-definitions.template etc/templates/config/generic/auth.template etc/templates/config/generic/cluster.template etc/templates/config/generic/global-ar.template etc/templates/config/generic/global.template etc/templates/config/generic/header-comments.template etc/templates/config/generic/localfile-commands.template etc/templates/config/generic/localfile-logs/apache-logs.template etc/templates/config/generic/localfile-logs/audit-logs.template etc/templates/config/generic/localfile-logs/ossec-logs.template etc/templates/config/generic/localfile-logs/pgsql-logs.template etc/templates/config/generic/localfile-logs/snort-logs.template etc/templates/config/generic/localfile-logs/syslog-logs.template etc/templates/config/generic/logging.template etc/templates/config/generic/osquery.template etc/templates/config/generic/remote-secure.template etc/templates/config/generic/rootcheck.agent.template etc/templates/config/generic/rootcheck.manager.template etc/templates/config/generic/rule_test.template etc/templates/config/generic/rules.template etc/templates/config/generic/sca.files etc/templates/config/generic/sca.manager.files etc/templates/config/generic/sca.template etc/templates/config/generic/syscheck.agent.template etc/templates/config/generic/syscheck.manager.template etc/templates/config/generic/wodle-ciscat.template etc/templates/config/generic/wodle-indexer.manager.template etc/templates/config/generic/wodle-syscollector.template etc/templates/config/generic/wodle-vulnerability-detection.manager.template etc/templates/config/ol/9/sca.files etc/templates/config/rhel/5/rootcheck.agent.template etc/templates/config/rhel/5/rootcheck.manager.template etc/templates/config/rhel/5/sca.files etc/templates/config/rhel/6/rootcheck.agent.template etc/templates/config/rhel/6/rootcheck.manager.template etc/templates/config/rhel/6/sca.files etc/templates/config/rhel/7/rootcheck.agent.template etc/templates/config/rhel/7/rootcheck.manager.template etc/templates/config/rhel/7/sca.files etc/templates/config/rhel/8/rootcheck.agent.template etc/templates/config/rhel/8/rootcheck.manager.template etc/templates/config/rhel/8/sca.files etc/templates/config/rhel/9/rootcheck.agent.template etc/templates/config/rhel/9/rootcheck.manager.template etc/templates/config/rhel/9/sca.files etc/templates/config/rhel/rootcheck.agent.template etc/templates/config/rhel/rootcheck.manager.template etc/templates/config/rhel/sca.files etc/templates/config/rocky/8/sca.files etc/templates/config/rocky/9/sca.files etc/templates/config/rocky/sca.files etc/templates/config/sles/11/rootcheck.agent.template etc/templates/config/sles/11/rootcheck.manager.template etc/templates/config/sles/11/sca.files etc/templates/config/sles/12/rootcheck.agent.template etc/templates/config/sles/12/rootcheck.manager.template etc/templates/config/sles/12/sca.files etc/templates/config/sles/15/rootcheck.agent.template etc/templates/config/sles/15/rootcheck.manager.template etc/templates/config/sles/15/sca.files etc/templates/config/sles/sca.files etc/templates/config/sunos/5/11.4/sca.files etc/templates/config/sunos/5/11/sca.files etc/templates/config/sunos/wodle-syscollector.template etc/templates/config/suse/11/rootcheck.agent.template etc/templates/config/suse/11/rootcheck.manager.template etc/templates/config/suse/11/sca.files etc/templates/config/suse/12/rootcheck.agent.template etc/templates/config/suse/12/rootcheck.manager.template etc/templates/config/suse/12/sca.files etc/templates/config/suse/15/rootcheck.agent.template etc/templates/config/suse/15/rootcheck.manager.template etc/templates/config/suse/15/sca.files etc/templates/config/suse/sca.files etc/templates/config/ubuntu/12/04/sca.files etc/templates/config/ubuntu/14/04/sca.files etc/templates/config/ubuntu/16/04/sca.files etc/templates/config/ubuntu/18/04/sca.files etc/templates/config/ubuntu/20/04/sca.files etc/templates/config/ubuntu/22/04/sca.files etc/templates/config/ubuntu/rootcheck.agent.template etc/templates/config/ubuntu/rootcheck.manager.template etc/templates/config/ubuntu/sca.files etc/templates/config/windows/10/profile.template etc/templates/config/windows/2003/localfile-events.template etc/templates/config/windows/2003/profile.template etc/templates/config/windows/2003/syscheck.template etc/templates/config/windows/2008/profile.template etc/templates/config/windows/2008R2/profile.template etc/templates/config/windows/2012/profile.template etc/templates/config/windows/2012R2/profile.template etc/templates/config/windows/2016/profile.template etc/templates/config/windows/2019/profile.template etc/templates/config/windows/7/profile.template etc/templates/config/windows/8.1/profile.template etc/templates/config/windows/8/profile.template etc/templates/config/windows/Vista/profile.template etc/templates/config/windows/xp/localfile-events.template etc/templates/config/windows/xp/profile.template etc/templates/config/windows/xp/syscheck.template etc/templates/de/errors/0x1-location.txt etc/templates/de/errors/0x2-beroot.txt etc/templates/de/errors/0x3-dependencies.txt etc/templates/de/errors/0x4-installtype.txt etc/templates/de/errors/0x5-build.txt etc/templates/de/language.txt etc/templates/de/messages.txt etc/templates/de/messages/0x101-initial.txt etc/templates/de/messages/0x102-installhelp.txt etc/templates/de/messages/0x103-thanksforusing.txt etc/templates/de/messages/0x105-noboot.txt etc/templates/de/messages/0x106-logs.txt etc/templates/de/messages/0x107-ar.txt etc/templates/de/messages/0x108-ar-enabled.txt etc/templates/de/messages/0x109-castore.txt etc/templates/el/errors/0x1-location.txt etc/templates/el/errors/0x2-beroot.txt etc/templates/el/errors/0x3-dependencies.txt etc/templates/el/errors/0x4-installtype.txt etc/templates/el/errors/0x5-build.txt etc/templates/el/language.txt etc/templates/el/messages.txt etc/templates/el/messages/0x101-initial.txt etc/templates/el/messages/0x102-installhelp.txt etc/templates/el/messages/0x103-thanksforusing.txt etc/templates/el/messages/0x105-noboot.txt etc/templates/el/messages/0x106-logs.txt etc/templates/el/messages/0x107-ar.txt etc/templates/el/messages/0x108-ar-enabled.txt etc/templates/el/messages/0x109-castore.txt etc/templates/en/errors/0x1-location.txt etc/templates/en/errors/0x2-beroot.txt etc/templates/en/errors/0x3-dependencies.txt etc/templates/en/errors/0x4-installtype.txt etc/templates/en/errors/0x5-build.txt etc/templates/en/language.txt etc/templates/en/messages.txt etc/templates/en/messages/0x101-initial.txt etc/templates/en/messages/0x102-installhelp.txt etc/templates/en/messages/0x103-thanksforusing.txt etc/templates/en/messages/0x105-noboot.txt etc/templates/en/messages/0x106-logs.txt etc/templates/en/messages/0x107-ar.txt etc/templates/en/messages/0x108-ar-enabled.txt etc/templates/en/messages/0x109-castore.txt etc/templates/es/errors/0x1-location.txt etc/templates/es/errors/0x2-beroot.txt etc/templates/es/errors/0x3-dependencies.txt etc/templates/es/errors/0x4-installtype.txt etc/templates/es/errors/0x5-build.txt etc/templates/es/language.txt etc/templates/es/messages.txt etc/templates/es/messages/0x101-initial.txt etc/templates/es/messages/0x102-installhelp.txt etc/templates/es/messages/0x103-thanksforusing.txt etc/templates/es/messages/0x105-noboot.txt etc/templates/es/messages/0x106-logs.txt etc/templates/es/messages/0x107-ar.txt etc/templates/es/messages/0x108-ar-enabled.txt etc/templates/es/messages/0x109-castore.txt etc/templates/fr/errors/0x1-location.txt etc/templates/fr/errors/0x2-beroot.txt etc/templates/fr/errors/0x3-dependencies.txt etc/templates/fr/errors/0x4-installtype.txt etc/templates/fr/errors/0x5-build.txt etc/templates/fr/language.txt etc/templates/fr/messages.txt etc/templates/fr/messages/0x101-initial.txt etc/templates/fr/messages/0x102-installhelp.txt etc/templates/fr/messages/0x103-thanksforusing.txt etc/templates/fr/messages/0x105-noboot.txt etc/templates/fr/messages/0x106-logs.txt etc/templates/fr/messages/0x107-ar.txt etc/templates/fr/messages/0x108-ar-enabled.txt etc/templates/fr/messages/0x109-castore.txt etc/templates/hu/errors/0x1-location.txt etc/templates/hu/errors/0x2-beroot.txt etc/templates/hu/errors/0x3-dependencies.txt etc/templates/hu/errors/0x4-installtype.txt etc/templates/hu/errors/0x5-build.txt etc/templates/hu/language.txt etc/templates/hu/messages.txt etc/templates/hu/messages/0x101-initial.txt etc/templates/hu/messages/0x102-installhelp.txt etc/templates/hu/messages/0x103-thanksforusing.txt etc/templates/hu/messages/0x105-noboot.txt etc/templates/hu/messages/0x106-logs.txt etc/templates/hu/messages/0x107-ar.txt etc/templates/hu/messages/0x108-ar-enabled.txt etc/templates/hu/messages/0x109-castore.txt etc/templates/it/errors/0x1-location.txt etc/templates/it/errors/0x2-beroot.txt etc/templates/it/errors/0x3-dependencies.txt etc/templates/it/errors/0x4-installtype.txt etc/templates/it/errors/0x5-build.txt etc/templates/it/language.txt etc/templates/it/messages.txt etc/templates/it/messages/0x101-initial.txt etc/templates/it/messages/0x102-installhelp.txt etc/templates/it/messages/0x103-thanksforusing.txt etc/templates/it/messages/0x105-noboot.txt etc/templates/it/messages/0x106-logs.txt etc/templates/it/messages/0x107-ar.txt etc/templates/it/messages/0x108-ar-enabled.txt etc/templates/it/messages/0x109-castore.txt etc/templates/jp/errors/0x1-location.txt etc/templates/jp/errors/0x2-beroot.txt etc/templates/jp/errors/0x3-dependencies.txt etc/templates/jp/errors/0x4-installtype.txt etc/templates/jp/errors/0x5-build.txt etc/templates/jp/language.txt etc/templates/jp/messages.txt etc/templates/jp/messages/0x101-initial.txt etc/templates/jp/messages/0x102-installhelp.txt etc/templates/jp/messages/0x103-thanksforusing.txt etc/templates/jp/messages/0x105-noboot.txt etc/templates/jp/messages/0x106-logs.txt etc/templates/jp/messages/0x107-ar.txt etc/templates/jp/messages/0x108-ar-enabled.txt etc/templates/jp/messages/0x109-castore.txt etc/templates/nl/errors/0x1-location.txt etc/templates/nl/errors/0x2-beroot.txt etc/templates/nl/errors/0x3-dependencies.txt etc/templates/nl/errors/0x4-installtype.txt etc/templates/nl/errors/0x5-build.txt etc/templates/nl/language.txt etc/templates/nl/messages.txt etc/templates/nl/messages/0x101-initial.txt etc/templates/nl/messages/0x102-installhelp.txt etc/templates/nl/messages/0x103-thanksforusing.txt etc/templates/nl/messages/0x105-noboot.txt etc/templates/nl/messages/0x106-logs.txt etc/templates/nl/messages/0x107-ar.txt etc/templates/nl/messages/0x108-ar-enabled.txt etc/templates/nl/messages/0x109-castore.txt etc/templates/pl/errors/0x1-location.txt etc/templates/pl/errors/0x2-beroot.txt etc/templates/pl/errors/0x3-dependencies.txt etc/templates/pl/errors/0x4-installtype.txt etc/templates/pl/errors/0x5-build.txt etc/templates/pl/language.txt etc/templates/pl/messages.txt etc/templates/pl/messages/0x101-initial.txt etc/templates/pl/messages/0x102-installhelp.txt etc/templates/pl/messages/0x103-thanksforusing.txt etc/templates/pl/messages/0x105-noboot.txt etc/templates/pl/messages/0x106-logs.txt etc/templates/pl/messages/0x107-ar.txt etc/templates/pl/messages/0x108-ar-enabled.txt etc/templates/pl/messages/0x109-castore.txt etc/templates/ru/errors/0x1-location.txt etc/templates/ru/errors/0x2-beroot.txt etc/templates/ru/errors/0x3-dependencies.txt etc/templates/ru/errors/0x4-installtype.txt etc/templates/ru/errors/0x5-build.txt etc/templates/ru/language.txt etc/templates/ru/messages.txt etc/templates/ru/messages/0x101-initial.txt etc/templates/ru/messages/0x102-installhelp.txt etc/templates/ru/messages/0x103-thanksforusing.txt etc/templates/ru/messages/0x105-noboot.txt etc/templates/ru/messages/0x106-logs.txt etc/templates/ru/messages/0x107-ar.txt etc/templates/ru/messages/0x108-ar-enabled.txt etc/templates/ru/messages/0x109-castore.txt etc/templates/sr/errors/0x1-location.txt etc/templates/sr/errors/0x2-beroot.txt etc/templates/sr/errors/0x3-dependencies.txt etc/templates/sr/errors/0x4-installtype.txt etc/templates/sr/errors/0x5-build.txt etc/templates/sr/language.txt etc/templates/sr/messages.txt etc/templates/sr/messages/0x101-initial.txt etc/templates/sr/messages/0x102-installhelp.txt etc/templates/sr/messages/0x103-thanksforusing.txt etc/templates/sr/messages/0x105-noboot.txt etc/templates/sr/messages/0x106-logs.txt etc/templates/sr/messages/0x107-ar.txt etc/templates/sr/messages/0x108-ar-enabled.txt etc/templates/sr/messages/0x109-castore.txt etc/templates/tr/errors/0x1-location.txt etc/templates/tr/errors/0x2-beroot.txt etc/templates/tr/errors/0x3-dependencies.txt etc/templates/tr/errors/0x4-installtype.txt etc/templates/tr/errors/0x5-build.txt etc/templates/tr/language.txt etc/templates/tr/messages.txt etc/templates/tr/messages/0x101-initial.txt etc/templates/tr/messages/0x102-installhelp.txt etc/templates/tr/messages/0x103-thanksforusing.txt etc/templates/tr/messages/0x105-noboot.txt etc/templates/tr/messages/0x106-logs.txt etc/templates/tr/messages/0x107-ar.txt etc/templates/tr/messages/0x108-ar-enabled.txt etc/templates/tr/messages/0x109-castore.txt etc/wpk_root.pem extensions/elasticsearch/7.x/qa/requirements.txt extensions/elasticsearch/7.x/qa/test_mapping_index_query.py extensions/elasticsearch/7.x/wazuh-template.json extensions/filebeat/7.x/filebeat.yml extensions/filebeat/7.x/wazuh-module/README.md extensions/filebeat/7.x/wazuh-module/_meta/config.yml extensions/filebeat/7.x/wazuh-module/_meta/docs.asciidoc extensions/filebeat/7.x/wazuh-module/_meta/fields.yml extensions/filebeat/7.x/wazuh-module/alerts/config/alerts.yml extensions/filebeat/7.x/wazuh-module/alerts/ingest/pipeline.json extensions/filebeat/7.x/wazuh-module/alerts/manifest.yml extensions/filebeat/7.x/wazuh-module/archives/config/archives.yml extensions/filebeat/7.x/wazuh-module/archives/ingest/pipeline.json extensions/filebeat/7.x/wazuh-module/archives/manifest.yml extensions/filebeat/7.x/wazuh-module/module.yml extensions/logstash/7.x/01-wazuh-remote.conf extensions/splunk/inputs.conf extensions/splunk/peer-indexes.conf extensions/splunk/peer-inputs.conf extensions/splunk/props.conf framework/.gitignore framework/Makefile framework/__init__.py framework/examples/get_agents.py framework/examples/rules_to_csv.py framework/pytest.ini framework/requirements-dev.txt framework/requirements.txt framework/scripts/__init__.py framework/scripts/agent_groups.py framework/scripts/agent_upgrade.py framework/scripts/cluster_control.py framework/scripts/rbac_control.py framework/scripts/tests/test_agent_groups.py framework/scripts/tests/test_agent_upgrade.py framework/scripts/tests/test_cluster_control.py framework/scripts/tests/test_rbac_control.py framework/scripts/tests/test_wazuh_clusterd.py framework/scripts/tests/test_wazuh_logtest.py framework/scripts/wazuh_clusterd.py framework/scripts/wazuh_logtest.py framework/setup.py framework/wazuh/__init__.py framework/wazuh/__main__.py framework/wazuh/active_response.py framework/wazuh/agent.py framework/wazuh/cdb_list.py framework/wazuh/ciscat.py framework/wazuh/cluster.py framework/wazuh/core/InputValidator.py framework/wazuh/core/__init__.py framework/wazuh/core/active_response.py framework/wazuh/core/agent.py framework/wazuh/core/cdb_list.py framework/wazuh/core/cluster/__init__.py framework/wazuh/core/cluster/client.py framework/wazuh/core/cluster/cluster.json framework/wazuh/core/cluster/cluster.py framework/wazuh/core/cluster/common.py framework/wazuh/core/cluster/control.py framework/wazuh/core/cluster/dapi/__init__.py framework/wazuh/core/cluster/dapi/dapi.py framework/wazuh/core/cluster/dapi/tests/test_dapi.py framework/wazuh/core/cluster/hap_helper/__init__.py framework/wazuh/core/cluster/hap_helper/hap_helper.py framework/wazuh/core/cluster/hap_helper/proxy.py framework/wazuh/core/cluster/hap_helper/tests/__init__.py framework/wazuh/core/cluster/hap_helper/tests/test_hap_helper.py framework/wazuh/core/cluster/hap_helper/tests/test_proxy.py framework/wazuh/core/cluster/hap_helper/tests/test_wazuh.py framework/wazuh/core/cluster/hap_helper/wazuh.py framework/wazuh/core/cluster/local_client.py framework/wazuh/core/cluster/local_server.py framework/wazuh/core/cluster/master.py framework/wazuh/core/cluster/server.py framework/wazuh/core/cluster/tests/__init__.py framework/wazuh/core/cluster/tests/conftest.py framework/wazuh/core/cluster/tests/data/ruleset/VERSION framework/wazuh/core/cluster/tests/test_client.py framework/wazuh/core/cluster/tests/test_cluster.py framework/wazuh/core/cluster/tests/test_common.py framework/wazuh/core/cluster/tests/test_control.py framework/wazuh/core/cluster/tests/test_local_client.py framework/wazuh/core/cluster/tests/test_local_server.py framework/wazuh/core/cluster/tests/test_master.py framework/wazuh/core/cluster/tests/test_server.py framework/wazuh/core/cluster/tests/test_utils.py framework/wazuh/core/cluster/tests/test_worker.py framework/wazuh/core/cluster/utils.py framework/wazuh/core/cluster/worker.py framework/wazuh/core/common.py framework/wazuh/core/configuration.py framework/wazuh/core/decoder.py framework/wazuh/core/exception.py framework/wazuh/core/logtest.py framework/wazuh/core/manager.py framework/wazuh/core/mitre.py framework/wazuh/core/pyDaemonModule.py framework/wazuh/core/results.py framework/wazuh/core/rootcheck.py framework/wazuh/core/rule.py framework/wazuh/core/sca.py framework/wazuh/core/security.py framework/wazuh/core/stats.py framework/wazuh/core/syscheck.py framework/wazuh/core/syscollector.py framework/wazuh/core/task.py framework/wazuh/core/tests/__init__.py framework/wazuh/core/tests/data/configuration/ar.conf framework/wazuh/core/tests/data/configuration/default/agent.conf framework/wazuh/core/tests/data/configuration/default/agent1.conf framework/wazuh/core/tests/data/configuration/default/indexer.conf framework/wazuh/core/tests/data/configuration/default/journald.conf framework/wazuh/core/tests/data/configuration/default/journald1.conf framework/wazuh/core/tests/data/configuration/default/merged.mg framework/wazuh/core/tests/data/configuration/default/options.conf framework/wazuh/core/tests/data/configuration/default/options1.conf framework/wazuh/core/tests/data/configuration/default/rcl.conf framework/wazuh/core/tests/data/configuration/default/rootkit_files.txt framework/wazuh/core/tests/data/configuration/default/rootkit_trojans.txt framework/wazuh/core/tests/data/configuration/default/synchronization.conf framework/wazuh/core/tests/data/configuration/default/vulnerability_detection.conf framework/wazuh/core/tests/data/configuration/local_internal_options.conf framework/wazuh/core/tests/data/configuration/multigroup/agent.conf framework/wazuh/core/tests/data/configuration/ossec.conf framework/wazuh/core/tests/data/configuration/trojan.txt framework/wazuh/core/tests/data/decoders/test1_decoders.xml framework/wazuh/core/tests/data/decoders/test2_decoders.xml framework/wazuh/core/tests/data/decoders/test3_decoders.xml framework/wazuh/core/tests/data/decoders/wrong_decoders.xml framework/wazuh/core/tests/data/etc/shared/ar.conf framework/wazuh/core/tests/data/manager/ossec_log.json framework/wazuh/core/tests/data/manager/ossec_log.log framework/wazuh/core/tests/data/rules/0010-rules_config.xml framework/wazuh/core/tests/data/rules/0015-ossec_rules.xml framework/wazuh/core/tests/data/rules/0225-mcafee_av_rules.xml framework/wazuh/core/tests/data/rules/0260-nginx_rules.xml framework/wazuh/core/tests/data/rules/0350-amazon_rules.xml framework/wazuh/core/tests/data/rules/9999-rules_regex_test.xml framework/wazuh/core/tests/data/stats/hourly-average/0 framework/wazuh/core/tests/data/stats/hourly-average/1 framework/wazuh/core/tests/data/stats/hourly-average/10 framework/wazuh/core/tests/data/stats/hourly-average/11 framework/wazuh/core/tests/data/stats/hourly-average/12 framework/wazuh/core/tests/data/stats/hourly-average/13 framework/wazuh/core/tests/data/stats/hourly-average/14 framework/wazuh/core/tests/data/stats/hourly-average/15 framework/wazuh/core/tests/data/stats/hourly-average/16 framework/wazuh/core/tests/data/stats/hourly-average/17 framework/wazuh/core/tests/data/stats/hourly-average/18 framework/wazuh/core/tests/data/stats/hourly-average/19 framework/wazuh/core/tests/data/stats/hourly-average/2 framework/wazuh/core/tests/data/stats/hourly-average/20 framework/wazuh/core/tests/data/stats/hourly-average/21 framework/wazuh/core/tests/data/stats/hourly-average/22 framework/wazuh/core/tests/data/stats/hourly-average/23 framework/wazuh/core/tests/data/stats/hourly-average/24 framework/wazuh/core/tests/data/stats/hourly-average/3 framework/wazuh/core/tests/data/stats/hourly-average/4 framework/wazuh/core/tests/data/stats/hourly-average/5 framework/wazuh/core/tests/data/stats/hourly-average/6 framework/wazuh/core/tests/data/stats/hourly-average/7 framework/wazuh/core/tests/data/stats/hourly-average/8 framework/wazuh/core/tests/data/stats/hourly-average/9 framework/wazuh/core/tests/data/stats/weekly-average/0/0 framework/wazuh/core/tests/data/stats/weekly-average/0/1 framework/wazuh/core/tests/data/stats/weekly-average/0/10 framework/wazuh/core/tests/data/stats/weekly-average/0/11 framework/wazuh/core/tests/data/stats/weekly-average/0/12 framework/wazuh/core/tests/data/stats/weekly-average/0/13 framework/wazuh/core/tests/data/stats/weekly-average/0/14 framework/wazuh/core/tests/data/stats/weekly-average/0/15 framework/wazuh/core/tests/data/stats/weekly-average/0/16 framework/wazuh/core/tests/data/stats/weekly-average/0/17 framework/wazuh/core/tests/data/stats/weekly-average/0/18 framework/wazuh/core/tests/data/stats/weekly-average/0/19 framework/wazuh/core/tests/data/stats/weekly-average/0/2 framework/wazuh/core/tests/data/stats/weekly-average/0/20 framework/wazuh/core/tests/data/stats/weekly-average/0/21 framework/wazuh/core/tests/data/stats/weekly-average/0/22 framework/wazuh/core/tests/data/stats/weekly-average/0/23 framework/wazuh/core/tests/data/stats/weekly-average/0/24 framework/wazuh/core/tests/data/stats/weekly-average/0/3 framework/wazuh/core/tests/data/stats/weekly-average/0/4 framework/wazuh/core/tests/data/stats/weekly-average/0/5 framework/wazuh/core/tests/data/stats/weekly-average/0/6 framework/wazuh/core/tests/data/stats/weekly-average/0/7 framework/wazuh/core/tests/data/stats/weekly-average/0/8 framework/wazuh/core/tests/data/stats/weekly-average/0/9 framework/wazuh/core/tests/data/test_agent/add_manual/add_manual_use_cases.yaml framework/wazuh/core/tests/data/test_agent/client.keys framework/wazuh/core/tests/data/test_agent/client.keys.tmp framework/wazuh/core/tests/data/test_agent/schema_global_test.sql framework/wazuh/core/tests/data/test_cdb_list/.test_iterate.swp framework/wazuh/core/tests/data/test_cdb_list/subdir/.test_iterate.swp framework/wazuh/core/tests/data/test_cdb_list/subdir/test_iterate.cdb framework/wazuh/core/tests/data/test_cdb_list/subdir/test_lists framework/wazuh/core/tests/data/test_cdb_list/subdir/~test_iterate framework/wazuh/core/tests/data/test_cdb_list/test_iterate.cdb framework/wazuh/core/tests/data/test_cdb_list/test_lists framework/wazuh/core/tests/data/test_cdb_list/~test_iterate framework/wazuh/core/tests/data/test_database/schema_global_test.sql framework/wazuh/core/tests/data/test_load_wazuh_xml/10000-backslash_rule_test.xml framework/wazuh/core/tests/data/test_load_wazuh_xml/agent_backslash_query.conf framework/wazuh/core/tests/data/test_load_wazuh_xml/agent_new_line_query.conf framework/wazuh/core/tests/data/test_load_wazuh_xml_ko/invalid_utf8.xml framework/wazuh/core/tests/data/test_log.log framework/wazuh/core/tests/data/test_rootcheck/schema_rootcheck_test.sql framework/wazuh/core/tests/data/utils/test_decoders.xml framework/wazuh/core/tests/data/utils/test_lists framework/wazuh/core/tests/data/utils/test_rules.xml framework/wazuh/core/tests/data/utils/test_rules_injection.xml framework/wazuh/core/tests/test_active_response.py framework/wazuh/core/tests/test_agent.py framework/wazuh/core/tests/test_cdb_list.py framework/wazuh/core/tests/test_common.py framework/wazuh/core/tests/test_configuration.py framework/wazuh/core/tests/test_decoder.py framework/wazuh/core/tests/test_exception.py framework/wazuh/core/tests/test_input_validator.py framework/wazuh/core/tests/test_logtest.py framework/wazuh/core/tests/test_manager.py framework/wazuh/core/tests/test_mitre.py framework/wazuh/core/tests/test_pyDaemonModule.py framework/wazuh/core/tests/test_results.py framework/wazuh/core/tests/test_rootcheck.py framework/wazuh/core/tests/test_rule.py framework/wazuh/core/tests/test_sca.py framework/wazuh/core/tests/test_security.py framework/wazuh/core/tests/test_stats.py framework/wazuh/core/tests/test_syscheck.py framework/wazuh/core/tests/test_syscollector.py framework/wazuh/core/tests/test_task.py framework/wazuh/core/tests/test_utils.py framework/wazuh/core/tests/test_wazuh_queue.py framework/wazuh/core/tests/test_wazuh_socket.py framework/wazuh/core/tests/test_wdb.py framework/wazuh/core/tests/test_wlogging.py framework/wazuh/core/utils.py framework/wazuh/core/wazuh_queue.py framework/wazuh/core/wazuh_socket.py framework/wazuh/core/wdb.py framework/wazuh/core/wlogging.py framework/wazuh/decoder.py framework/wazuh/event.py framework/wazuh/logtest.py framework/wazuh/manager.py framework/wazuh/mitre.py framework/wazuh/rbac/__init__.py framework/wazuh/rbac/auth_context.py framework/wazuh/rbac/decorators.py framework/wazuh/rbac/default/policies.yaml framework/wazuh/rbac/default/relationships.yaml framework/wazuh/rbac/default/roles.yaml framework/wazuh/rbac/default/rules.yaml framework/wazuh/rbac/default/users.yaml framework/wazuh/rbac/orm.py framework/wazuh/rbac/preprocessor.py framework/wazuh/rbac/tests/__init__.py framework/wazuh/rbac/tests/data/RBAC_auth-roles.json framework/wazuh/rbac/tests/data/RBAC_authorization_contexts.json framework/wazuh/rbac/tests/data/RBAC_decorators_permissions_black.json framework/wazuh/rbac/tests/data/RBAC_decorators_permissions_white.json framework/wazuh/rbac/tests/data/RBAC_decorators_resourceless_black.json framework/wazuh/rbac/tests/data/RBAC_decorators_resourceless_white.json framework/wazuh/rbac/tests/data/RBAC_postprocessor.json framework/wazuh/rbac/tests/data/RBAC_preprocessor_policies.json framework/wazuh/rbac/tests/data/RBAC_rules_roles.json framework/wazuh/rbac/tests/data/jwt_secret framework/wazuh/rbac/tests/data/schema_security_test.sql framework/wazuh/rbac/tests/test_auth_context.py framework/wazuh/rbac/tests/test_decorators.py framework/wazuh/rbac/tests/test_default_configuration.py framework/wazuh/rbac/tests/test_orm.py framework/wazuh/rbac/tests/test_preprocessor.py framework/wazuh/rbac/tests/utils.py framework/wazuh/rbac/utils.py framework/wazuh/rootcheck.py framework/wazuh/rule.py framework/wazuh/sca.py framework/wazuh/security.py framework/wazuh/stats.py framework/wazuh/syscheck.py framework/wazuh/syscollector.py framework/wazuh/task.py framework/wazuh/tests/data/agent/client.keys framework/wazuh/tests/data/agent/multigroups/8901bc10/merged.mg framework/wazuh/tests/data/agent/shared/agent-template.conf framework/wazuh/tests/data/agent/shared/ar.conf framework/wazuh/tests/data/agent/shared/default/agent.conf framework/wazuh/tests/data/agent/shared/default/merged.mg framework/wazuh/tests/data/agent/shared/group-1/agent.conf framework/wazuh/tests/data/agent/shared/group-1/merged.mg framework/wazuh/tests/data/agent/shared/group-2/agent.conf framework/wazuh/tests/data/agent/shared/group-2/merged.mg framework/wazuh/tests/data/agent/shared/group-empty/non-readable-file framework/wazuh/tests/data/decoders/test1_decoders.xml framework/wazuh/tests/data/decoders/test2_decoders.xml framework/wazuh/tests/data/decoders/wrong_decoders.xml framework/wazuh/tests/data/etc/decoders/subpath/test2_decoders.xml framework/wazuh/tests/data/etc/decoders/subpath/test3_decoders.xml framework/wazuh/tests/data/etc/decoders/test3_decoders.xml framework/wazuh/tests/data/etc/rules/subpath/test_rules.xml framework/wazuh/tests/data/etc/rules/test_rules.xml framework/wazuh/tests/data/etc/rules/wrong_rules.xml framework/wazuh/tests/data/etc/shared/ar.conf framework/wazuh/tests/data/manager/etc/lists/bad_format_file framework/wazuh/tests/data/schema_ciscat_test.sql framework/wazuh/tests/data/schema_global_test.sql framework/wazuh/tests/data/schema_mitre_test.sql framework/wazuh/tests/data/schema_syscheck_test.sql framework/wazuh/tests/data/schema_syscollector_000.sql framework/wazuh/tests/data/schema_tasks_test.sql framework/wazuh/tests/data/security/default/default_cases.yml framework/wazuh/tests/data/security/default/migration_policies.yml framework/wazuh/tests/data/security/default/mock_relationships.yml framework/wazuh/tests/data/security/default/new_default_policies.yml framework/wazuh/tests/data/security/policies_test_cases.yml framework/wazuh/tests/data/security/rbac_catalog.yml framework/wazuh/tests/data/security/role_policies_test_cases.yml framework/wazuh/tests/data/security/roles_test_cases.yml framework/wazuh/tests/data/security/sanitize_policies.yaml framework/wazuh/tests/data/security/schema_security_test.sql framework/wazuh/tests/data/security/users_roles_test_cases.yml framework/wazuh/tests/data/security/users_test_cases.yml framework/wazuh/tests/data/test_cdb_list/test_lists_1 framework/wazuh/tests/data/test_cdb_list/test_lists_2 framework/wazuh/tests/data/test_decoders.xml framework/wazuh/tests/data/test_invalid_rules.xml framework/wazuh/tests/data/test_lists framework/wazuh/tests/data/test_rules.xml framework/wazuh/tests/data/var/db/agents/000-localhost.db framework/wazuh/tests/data/var/db/agents/001-4c5a0f7dc28e.db framework/wazuh/tests/data/var/db/agents/002-607aaa51e469.db framework/wazuh/tests/data/var/db/agents/003-a55dd76905ae.db framework/wazuh/tests/data/var/db/sca/global.db framework/wazuh/tests/data/var/upgrade/wazuh_agent_v3.9.0_linux_x86_64.wpk framework/wazuh/tests/test_active_response.py framework/wazuh/tests/test_agent.py framework/wazuh/tests/test_cdb_list.py framework/wazuh/tests/test_ciscat.py framework/wazuh/tests/test_cluster.py framework/wazuh/tests/test_decoder.py framework/wazuh/tests/test_event.py framework/wazuh/tests/test_logtest.py framework/wazuh/tests/test_manager.py framework/wazuh/tests/test_mitre.py framework/wazuh/tests/test_rootcheck.py framework/wazuh/tests/test_rule.py framework/wazuh/tests/test_sca.py framework/wazuh/tests/test_security.py framework/wazuh/tests/test_stats.py framework/wazuh/tests/test_syscheck.py framework/wazuh/tests/test_syscollector.py framework/wazuh/tests/test_task.py framework/wazuh/tests/util.py framework/wrappers/generic_wrapper.sh gen_ossec.sh install.sh integrations/maltiverse.py integrations/pagerduty.py integrations/pytest.ini integrations/shuffle.py integrations/slack.py integrations/tests/__init__.py integrations/tests/test_maltiverse.py integrations/tests/test_pagerduty.py integrations/tests/test_shuffle.py integrations/tests/test_slack.py integrations/tests/test_virustotal.py integrations/virustotal.py packages/debs/SPECS/wazuh-manager/debian/changelog packages/debs/SPECS/wazuh-manager/debian/compat packages/debs/SPECS/wazuh-manager/debian/conffiles packages/debs/SPECS/wazuh-manager/debian/control packages/debs/SPECS/wazuh-manager/debian/copyright packages/debs/SPECS/wazuh-manager/debian/postinst packages/debs/SPECS/wazuh-manager/debian/postrm packages/debs/SPECS/wazuh-manager/debian/preinst packages/debs/SPECS/wazuh-manager/debian/prerm packages/debs/SPECS/wazuh-manager/debian/rules packages/debs/SPECS/wazuh-manager/debian/source/format packages/debs/SPECS/wazuh-manager/debian/wazuh-manager.lintian-overrides packages/debs/amd64/manager/Dockerfile packages/filebeat/filebeat.yml packages/rpms/SPECS/wazuh-manager.spec packages/rpms/amd64/legacy/CentOS-Base.repo packages/rpms/amd64/legacy/Dockerfile packages/rpms/amd64/manager/Dockerfile packages/rpms/i386/legacy/CentOS-Base.repo packages/rpms/i386/legacy/Dockerfile packages/rpms/i386/legacy/Vagrantfile packages/rpms/i386/legacy/docker_builder.sh ruleset/decoders/0005-wazuh_decoders.xml ruleset/decoders/0006-json_decoders.xml ruleset/decoders/0007-wazuh-api_decoders.xml ruleset/decoders/0010-active-response_decoders.xml ruleset/decoders/0015-aix-ipsec_decoders.xml ruleset/decoders/0025-apache_decoders.xml ruleset/decoders/0030-arpwatch_decoders.xml ruleset/decoders/0035-asterisk_decoders.xml ruleset/decoders/0040-auditd_decoders.xml ruleset/decoders/0045-barracuda_decoders.xml ruleset/decoders/0050-checkpoint_decoders.xml ruleset/decoders/0051-checkpoint-smart1_decoders.xml ruleset/decoders/0055-cimserver_decoders.xml ruleset/decoders/0060-cisco-estreamer_decoders.xml ruleset/decoders/0062-cisco-ftd_decoders.xml ruleset/decoders/0063-pix_decoders.xml ruleset/decoders/0064-cisco-asa_decoders.xml ruleset/decoders/0065-cisco-ios_decoders.xml ruleset/decoders/0070-cisco-vpn_decoders.xml ruleset/decoders/0075-clamav_decoders.xml ruleset/decoders/0080-courier_decoders.xml ruleset/decoders/0085-dovecot_decoders.xml ruleset/decoders/0090-dragon-nids_decoders.xml ruleset/decoders/0095-dropbear_decoders.xml ruleset/decoders/0100-fortigate_decoders.xml ruleset/decoders/0101-fortiddos_decoders.xml ruleset/decoders/0102-fortimail_decoders.xml ruleset/decoders/0103-fortiauth_decoders.xml ruleset/decoders/0105-freeipa_decoders.xml ruleset/decoders/0110-ftpd_decoders.xml ruleset/decoders/0115-grandstream_decoders.xml ruleset/decoders/0120-horde_decoders.xml ruleset/decoders/0125-hp_decoders.xml ruleset/decoders/0130-imapd_decoders.xml ruleset/decoders/0135-imperva_decoders.xml ruleset/decoders/0140-kernel_decoders.xml ruleset/decoders/0145-mailscanner_decoders.xml ruleset/decoders/0150-mysql_decoders.xml ruleset/decoders/0155-named_decoders.xml ruleset/decoders/0160-netscaler_decoders.xml ruleset/decoders/0165-netscreen_decoders.xml ruleset/decoders/0170-nginx_decoders.xml ruleset/decoders/0175-ntpd_decoders.xml ruleset/decoders/0180-openbsd_decoders.xml ruleset/decoders/0185-openldap_decoders.xml ruleset/decoders/0190-openvpn_decoders.xml ruleset/decoders/0195-oscap_decoders.xml ruleset/decoders/0200-ossec_decoders.xml ruleset/decoders/0205-pam_decoders.xml ruleset/decoders/0215-portsentry_decoders.xml ruleset/decoders/0220-postfix_decoders.xml ruleset/decoders/0225-postgresql_decoders.xml ruleset/decoders/0230-proftpd_decoders.xml ruleset/decoders/0235-puppet_decoders.xml ruleset/decoders/0240-pure-ftpd_decoders.xml ruleset/decoders/0245-racoon_decoders.xml ruleset/decoders/0250-redis_decoders.xml ruleset/decoders/0255-roundcube_decoders.xml ruleset/decoders/0260-rsa-auth-manager_decoders.xml ruleset/decoders/0265-rshd_decoders.xml ruleset/decoders/0270-samba_decoders.xml ruleset/decoders/0275-sendmail_decoders.xml ruleset/decoders/0280-serv-u_decoders.xml ruleset/decoders/0285-snort_decoders.xml ruleset/decoders/0290-solaris_decoders.xml ruleset/decoders/0295-sonicwall_decoders.xml ruleset/decoders/0300-sophos_decoders.xml ruleset/decoders/0305-squid_decoders.xml ruleset/decoders/0310-ssh_decoders.xml ruleset/decoders/0315-su_decoders.xml ruleset/decoders/0320-sudo_decoders.xml ruleset/decoders/0325-suhosin_decoders.xml ruleset/decoders/0330-symantec_decoders.xml ruleset/decoders/0335-telnet_decoders.xml ruleset/decoders/0340-trend-osce_decoders.xml ruleset/decoders/0345-unbound_decoders.xml ruleset/decoders/0350-unix_decoders.xml ruleset/decoders/0355-vm-pop3_decoders.xml ruleset/decoders/0360-vmware_decoders.xml ruleset/decoders/0365-vpopmail_decoders.xml ruleset/decoders/0370-vsftpd_decoders.xml ruleset/decoders/0375-web-accesslog_decoders.xml ruleset/decoders/0377-huawei-usg_decoders.xml ruleset/decoders/0378-mariadb_decoders.xml ruleset/decoders/0379-dpkg_decoders.xml ruleset/decoders/0380-windows_decoders.xml ruleset/decoders/0385-wordpress_decoders.xml ruleset/decoders/0390-zeus_decoders.xml ruleset/decoders/0395-sqlserver_decoders.xml ruleset/decoders/0400-identity_guard_decoders.xml ruleset/decoders/0405-mongodb_decoders.xml ruleset/decoders/0410-docker_decoders.xml ruleset/decoders/0415-jenkins_decoders.xml ruleset/decoders/0420-vshell_decoders.xml ruleset/decoders/0425-qualysguard_decoders.xml ruleset/decoders/0430-cylance_decoders.xml ruleset/decoders/0435-owncloud_decoders.xml ruleset/decoders/0440-proxmox-ve_decoders.xml ruleset/decoders/0445-exim_decoders.xml ruleset/decoders/0450-openvas_decoders.xml ruleset/decoders/0455-pfsense_decoders.xml ruleset/decoders/0460-kaspersky_decoders.xml ruleset/decoders/0465-azure_decoders.xml ruleset/decoders/0470-panda-paps_decoders.xml ruleset/decoders/0475-mcafee_decoders.xml ruleset/decoders/0480-perdition_decoders.xml ruleset/decoders/0485-nextcloud_decoders.xml ruleset/decoders/0490-junos_decoders.xml ruleset/decoders/0495-freepbs_decoders.xml ruleset/decoders/0505-paloalto_decoders.xml ruleset/decoders/0510-sophos_fw_decoders.xml ruleset/decoders/0520-msexchange-log-decoders.xml ruleset/decoders/0525-f5_bigip_decoders.xml ruleset/decoders/0540-gitlab_decoders.xml ruleset/decoders/0550-arbor_decoders.xml ruleset/decoders/0555-fireeye_decoders.xml ruleset/decoders/0560-oracledb_decoders.xml ruleset/decoders/0565-aws-eks-authenticator_decoders.xml ruleset/decoders/0575-eset-remote_decoders.xml ruleset/decoders/0580-macos_decoders.xml ruleset/lists/amazon/aws-eventnames ruleset/lists/amazon/aws-sources ruleset/lists/audit-keys ruleset/lists/security-eventchannel ruleset/mitre/enterprise-attack.json ruleset/rules/0010-rules_config.xml ruleset/rules/0015-ossec_rules.xml ruleset/rules/0016-wazuh_rules.xml ruleset/rules/0017-wazuh-api_rules.xml ruleset/rules/0020-syslog_rules.xml ruleset/rules/0025-sendmail_rules.xml ruleset/rules/0030-postfix_rules.xml ruleset/rules/0035-spamd_rules.xml ruleset/rules/0040-imapd_rules.xml ruleset/rules/0045-mailscanner_rules.xml ruleset/rules/0050-ms-exchange_rules.xml ruleset/rules/0055-courier_rules.xml ruleset/rules/0065-pix_rules.xml ruleset/rules/0070-netscreenfw_rules.xml ruleset/rules/0075-cisco-ios_rules.xml ruleset/rules/0080-sonicwall_rules.xml ruleset/rules/0085-pam_rules.xml ruleset/rules/0090-telnetd_rules.xml ruleset/rules/0095-sshd_rules.xml ruleset/rules/0100-solaris_bsm_rules.xml ruleset/rules/0105-asterisk_rules.xml ruleset/rules/0110-ms_dhcp_rules.xml ruleset/rules/0115-arpwatch_rules.xml ruleset/rules/0120-symantec-av_rules.xml ruleset/rules/0125-symantec-ws_rules.xml ruleset/rules/0130-trend-osce_rules.xml ruleset/rules/0135-hordeimp_rules.xml ruleset/rules/0140-roundcube_rules.xml ruleset/rules/0145-wordpress_rules.xml ruleset/rules/0150-cimserver_rules.xml ruleset/rules/0155-dovecot_rules.xml ruleset/rules/0160-vmpop3d_rules.xml ruleset/rules/0165-vpopmail_rules.xml ruleset/rules/0170-ftpd_rules.xml ruleset/rules/0175-proftpd_rules.xml ruleset/rules/0180-pure-ftpd_rules.xml ruleset/rules/0185-vsftpd_rules.xml ruleset/rules/0190-ms_ftpd_rules.xml ruleset/rules/0195-named_rules.xml ruleset/rules/0200-smbd_rules.xml ruleset/rules/0205-racoon_rules.xml ruleset/rules/0210-vpn_concentrator_rules.xml ruleset/rules/0215-policy_rules.xml ruleset/rules/0220-msauth_rules.xml ruleset/rules/0225-mcafee_av_rules.xml ruleset/rules/0230-ms-se_rules.xml ruleset/rules/0235-vmware_rules.xml ruleset/rules/0240-ids_rules.xml ruleset/rules/0245-web_rules.xml ruleset/rules/0250-apache_rules.xml ruleset/rules/0255-zeus_rules.xml ruleset/rules/0260-nginx_rules.xml ruleset/rules/0265-php_rules.xml ruleset/rules/0270-web_appsec_rules.xml ruleset/rules/0275-squid_rules.xml ruleset/rules/0280-attack_rules.xml ruleset/rules/0285-systemd_rules.xml ruleset/rules/0290-firewalld_rules.xml ruleset/rules/0295-mysql_rules.xml ruleset/rules/0300-postgresql_rules.xml ruleset/rules/0305-dropbear_rules.xml ruleset/rules/0310-openbsd_rules.xml ruleset/rules/0315-apparmor_rules.xml ruleset/rules/0320-clam_av_rules.xml ruleset/rules/0325-opensmtpd_rules.xml ruleset/rules/0330-sysmon_rules.xml ruleset/rules/0335-unbound_rules.xml ruleset/rules/0340-puppet_rules.xml ruleset/rules/0345-netscaler_rules.xml ruleset/rules/0350-amazon_rules.xml ruleset/rules/0360-serv-u_rules.xml ruleset/rules/0365-auditd_rules.xml ruleset/rules/0375-usb_rules.xml ruleset/rules/0380-redis_rules.xml ruleset/rules/0385-oscap_rules.xml ruleset/rules/0390-fortiddos_rules.xml ruleset/rules/0391-fortigate_rules.xml ruleset/rules/0392-fortimail_rules.xml ruleset/rules/0393-fortiauth_rules.xml ruleset/rules/0395-hp_rules.xml ruleset/rules/0400-openvpn_rules.xml ruleset/rules/0405-rsa-auth-manager_rules.xml ruleset/rules/0410-imperva_rules.xml ruleset/rules/0415-sophos_rules.xml ruleset/rules/0420-freeipa_rules.xml ruleset/rules/0425-cisco-estreamer_rules.xml ruleset/rules/0430-ms_wdefender_rules.xml ruleset/rules/0435-ms_logs_rules.xml ruleset/rules/0440-ms_sqlserver_rules.xml ruleset/rules/0445-identity_guard_rules.xml ruleset/rules/0450-mongodb_rules.xml ruleset/rules/0455-docker_rules.xml ruleset/rules/0460-jenkins_rules.xml ruleset/rules/0470-vshell_rules.xml ruleset/rules/0475-suricata_rules.xml ruleset/rules/0480-qualysguard_rules.xml ruleset/rules/0485-cylance_rules.xml ruleset/rules/0490-virustotal_rules.xml ruleset/rules/0495-proxmox-ve_rules.xml ruleset/rules/0500-owncloud_rules.xml ruleset/rules/0505-vuls_rules.xml ruleset/rules/0510-ciscat_rules.xml ruleset/rules/0515-exim_rules.xml ruleset/rules/0520-vulnerability-detector_rules.xml ruleset/rules/0525-openvas_rules.xml ruleset/rules/0530-mysql_audit_rules.xml ruleset/rules/0535-mariadb_rules.xml ruleset/rules/0540-pfsense_rules.xml ruleset/rules/0545-osquery_rules.xml ruleset/rules/0550-kaspersky_rules.xml ruleset/rules/0555-azure_rules.xml ruleset/rules/0560-docker_integration_rules.xml ruleset/rules/0565-ms_ipsec_rules.xml ruleset/rules/0570-sca_rules.xml ruleset/rules/0575-win-base_rules.xml ruleset/rules/0580-win-security_rules.xml ruleset/rules/0585-win-application_rules.xml ruleset/rules/0590-win-system_rules.xml ruleset/rules/0595-win-sysmon_rules.xml ruleset/rules/0600-win-wdefender_rules.xml ruleset/rules/0601-win-vipre_rules.xml ruleset/rules/0602-win-wfirewall_rules.xml ruleset/rules/0605-win-mcafee_rules.xml ruleset/rules/0610-win-ms_logs_rules.xml ruleset/rules/0615-win-ms-se_rules.xml ruleset/rules/0620-win-generic_rules.xml ruleset/rules/0625-cisco-asa_rules.xml ruleset/rules/0625-mcafee_epo_rules.xml ruleset/rules/0630-nextcloud_rules.xml ruleset/rules/0635-owlh-zeek_rules.xml ruleset/rules/0640-junos_rules.xml ruleset/rules/0675-panda-paps_rules.xml ruleset/rules/0680-checkpoint-smart1_rules.xml ruleset/rules/0690-gcp_rules.xml ruleset/rules/0695-f5_bigip_rules.xml ruleset/rules/0700-paloalto_rules.xml ruleset/rules/0705-sophos_fw_rules.xml ruleset/rules/0715-freepbx_rules.xml ruleset/rules/0750-github_rules.xml ruleset/rules/0755-office365_rules.xml ruleset/rules/0770-gitlab_rules.xml ruleset/rules/0775-arbor_rules.xml ruleset/rules/0780-fireeye_rules.xml ruleset/rules/0785-huawei-usg_rules.xml ruleset/rules/0800-sysmon_id_1.xml ruleset/rules/0810-sysmon_id_3.xml ruleset/rules/0820-sysmon_id_7.xml ruleset/rules/0830-sysmon_id_11.xml ruleset/rules/0840-win_event_channel.xml ruleset/rules/0850-audit_rules.xml ruleset/rules/0860-sysmon_id_13.xml ruleset/rules/0870-sysmon_id_8.xml ruleset/rules/0900-firewall_rules.xml ruleset/rules/0905-cisco-ftd_rules.xml ruleset/rules/0910-ms-exchange-proxylogon_rules.xml ruleset/rules/0915-win-powershell_rules.xml ruleset/rules/0920-oracledb_rules.xml ruleset/rules/0925-eset-remote_rules.xml ruleset/rules/0935-cloudflare-waf_rules.xml ruleset/rules/0945-sysmon_id_10.xml ruleset/rules/0950-sysmon_id_20.xml ruleset/rules/0955-WEF-baseline_rules.xml ruleset/rules/0960-macos_rules.xml ruleset/rules/0990-amazon-security-lake_rules.xml ruleset/rules/0995-microsoft-graph_rules.xml ruleset/rules/0997-maltiverse_rules.xml ruleset/rules/0998-aws-security-hub-rules.xml ruleset/testing/coverage.py ruleset/testing/ruleset/test_decoders.xml ruleset/testing/ruleset/test_expr_negation_decoders.xml ruleset/testing/ruleset/test_expr_negation_geoip_rules.xml ruleset/testing/ruleset/test_expr_negation_rules.xml ruleset/testing/ruleset/test_osmatch_regex_decoders.xml ruleset/testing/ruleset/test_osmatch_regex_rules.xml ruleset/testing/ruleset/test_osregex_regex_decoders.xml ruleset/testing/ruleset/test_osregex_regex_geoip_rules.xml ruleset/testing/ruleset/test_osregex_regex_rules.xml ruleset/testing/ruleset/test_overwrite_decoders.xml ruleset/testing/ruleset/test_overwrite_rules.xml ruleset/testing/ruleset/test_pcre2_regex_decoders.xml ruleset/testing/ruleset/test_pcre2_regex_geoip_rules.xml ruleset/testing/ruleset/test_pcre2_regex_rules.xml ruleset/testing/ruleset/test_rules.xml ruleset/testing/ruleset/test_static_filters_decoders.xml ruleset/testing/ruleset/test_static_filters_rules.xml ruleset/testing/runtests.py ruleset/testing/tests/SonicWall.ini ruleset/testing/tests/amazon_sec_lake.ini ruleset/testing/tests/apache.ini ruleset/testing/tests/api.ini ruleset/testing/tests/apparmor.ini ruleset/testing/tests/arbor.ini ruleset/testing/tests/audit_scp.ini ruleset/testing/tests/auditd.ini ruleset/testing/tests/aws_s3_access.ini ruleset/testing/tests/aws_security_hub.ini ruleset/testing/tests/checkpoint_smart1.ini ruleset/testing/tests/cimserver.ini ruleset/testing/tests/cisco_asa.ini ruleset/testing/tests/cisco_ftd.ini ruleset/testing/tests/cisco_ios.ini ruleset/testing/tests/cloudflare-waf.ini ruleset/testing/tests/cpanel.ini ruleset/testing/tests/doas.ini ruleset/testing/tests/dovecot.ini ruleset/testing/tests/dropbear.ini ruleset/testing/tests/eset.ini ruleset/testing/tests/exchange.ini ruleset/testing/tests/exim.ini ruleset/testing/tests/f5_big_ip.ini ruleset/testing/tests/fireeye.ini ruleset/testing/tests/firewalld.ini ruleset/testing/tests/fortiauth.ini ruleset/testing/tests/fortiddos.ini ruleset/testing/tests/fortigate.ini ruleset/testing/tests/fortimail.ini ruleset/testing/tests/freepbx.ini ruleset/testing/tests/gcp.ini ruleset/testing/tests/github.ini ruleset/testing/tests/gitlab.ini ruleset/testing/tests/glpi.ini ruleset/testing/tests/huawei_usg.ini ruleset/testing/tests/iptables.ini ruleset/testing/tests/junos.ini ruleset/testing/tests/kernel_usb.ini ruleset/testing/tests/macos.ini ruleset/testing/tests/mailscanner.ini ruleset/testing/tests/mcafee_epo.ini ruleset/testing/tests/modsecurity.ini ruleset/testing/tests/named.ini ruleset/testing/tests/netscreen.ini ruleset/testing/tests/nextcloud.ini ruleset/testing/tests/nginx.ini ruleset/testing/tests/office365.ini ruleset/testing/tests/openldap.ini ruleset/testing/tests/opensmtpd.ini ruleset/testing/tests/openvpn_ldap.ini ruleset/testing/tests/oscap.ini ruleset/testing/tests/ossec.ini ruleset/testing/tests/overwrite.ini ruleset/testing/tests/owlh.ini ruleset/testing/tests/paloalto.ini ruleset/testing/tests/pam.ini ruleset/testing/tests/panda_paps.ini ruleset/testing/tests/pfsense.ini ruleset/testing/tests/php.ini ruleset/testing/tests/pix.ini ruleset/testing/tests/postfix.ini ruleset/testing/tests/powershell.ini ruleset/testing/tests/proftpd.ini ruleset/testing/tests/rsh.ini ruleset/testing/tests/samba.ini ruleset/testing/tests/sophos.ini ruleset/testing/tests/sophos_fw.ini ruleset/testing/tests/squid_rules.ini ruleset/testing/tests/sshd.ini ruleset/testing/tests/su.ini ruleset/testing/tests/sudo.ini ruleset/testing/tests/syslog.ini ruleset/testing/tests/sysmon.ini ruleset/testing/tests/sysmon_eid_1.ini ruleset/testing/tests/sysmon_eid_10.ini ruleset/testing/tests/sysmon_eid_11.ini ruleset/testing/tests/sysmon_eid_13.ini ruleset/testing/tests/sysmon_eid_20.ini ruleset/testing/tests/sysmon_eid_3.ini ruleset/testing/tests/sysmon_eid_7.ini ruleset/testing/tests/sysmon_eid_8.ini ruleset/testing/tests/systemd.ini ruleset/testing/tests/test_expr_negation.ini ruleset/testing/tests/test_expr_negation_geoip.ini ruleset/testing/tests/test_features.ini ruleset/testing/tests/test_osmatch_regex.ini ruleset/testing/tests/test_osregex_regex.ini ruleset/testing/tests/test_osregex_regex_geoip.ini ruleset/testing/tests/test_pcre2_regex.ini ruleset/testing/tests/test_pcre2_regex_geoip.ini ruleset/testing/tests/test_static_filters.ini ruleset/testing/tests/test_static_filters_geoip.ini ruleset/testing/tests/unbound.ini ruleset/testing/tests/vsftpd.ini ruleset/testing/tests/vuln_detector.ini ruleset/testing/tests/web_appsec.ini ruleset/testing/tests/web_rules.ini ruleset/testing/tests/win-generic_rules.ini ruleset/testing/tests/win_application.ini ruleset/testing/tests/win_event_channel.ini ruleset/testing/tests/win_security.ini ruleset/testing/tests/windows_baseline_intrusion_detection.ini src/Makefile src/active-response/firewalls/ipfw.c src/active-response/ip-customblock.c src/active-response/kaspersky.c src/active-response/kaspersky.py src/addagent/main.c src/addagent/manage_agents.c src/addagent/manage_agents.h src/addagent/manage_keys.c src/addagent/read_from_user.c src/addagent/validate.c src/agentlessd/agentlessd.c src/agentlessd/agentlessd.h src/agentlessd/lessdcom.c src/agentlessd/main.c src/agentlessd/scripts/main.exp src/agentlessd/scripts/register_host.sh src/agentlessd/scripts/ssh.exp src/agentlessd/scripts/ssh_asa-fwsmconfig_diff src/agentlessd/scripts/ssh_foundry_diff src/agentlessd/scripts/ssh_generic_diff src/agentlessd/scripts/ssh_integrity_check_bsd src/agentlessd/scripts/ssh_integrity_check_linux src/agentlessd/scripts/ssh_nopass.exp src/agentlessd/scripts/ssh_pixconfig_diff src/agentlessd/scripts/sshlogin.exp src/agentlessd/scripts/su.exp src/analysisd/accumulator.c src/analysisd/accumulator.h src/analysisd/active-response.c src/analysisd/active-response.h src/analysisd/alerts/alerts.h src/analysisd/alerts/exec.c src/analysisd/alerts/exec.h src/analysisd/alerts/getloglocation.c src/analysisd/alerts/getloglocation.h src/analysisd/alerts/log.c src/analysisd/alerts/log.h src/analysisd/analysisd.c src/analysisd/analysisd.h src/analysisd/ar_json.c src/analysisd/asyscom.c src/analysisd/cdb/cdb.c src/analysisd/cdb/cdb.h src/analysisd/cdb/cdb_hash.c src/analysisd/cdb/cdb_make.c src/analysisd/cdb/cdb_make.h src/analysisd/cdb/uint32.h src/analysisd/cdb/uint32_pack.c src/analysisd/cdb/uint32_unpack.c src/analysisd/cleanevent.c src/analysisd/cleanevent.h src/analysisd/compiled_rules/.function_list src/analysisd/compiled_rules/generic_samples.c src/analysisd/compiled_rules/register_rule.sh src/analysisd/config.c src/analysisd/config.h src/analysisd/config_json.c src/analysisd/decoders/ciscat.c src/analysisd/decoders/dbsync.c src/analysisd/decoders/decode-xml.c src/analysisd/decoders/decoder.c src/analysisd/decoders/decoder.h src/analysisd/decoders/decoders_list.c src/analysisd/decoders/geoip.c src/analysisd/decoders/hostinfo.c src/analysisd/decoders/plugin_decoders.c src/analysisd/decoders/plugin_decoders.h src/analysisd/decoders/plugins/json_decoder.c src/analysisd/decoders/plugins/ossecalert_decoder.c src/analysisd/decoders/plugins/pf_decoder.c src/analysisd/decoders/plugins/sonicwall_decoder.c src/analysisd/decoders/plugins/symantecws_decoder.c src/analysisd/decoders/rootcheck.c src/analysisd/decoders/security_configuration_assessment.c src/analysisd/decoders/syscheck.c src/analysisd/decoders/syscollector.c src/analysisd/decoders/winevtchannel.c src/analysisd/dodiff.c src/analysisd/eventinfo.c src/analysisd/eventinfo.h src/analysisd/eventinfo_list.c src/analysisd/format/json_extended.c src/analysisd/format/json_extended.h src/analysisd/format/to_json.c src/analysisd/format/to_json.h src/analysisd/fts.c src/analysisd/fts.h src/analysisd/labels.c src/analysisd/labels.h src/analysisd/limits.c src/analysisd/limits.h src/analysisd/lists.c src/analysisd/lists.h src/analysisd/lists_list.c src/analysisd/lists_make.c src/analysisd/lists_make.h src/analysisd/logmsg.c src/analysisd/logmsg.h src/analysisd/logtest.c src/analysisd/logtest.h src/analysisd/mitre.c src/analysisd/mitre.h src/analysisd/output/jsonout.c src/analysisd/output/jsonout.h src/analysisd/output/prelude.c src/analysisd/output/prelude.h src/analysisd/output/zeromq.c src/analysisd/output/zeromq.h src/analysisd/rules.c src/analysisd/rules.h src/analysisd/rules_list.c src/analysisd/state.c src/analysisd/state.h src/analysisd/stats.c src/analysisd/stats.h src/analysisd/testrule.c src/client-agent/agcom.c src/client-agent/agentd.c src/client-agent/agentd.h src/client-agent/buffer.c src/client-agent/config.c src/client-agent/event-forward.c src/client-agent/main.c src/client-agent/notify.c src/client-agent/receiver.c src/client-agent/request.c src/client-agent/restart_agent.c src/client-agent/rotate_log.c src/client-agent/sendmsg.c src/client-agent/start_agent.c src/client-agent/state.c src/client-agent/state.h src/config/README.md src/config/active-response.c src/config/active-response.h src/config/agentlessd-config.c src/config/agentlessd-config.h src/config/alerts-config.c src/config/authd-config.c src/config/authd-config.h src/config/authd-key-request-config.c src/config/buffer-config.c src/config/client-config.c src/config/client-config.h src/config/cluster-config.c src/config/config.c src/config/config.h src/config/csyslogd-config.c src/config/csyslogd-config.h src/config/dbd-config.c src/config/dbd-config.h src/config/email-alerts-config.c src/config/global-config.c src/config/global-config.h src/config/indexer-config.c src/config/indexer-config.h src/config/integrator-config.c src/config/integrator-config.h src/config/labels-config.c src/config/localfile-config.c src/config/localfile-config.h src/config/logtest-config.c src/config/logtest-config.h src/config/mail-config.h src/config/remote-config.c src/config/remote-config.h src/config/reports-config.c src/config/reports-config.h src/config/rootcheck-config.c src/config/rootcheck-config.h src/config/rules-config.c src/config/socket-config.c src/config/syscheck-config.c src/config/syscheck-config.h src/config/wazuh_db-config.c src/config/wazuh_db-config.h src/config/wmodules-agent-upgrade.c src/config/wmodules-aws.c src/config/wmodules-azure.c src/config/wmodules-ciscat.c src/config/wmodules-command.c src/config/wmodules-config.c src/config/wmodules-docker.c src/config/wmodules-fluent.c src/config/wmodules-gcp.c src/config/wmodules-github.c src/config/wmodules-key-request.c src/config/wmodules-ms-graph.c src/config/wmodules-office365.c src/config/wmodules-oscap.c src/config/wmodules-osquery-monitor.c src/config/wmodules-sca.c src/config/wmodules-syscollector.c src/config/wmodules-task-manager.c src/config/wmodules-vulnerability-detection.c src/generated_headers/.gitkeep src/headers/agent_op.h src/headers/ar.h src/headers/auth_client.h src/headers/bqueue_op.h src/headers/buffer_op.h src/headers/bzip2_op.h src/headers/cluster_utils.h src/headers/custom_output_search.h src/headers/enrollment_op.h src/headers/file-queue.h src/headers/help.h src/headers/integrity_op.h src/headers/json-queue.h src/headers/labels_op.h src/headers/log_builder.h src/headers/mq_op.h src/headers/notify_op.h src/headers/queue_linked_op.h src/headers/rc.h src/headers/read-agents.h src/headers/remoted_op.h src/headers/report_op.h src/headers/request_op.h src/headers/rootcheck_op.h src/headers/rules_op.h src/headers/sec.h src/headers/wait_op.h src/headers/wazuhdb_op.h src/init/adduser.sh src/init/darwin-addusers.sh src/init/darwin-delete-oldusers.sh src/init/darwin-init.sh src/init/delete-oldusers.sh src/init/dist-detect.sh src/init/functions.sh src/init/fw-check.sh src/init/init.sh src/init/inst-functions.sh src/init/language.sh src/init/pkg_installer.sh src/init/register_configure_agent.sh src/init/replace_manager_ip.sh src/init/shared.sh src/init/template-select.sh src/init/templates/ossec-hids-aix.init src/init/templates/ossec-hids-debian.init src/init/templates/ossec-hids-gentoo.init src/init/templates/ossec-hids-hpux.init src/init/templates/ossec-hids-rh.init src/init/templates/ossec-hids-solaris.init src/init/templates/ossec-hids-suse.init src/init/templates/ossec-hids.init src/init/templates/wazuh-agent.service src/init/templates/wazuh-manager.service src/init/update-indexer.sh src/init/update.sh src/init/wazuh-client.sh src/init/wazuh-local.sh src/init/wazuh-server.sh src/init/wazuh/deprecated_ruleset.txt src/init/wazuh/wazuh.sh src/monitord/compress_log.c src/monitord/generate_reports.c src/monitord/main.c src/monitord/manage_files.c src/monitord/moncom.c src/monitord/monitor_actions.c src/monitord/monitord.c src/monitord/monitord.h src/monitord/rotate_log.c src/monitord/sign_log.c src/os_auth/auth.c src/os_auth/auth.h src/os_auth/authcom.c src/os_auth/check_cert.c src/os_auth/check_cert.h src/os_auth/config.c src/os_auth/generate_cert.c src/os_auth/generate_cert.h src/os_auth/key_request.c src/os_auth/key_request.h src/os_auth/local-server.c src/os_auth/main-client.c src/os_auth/main-server.c src/os_auth/ssl.c src/os_crypto/aes/aes_op.c src/os_crypto/aes/aes_op.h src/os_crypto/blowfish/bf_op.c src/os_crypto/blowfish/bf_op.h src/os_crypto/hmac/hmac.c src/os_crypto/hmac/hmac.h src/os_crypto/sha512/sha512_op.c src/os_crypto/sha512/sha512_op.h src/os_crypto/shared/keys.c src/os_crypto/shared/msgs.c src/os_csyslogd/alert.c src/os_csyslogd/config.c src/os_csyslogd/csyscom.c src/os_csyslogd/csyslogd.c src/os_csyslogd/csyslogd.h src/os_csyslogd/main.c src/os_dbd/alert.c src/os_dbd/config.c src/os_dbd/db_op.c src/os_dbd/db_op.h src/os_dbd/dbd.c src/os_dbd/dbd.h src/os_dbd/main.c src/os_dbd/mysql.schema src/os_dbd/postgresql.schema src/os_dbd/rules.c src/os_dbd/server.c src/os_integrator/config.c src/os_integrator/integrator.c src/os_integrator/integrator.h src/os_integrator/intgcom.c src/os_integrator/main.c src/os_maild/config.c src/os_maild/mail_list.c src/os_maild/mail_list.h src/os_maild/mailcom.c src/os_maild/maild.c src/os_maild/maild.h src/os_maild/os_maild_client.c src/os_maild/sendcustomemail.c src/os_maild/sendmail.c src/os_net/os_net.c src/os_net/os_net.h src/os_regex/os_match.c src/os_regex/os_match_compile.c src/os_regex/os_match_execute.c src/os_regex/os_match_free_pattern.c src/os_regex/os_regex.c src/os_regex/os_regex.h src/os_regex/os_regex_compile.c src/os_regex/os_regex_execute.c src/os_regex/os_regex_free_pattern.c src/os_regex/os_regex_internal.h src/os_regex/os_regex_maps.c src/os_regex/os_regex_match.c src/os_regex/os_regex_startswith.c src/os_regex/os_regex_str.c src/os_regex/os_regex_strbreak.c src/os_xml/os_xml.c src/os_xml/os_xml.h src/os_xml/os_xml_access.c src/os_xml/os_xml_internal.h src/os_xml/os_xml_node_access.c src/os_xml/os_xml_variables.c src/os_xml/os_xml_writer.c src/os_zlib/os_zlib.c src/os_zlib/os_zlib.h src/remoted/ar-forward.c src/remoted/cfga-forward.c src/remoted/config.c src/remoted/main.c src/remoted/manager.c src/remoted/netbuffer.c src/remoted/netcounter.c src/remoted/queue.c src/remoted/remcom.c src/remoted/remoted.c src/remoted/remoted.h src/remoted/request.c src/remoted/secure.c src/remoted/sendmsg.c src/remoted/shared_download.c src/remoted/shared_download.h src/remoted/state.c src/remoted/state.h src/remoted/syslog.c src/remoted/syslogtcp.c src/reportd/report.c src/shared/agent_op.c src/shared/auth_client.c src/shared/bqueue_op.c src/shared/buffer_op.c src/shared/bzip2_op.c src/shared/cluster_utils.c src/shared/custom_output_search_replace.c src/shared/enrollment_op.c src/shared/file-queue.c src/shared/help.c src/shared/integrity_op.c src/shared/json-queue.c src/shared/labels_op.c src/shared/log_builder.c src/shared/mq_op.c src/shared/notify_op.c src/shared/queue_linked_op.c src/shared/read-agents.c src/shared/remoted_op.c src/shared/report_op.c src/shared/request_op.c src/shared/rootcheck_op.c src/shared/rules_op.c src/shared/wait_op.c src/shared/wazuhdb_op.c src/shared_modules/content_manager/CMakeLists.txt src/shared_modules/content_manager/README.md src/shared_modules/content_manager/doc/components/API_DOWNLOADER.md src/shared_modules/content_manager/doc/components/CLEANUP_CONTENT.md src/shared_modules/content_manager/doc/components/CTI_OFFSET_DOWNLOADER.md src/shared_modules/content_manager/doc/components/CTI_SNAPSHOT_DOWNLOADER.md src/shared_modules/content_manager/doc/components/EXECUTION_CONTEXT.md src/shared_modules/content_manager/doc/components/FILE_DOWNLOADER.md src/shared_modules/content_manager/doc/components/GZIP_DECOMPRESSOR.md src/shared_modules/content_manager/doc/components/OFFLINE_DOWNLOADER.md src/shared_modules/content_manager/doc/components/PUB_SUB_PUBLISHER.md src/shared_modules/content_manager/doc/components/XZ_DECOMPRESSOR.md src/shared_modules/content_manager/doc/components/ZIP_DECOMPRESSOR.md src/shared_modules/content_manager/include/contentManager.hpp src/shared_modules/content_manager/include/contentRegister.hpp src/shared_modules/content_manager/include/content_manager.h src/shared_modules/content_manager/src/action.hpp src/shared_modules/content_manager/src/actionOrchestrator.hpp src/shared_modules/content_manager/src/components/APIDownloader.hpp src/shared_modules/content_manager/src/components/CtiDownloader.hpp src/shared_modules/content_manager/src/components/CtiOffsetDownloader.hpp src/shared_modules/content_manager/src/components/CtiSnapshotDownloader.hpp src/shared_modules/content_manager/src/components/XZDecompressor.hpp src/shared_modules/content_manager/src/components/cleanUpContent.hpp src/shared_modules/content_manager/src/components/componentsHelper.hpp src/shared_modules/content_manager/src/components/conditionSync.hpp src/shared_modules/content_manager/src/components/executionContext.hpp src/shared_modules/content_manager/src/components/factoryCleaner.hpp src/shared_modules/content_manager/src/components/factoryContentUpdater.hpp src/shared_modules/content_manager/src/components/factoryDecompressor.hpp src/shared_modules/content_manager/src/components/factoryDownloader.hpp src/shared_modules/content_manager/src/components/factoryOffsetUpdater.hpp src/shared_modules/content_manager/src/components/factoryVersionUpdater.hpp src/shared_modules/content_manager/src/components/fileDownloader.hpp src/shared_modules/content_manager/src/components/gzipDecompressor.hpp src/shared_modules/content_manager/src/components/offlineDownloader.hpp src/shared_modules/content_manager/src/components/pubSubPublisher.hpp src/shared_modules/content_manager/src/components/skipStep.hpp src/shared_modules/content_manager/src/components/updateCtiApiOffset.hpp src/shared_modules/content_manager/src/components/updaterContext.hpp src/shared_modules/content_manager/src/components/zipDecompressor.hpp src/shared_modules/content_manager/src/contentModule.cpp src/shared_modules/content_manager/src/contentModuleFacade.cpp src/shared_modules/content_manager/src/contentModuleFacade.hpp src/shared_modules/content_manager/src/contentProvider.hpp src/shared_modules/content_manager/src/dataDecoder.hpp src/shared_modules/content_manager/src/factoryDecoder.hpp src/shared_modules/content_manager/src/onDemandManager.cpp src/shared_modules/content_manager/src/onDemandManager.hpp src/shared_modules/content_manager/src/registryProviderDecoder.hpp src/shared_modules/content_manager/src/sharedDefs.hpp src/shared_modules/content_manager/tests/CMakeLists.txt src/shared_modules/content_manager/tests/component/CMakeLists.txt src/shared_modules/content_manager/tests/component/actionOrchestrator_test.cpp src/shared_modules/content_manager/tests/component/actionOrchestrator_test.hpp src/shared_modules/content_manager/tests/component/action_test.cpp src/shared_modules/content_manager/tests/component/action_test.hpp src/shared_modules/content_manager/tests/component/contentManager_test.cpp src/shared_modules/content_manager/tests/component/contentManager_test.hpp src/shared_modules/content_manager/tests/component/contentModuleFacade_test.cpp src/shared_modules/content_manager/tests/component/contentModuleFacade_test.hpp src/shared_modules/content_manager/tests/component/contentProvider_test.cpp src/shared_modules/content_manager/tests/component/contentProvider_test.hpp src/shared_modules/content_manager/tests/component/contentRegister_test.cpp src/shared_modules/content_manager/tests/component/contentRegister_test.hpp src/shared_modules/content_manager/tests/component/fakes/fakeServer.hpp src/shared_modules/content_manager/tests/component/input_files/3_3.zip src/shared_modules/content_manager/tests/component/input_files/sample.txt src/shared_modules/content_manager/tests/component/input_files/sample.xz src/shared_modules/content_manager/tests/component/mocks/mockRouterProvider.hpp src/shared_modules/content_manager/tests/component/pubSubPublisher_test.cpp src/shared_modules/content_manager/tests/component/pubSubPublisher_test.hpp src/shared_modules/content_manager/tests/unit/APIDownloader_test.cpp src/shared_modules/content_manager/tests/unit/APIDownloader_test.hpp src/shared_modules/content_manager/tests/unit/CMakeLists.txt src/shared_modules/content_manager/tests/unit/CtiDownloader_test.cpp src/shared_modules/content_manager/tests/unit/CtiDownloader_test.hpp src/shared_modules/content_manager/tests/unit/CtiOffsetDownloader_test.cpp src/shared_modules/content_manager/tests/unit/CtiOffsetDownloader_test.hpp src/shared_modules/content_manager/tests/unit/CtiSnapshotDownloader_test.cpp src/shared_modules/content_manager/tests/unit/CtiSnapshotDownloader_test.hpp src/shared_modules/content_manager/tests/unit/XZDecompressor_test.cpp src/shared_modules/content_manager/tests/unit/XZDecompressor_test.hpp src/shared_modules/content_manager/tests/unit/cleanUpContent_test.cpp src/shared_modules/content_manager/tests/unit/cleanUpContent_test.hpp src/shared_modules/content_manager/tests/unit/componentsHelper_test.cpp src/shared_modules/content_manager/tests/unit/componentsHelper_test.hpp src/shared_modules/content_manager/tests/unit/conditionSync_test.cpp src/shared_modules/content_manager/tests/unit/conditionSync_test.hpp src/shared_modules/content_manager/tests/unit/executionContext_test.cpp src/shared_modules/content_manager/tests/unit/executionContext_test.hpp src/shared_modules/content_manager/tests/unit/factoryCleaner_test.cpp src/shared_modules/content_manager/tests/unit/factoryCleaner_test.hpp src/shared_modules/content_manager/tests/unit/factoryDecompressor_test.cpp src/shared_modules/content_manager/tests/unit/factoryDecompressor_test.hpp src/shared_modules/content_manager/tests/unit/factoryDownloader_test.cpp src/shared_modules/content_manager/tests/unit/factoryDownloader_test.hpp src/shared_modules/content_manager/tests/unit/factoryOffsetUpdater_test.cpp src/shared_modules/content_manager/tests/unit/factoryOffsetUpdater_test.hpp src/shared_modules/content_manager/tests/unit/factoryVersionUpdater_test.cpp src/shared_modules/content_manager/tests/unit/factoryVersionUpdater_test.hpp src/shared_modules/content_manager/tests/unit/fakes/fakeServer.hpp src/shared_modules/content_manager/tests/unit/fileDownloader_test.cpp src/shared_modules/content_manager/tests/unit/fileDownloader_test.hpp src/shared_modules/content_manager/tests/unit/gzipDecompressor_test.cpp src/shared_modules/content_manager/tests/unit/gzipDecompressor_test.hpp src/shared_modules/content_manager/tests/unit/input_files/gzipDecompressor/contents/.gitignore src/shared_modules/content_manager/tests/unit/input_files/gzipDecompressor/downloads/sample_a.json.gz src/shared_modules/content_manager/tests/unit/input_files/gzipDecompressor/downloads/sample_b.json.gz src/shared_modules/content_manager/tests/unit/input_files/sample.xz src/shared_modules/content_manager/tests/unit/input_files/xzDecompressor/downloads/sample_a.json.xz src/shared_modules/content_manager/tests/unit/input_files/xzDecompressor/downloads/sample_b.json.xz src/shared_modules/content_manager/tests/unit/input_files/zipDecompressor/content_a.zip src/shared_modules/content_manager/tests/unit/input_files/zipDecompressor/content_b.zip src/shared_modules/content_manager/tests/unit/input_files/zipDecompressor/empty.zip src/shared_modules/content_manager/tests/unit/main.cpp src/shared_modules/content_manager/tests/unit/mocks/MockRouterProvider.hpp src/shared_modules/content_manager/tests/unit/offlineDownloader_test.cpp src/shared_modules/content_manager/tests/unit/offlineDownloader_test.hpp src/shared_modules/content_manager/tests/unit/pubSubPublisher_test.cpp src/shared_modules/content_manager/tests/unit/pubSubPublisher_test.hpp src/shared_modules/content_manager/tests/unit/skipStep_test.cpp src/shared_modules/content_manager/tests/unit/skipStep_test.hpp src/shared_modules/content_manager/tests/unit/updateCtiApiOffset_test.cpp src/shared_modules/content_manager/tests/unit/updateCtiApiOffset_test.hpp src/shared_modules/content_manager/tests/unit/zipDecompressor_test.cpp src/shared_modules/content_manager/tests/unit/zipDecompressor_test.hpp src/shared_modules/content_manager/testtool/CMakeLists.txt src/shared_modules/content_manager/testtool/main.cpp src/shared_modules/indexer_connector/CMakeLists.txt src/shared_modules/indexer_connector/include/indexerConnector.hpp src/shared_modules/indexer_connector/qa/requirements.txt src/shared_modules/indexer_connector/qa/test_data/test_add_bulk_indexer_connector/config.json src/shared_modules/indexer_connector/qa/test_data/test_add_bulk_indexer_connector/event_delete.json src/shared_modules/indexer_connector/qa/test_data/test_add_bulk_indexer_connector/event_insert.json src/shared_modules/indexer_connector/qa/test_data/test_add_bulk_indexer_connector/template.json src/shared_modules/indexer_connector/qa/test_data/test_initialize_indexer_connector/config.json src/shared_modules/indexer_connector/qa/test_data/test_initialize_indexer_connector/template.json src/shared_modules/indexer_connector/qa/test_efficacy_log.py src/shared_modules/indexer_connector/src/indexerConnector.cpp src/shared_modules/indexer_connector/src/monitoring.hpp src/shared_modules/indexer_connector/src/serverSelector.hpp src/shared_modules/indexer_connector/tests/CMakeLists.txt src/shared_modules/indexer_connector/tests/component/CMakeLists.txt src/shared_modules/indexer_connector/tests/component/fakeIndexer.hpp src/shared_modules/indexer_connector/tests/component/indexerConnector_test.cpp src/shared_modules/indexer_connector/tests/component/indexerConnector_test.hpp src/shared_modules/indexer_connector/tests/component/main.cpp src/shared_modules/indexer_connector/tests/unit/CMakeLists.txt src/shared_modules/indexer_connector/tests/unit/fakeOpenSearchServer.hpp src/shared_modules/indexer_connector/tests/unit/main.cpp src/shared_modules/indexer_connector/tests/unit/monitoring_test.cpp src/shared_modules/indexer_connector/tests/unit/monitoring_test.hpp src/shared_modules/indexer_connector/tests/unit/serverSelector_test.cpp src/shared_modules/indexer_connector/tests/unit/serverSelector_test.hpp src/shared_modules/indexer_connector/testtool/CMakeLists.txt src/shared_modules/indexer_connector/testtool/cmdArgParser.hpp src/shared_modules/indexer_connector/testtool/docker-compose.yml src/shared_modules/indexer_connector/testtool/input/config.json src/shared_modules/indexer_connector/testtool/input/example.json src/shared_modules/indexer_connector/testtool/main.cpp src/shared_modules/keystore/CMakeLists.txt src/shared_modules/keystore/include/keyStore.hpp src/shared_modules/keystore/src/argsParser.hpp src/shared_modules/keystore/src/main.cpp src/shared_modules/keystore/tests/component/componentTestFile_test.cpp src/shared_modules/keystore/tests/component/componentTestFile_test.hpp src/shared_modules/keystore/tests/unit/unitTestFile_test.cpp src/shared_modules/keystore/tests/unit/unitTestFile_test.hpp src/shared_modules/router/CMakeLists.txt src/shared_modules/router/include/commonDefs.h src/shared_modules/router/include/iRouterProvider.hpp src/shared_modules/router/include/router.h src/shared_modules/router/include/routerModule.hpp src/shared_modules/router/include/routerProvider.hpp src/shared_modules/router/include/routerSubscriber.hpp src/shared_modules/router/readme.md src/shared_modules/router/src/publisher.hpp src/shared_modules/router/src/remoteProvider.hpp src/shared_modules/router/src/remoteSubscriber.hpp src/shared_modules/router/src/remoteSubscriptionManager.hpp src/shared_modules/router/src/router.cpp src/shared_modules/router/src/routerFacade.cpp src/shared_modules/router/src/routerFacade.hpp src/shared_modules/router/src/subscriber.hpp src/shared_modules/router/tests/CMakeLists.txt src/shared_modules/router/tests/benchmark/CMakeLists.txt src/shared_modules/router/tests/benchmark/localBenchmark.cpp src/shared_modules/router/tests/component/CMakeLists.txt src/shared_modules/router/tests/component/interface_c_module_test.cpp src/shared_modules/router/tests/component/interface_c_module_test.hpp src/shared_modules/router/tests/component/interface_c_test.cpp src/shared_modules/router/tests/component/interface_c_test.hpp src/shared_modules/router/tests/component/interface_module_test.cpp src/shared_modules/router/tests/component/interface_module_test.hpp src/shared_modules/router/tests/component/interface_test.cpp src/shared_modules/router/tests/component/interface_test.hpp src/shared_modules/router/tests/component/main.cpp src/shared_modules/router/tests/component/remoteSubscriptionManager_test.cpp src/shared_modules/router/tests/component/remoteSubscriptionManager_test.hpp src/shared_modules/router/tests/unit/CMakeLists.txt src/shared_modules/router/tests/unit/main.cpp src/shared_modules/router/tests/unit/publisher_test.cpp src/shared_modules/router/tests/unit/publisher_test.hpp src/shared_modules/router/tests/unit/subscriber_test.cpp src/shared_modules/router/tests/unit/subscriber_test.hpp src/shared_modules/router/testtool/CMakeLists.txt src/shared_modules/router/testtool/cmdArgsParser.hpp src/shared_modules/router/testtool/main.cpp src/shared_modules/rsync/CMakeLists.txt src/shared_modules/rsync/include/rsync.h src/shared_modules/rsync/include/rsync.hpp src/shared_modules/rsync/integrationTests/CMakeLists.txt src/shared_modules/rsync/rsync_doxygen.conf src/shared_modules/rsync/smokeTests/Readme.md src/shared_modules/rsync/src/dbsyncWrapper.h src/shared_modules/rsync/src/imessageCreator.h src/shared_modules/rsync/src/imessageDecoder.h src/shared_modules/rsync/src/messageChecksum.h src/shared_modules/rsync/src/messageCreatorFactory.h src/shared_modules/rsync/src/messageDecoderFactory.h src/shared_modules/rsync/src/messageDecoderJSON.h src/shared_modules/rsync/src/messageRowData.h src/shared_modules/rsync/src/registrationController.hpp src/shared_modules/rsync/src/rsync.cpp src/shared_modules/rsync/src/rsyncImplementation.cpp src/shared_modules/rsync/src/rsyncImplementation.h src/shared_modules/rsync/src/rsync_exception.h src/shared_modules/rsync/src/syncDecoder.h src/shared_modules/rsync/src/synchronizationController.hpp src/shared_modules/rsync/tests/CMakeLists.txt src/shared_modules/rsync/tests/implementation/CMakeLists.txt src/shared_modules/rsync/tests/implementation/main.cpp src/shared_modules/rsync/tests/implementation/rsyncImplementationTest.cpp src/shared_modules/rsync/tests/implementation/rsyncImplementationTest.h src/shared_modules/rsync/tests/interface/CMakeLists.txt src/shared_modules/rsync/tests/interface/main.cpp src/shared_modules/rsync/tests/interface/rsync_test.cpp src/shared_modules/rsync/tests/interface/rsync_test.h src/shared_modules/rsync/tests/mocks/dbsyncmock.h src/shared_modules/rsync/testtool/CMakeLists.txt src/shared_modules/rsync/testtool/Readme.md src/shared_modules/rsync/testtool/agentEmulator.cpp src/shared_modules/rsync/testtool/agentEmulator.h src/shared_modules/rsync/testtool/cmdArgsHelper.h src/shared_modules/rsync/testtool/input/config.json src/shared_modules/rsync/testtool/input/input.json src/shared_modules/rsync/testtool/main.cpp src/shared_modules/rsync/testtool/managerEmulator.cpp src/shared_modules/rsync/testtool/managerEmulator.h src/shared_modules/rsync/testtool/oneTimeSync.cpp src/shared_modules/rsync/testtool/oneTimeSync.h src/shared_modules/utils/archiveHelper.hpp src/shared_modules/utils/benchmark/CMakeLists.txt src/shared_modules/utils/benchmark/main.cpp src/shared_modules/utils/benchmark/rocksdbqueue_test.cpp src/shared_modules/utils/cacheLRU.hpp src/shared_modules/utils/chainOfResponsability.hpp src/shared_modules/utils/epollWrapper.hpp src/shared_modules/utils/filterMsgDispatcher.hpp src/shared_modules/utils/flatbuffers/CMakeLists.txt src/shared_modules/utils/flatbuffers/schemas/syscollectorDeltas/syscollector_deltas.fbs src/shared_modules/utils/flatbuffers/schemas/syscollectorRsync/syscollector_synchronization.fbs src/shared_modules/utils/flatbuffers/src/argsParser.hpp src/shared_modules/utils/flatbuffers/src/main.cpp src/shared_modules/utils/homedirHelper.hpp src/shared_modules/utils/jsonArrayParser.hpp src/shared_modules/utils/loggerHelper.h src/shared_modules/utils/mocks/chainOfResponsabilityMock.h src/shared_modules/utils/mocks/sqliteWrapperTempMock.h src/shared_modules/utils/msgDispatcher.h src/shared_modules/utils/numericHelper.h src/shared_modules/utils/observer.hpp src/shared_modules/utils/opensslPrimitives.hpp src/shared_modules/utils/osPrimitives.hpp src/shared_modules/utils/packet.hpp src/shared_modules/utils/provider.hpp src/shared_modules/utils/rocksDBColumnFamily.hpp src/shared_modules/utils/rocksDBIterator.hpp src/shared_modules/utils/rocksDBOptions.hpp src/shared_modules/utils/rocksDBQueue.hpp src/shared_modules/utils/rocksDBQueueCF.hpp src/shared_modules/utils/rocksDBWrapper.hpp src/shared_modules/utils/roundRobinSelector.hpp src/shared_modules/utils/rsaHelper.hpp src/shared_modules/utils/socketClient.hpp src/shared_modules/utils/socketDBWrapper.hpp src/shared_modules/utils/socketDBWrapperException.hpp src/shared_modules/utils/socketServer.hpp src/shared_modules/utils/socketWrapper.hpp src/shared_modules/utils/subscriber.hpp src/shared_modules/utils/tests/archiveHelper_test.cpp src/shared_modules/utils/tests/archiveHelper_test.hpp src/shared_modules/utils/tests/cacheLRU_test.cpp src/shared_modules/utils/tests/cacheLRU_test.h src/shared_modules/utils/tests/filterMsgDispatcher_test.cpp src/shared_modules/utils/tests/filterMsgDispatcher_test.h src/shared_modules/utils/tests/input_files/archiveHelper/content_dir.tar src/shared_modules/utils/tests/input_files/archiveHelper/content_example1.json src/shared_modules/utils/tests/input_files/archiveHelper/content_example2.json src/shared_modules/utils/tests/input_files/archiveHelper/content_examples.tar src/shared_modules/utils/tests/input_files/xzHelper/sample.json src/shared_modules/utils/tests/input_files/xzHelper/sample.json.mt.xz src/shared_modules/utils/tests/input_files/xzHelper/sample.json.st.xz src/shared_modules/utils/tests/input_files/zlibHelper/empty.zip src/shared_modules/utils/tests/input_files/zlibHelper/multiple_files.zip src/shared_modules/utils/tests/input_files/zlibHelper/nested.zip src/shared_modules/utils/tests/input_files/zlibHelper/not_compressed.json src/shared_modules/utils/tests/input_files/zlibHelper/sample.json.gz src/shared_modules/utils/tests/input_files/zlibHelper/sample.zip src/shared_modules/utils/tests/input_files/zlibHelper/xml_files.zip src/shared_modules/utils/tests/jsonArrayParser_test.cpp src/shared_modules/utils/tests/jsonArrayParser_test.hpp src/shared_modules/utils/tests/loggerHelper_test.cpp src/shared_modules/utils/tests/loggerHelper_test.h src/shared_modules/utils/tests/msgDispatcher_test.cpp src/shared_modules/utils/tests/msgDispatcher_test.h src/shared_modules/utils/tests/numericHelper_test.cpp src/shared_modules/utils/tests/numericHelper_test.h src/shared_modules/utils/tests/rocksDBSafeQueuePrefix_test.cpp src/shared_modules/utils/tests/rocksDBSafeQueuePrefix_test.hpp src/shared_modules/utils/tests/rocksDBSafeQueue_test.cpp src/shared_modules/utils/tests/rocksDBSafeQueue_test.hpp src/shared_modules/utils/tests/rocksDBWrapper_test.cpp src/shared_modules/utils/tests/rocksDBWrapper_test.hpp src/shared_modules/utils/tests/rsaHelper_test.cpp src/shared_modules/utils/tests/rsaHelper_test.hpp src/shared_modules/utils/tests/socketDBWrapper_test.cpp src/shared_modules/utils/tests/socketDBWrapper_test.hpp src/shared_modules/utils/tests/socketWrapper_test.cpp src/shared_modules/utils/tests/socketWrapper_test.hpp src/shared_modules/utils/tests/socket_test.cpp src/shared_modules/utils/tests/socket_test.hpp src/shared_modules/utils/tests/threadEventDispatcher_test.cpp src/shared_modules/utils/tests/threadEventDispatcher_test.hpp src/shared_modules/utils/tests/threadSafeMultiQueue_test.cpp src/shared_modules/utils/tests/threadSafeMultiQueue_test.hpp src/shared_modules/utils/tests/wazuhDBQueryBuilder_test.cpp src/shared_modules/utils/tests/wazuhDBQueryBuilder_test.hpp src/shared_modules/utils/tests/xzHelper_test.cpp src/shared_modules/utils/tests/xzHelper_test.hpp src/shared_modules/utils/tests/zlibHelper_test.cpp src/shared_modules/utils/tests/zlibHelper_test.hpp src/shared_modules/utils/threadEventDispatcher.hpp src/shared_modules/utils/threadSafeMultiQueue.hpp src/shared_modules/utils/wazuhDBQueryBuilder.hpp src/shared_modules/utils/xz/fileDataCollector.hpp src/shared_modules/utils/xz/fileDataProvider.hpp src/shared_modules/utils/xz/iDataCollector.hpp src/shared_modules/utils/xz/iDataProvider.hpp src/shared_modules/utils/xz/stringDataProvider.hpp src/shared_modules/utils/xz/vectorDataCollector.hpp src/shared_modules/utils/xz/vectorDataProvider.hpp src/shared_modules/utils/xz/wrapper.hpp src/shared_modules/utils/xzHelper.hpp src/shared_modules/utils/zlibHelper.hpp src/unit_tests/addagent/CMakeLists.txt src/unit_tests/addagent/test_manage_keys.c src/unit_tests/analysisd/CMakeLists.txt src/unit_tests/analysisd/test_analysis-state.c src/unit_tests/analysisd/test_analysisd_syscheck.c src/unit_tests/analysisd/test_asyscom.c src/unit_tests/analysisd/test_cleanevent.c src/unit_tests/analysisd/test_dbsync.c src/unit_tests/analysisd/test_decode-xml.c src/unit_tests/analysisd/test_decoder_list.c src/unit_tests/analysisd/test_decoder_rootcheck.c src/unit_tests/analysisd/test_decoder_syscollector.c src/unit_tests/analysisd/test_decoder_winevtchannel.c src/unit_tests/analysisd/test_decoder_winevtchannel_input.c src/unit_tests/analysisd/test_eventinfo_list.c src/unit_tests/analysisd/test_exec.c src/unit_tests/analysisd/test_labels.c src/unit_tests/analysisd/test_limits.c src/unit_tests/analysisd/test_lists_list.c src/unit_tests/analysisd/test_log.c src/unit_tests/analysisd/test_logmsg.c src/unit_tests/analysisd/test_logtest-config.c src/unit_tests/analysisd/test_logtest.c src/unit_tests/analysisd/test_mitre.c src/unit_tests/analysisd/test_rule_list.c src/unit_tests/analysisd/test_rules.c src/unit_tests/analysisd/test_same_different_loop.c src/unit_tests/client-agent/CMakeLists.txt src/unit_tests/client-agent/test_agentd_state.c src/unit_tests/client-agent/test_buffer.c src/unit_tests/client-agent/test_notify.c src/unit_tests/client-agent/test_start_agent.c src/unit_tests/config/CMakeLists.txt src/unit_tests/config/test_client-config_validate_ipv6_link_local_interface.c src/unit_tests/config/test_indexer.c src/unit_tests/config_files/test_empty_config.conf src/unit_tests/config_files/test_global.conf src/unit_tests/config_files/test_global_no_cti_url.conf src/unit_tests/config_files/test_internal_options.conf src/unit_tests/config_files/test_local_internal_options.conf src/unit_tests/config_files/test_syscheck.conf src/unit_tests/config_files/test_syscheck2.conf src/unit_tests/config_files/test_syscheck3.conf src/unit_tests/config_files/test_syscheck_config_win.conf src/unit_tests/config_files/test_syscheck_max_dir.conf src/unit_tests/config_files/test_syscheck_top_level.conf src/unit_tests/config_files/test_syscheck_top_level_win.conf src/unit_tests/config_files/test_syscheck_win.conf src/unit_tests/config_files/test_syscheck_win2.conf src/unit_tests/config_files/test_syscheck_win3.conf src/unit_tests/config_files/test_syscheck_win_max_dir.conf src/unit_tests/config_files/test_vulnerability_detection.conf src/unit_tests/config_files/test_vulnerability_detection_duplicate_configuration.conf src/unit_tests/config_files/test_vulnerability_detection_multiple_configuration.conf src/unit_tests/fluentd_forwarder/CMakeLists.txt src/unit_tests/fluentd_forwarder/test_fluentd_forwarder.c src/unit_tests/monitord/CMakeLists.txt src/unit_tests/monitord/test_monitor_actions.c src/unit_tests/monitord/test_monitord.c src/unit_tests/os_auth/CMakeLists.txt src/unit_tests/os_auth/test_auth.c src/unit_tests/os_auth/test_auth_add.c src/unit_tests/os_auth/test_auth_key_request.c src/unit_tests/os_auth/test_auth_parse.c src/unit_tests/os_auth/test_auth_validate.c src/unit_tests/os_auth/test_authd-config.c src/unit_tests/os_auth/test_generate_cert.c src/unit_tests/os_auth/test_ssl.c src/unit_tests/os_crypto/aes/CMakeLists.txt src/unit_tests/os_crypto/aes/test_aes_op.c src/unit_tests/os_crypto/blowfish/CMakeLists.txt src/unit_tests/os_crypto/blowfish/test_blowfish_op.c src/unit_tests/os_crypto/hmac/CMakeLists.txt src/unit_tests/os_crypto/hmac/test_hmac_op.c src/unit_tests/os_crypto/sha512/CMakeLists.txt src/unit_tests/os_crypto/sha512/test_sha512_op.c src/unit_tests/os_crypto/shared/CMakeLists.txt src/unit_tests/os_crypto/shared/test_keys.c src/unit_tests/os_crypto/shared/test_msgs.c src/unit_tests/os_csyslogd/CMakeLists.txt src/unit_tests/os_csyslogd/test_csyslogd.c src/unit_tests/os_integrator/CMakeLists.txt src/unit_tests/os_integrator/test_integrator.c src/unit_tests/os_maild/CMakeLists.txt src/unit_tests/os_maild/test_printtable.c src/unit_tests/os_net/CMakeLists.txt src/unit_tests/os_net/test_os_net.c src/unit_tests/os_regex/CMakeLists.txt src/unit_tests/os_regex/test_os_regex.c src/unit_tests/os_regex/test_os_regex_execute.c src/unit_tests/os_regex/test_os_regex_execute.json src/unit_tests/os_regex/test_os_regex_execute.md src/unit_tests/os_regex/test_os_regex_match.c src/unit_tests/os_xml/CMakeLists.txt src/unit_tests/os_xml/test_os_xml.c src/unit_tests/os_zlib/CMakeLists.txt src/unit_tests/os_zlib/test_os_zlib.c src/unit_tests/remoted/CMakeLists.txt src/unit_tests/remoted/test_manager.c src/unit_tests/remoted/test_netbuffer.c src/unit_tests/remoted/test_remcom.c src/unit_tests/remoted/test_remote-config.c src/unit_tests/remoted/test_remote-state.c src/unit_tests/remoted/test_secure.c src/unit_tests/remoted/test_sendmsg.c src/unit_tests/remoted/test_syslogtcp.c src/unit_tests/server.cmake src/unit_tests/shared/test_agent_op.c src/unit_tests/shared/test_bqueue.c src/unit_tests/shared/test_buffer_op.c src/unit_tests/shared/test_bzip2_op.c src/unit_tests/shared/test_custom_output_search_replace.c src/unit_tests/shared/test_enrollment_op.c src/unit_tests/shared/test_integrity_op.c src/unit_tests/shared/test_json-queue.c src/unit_tests/shared/test_log_builder.c src/unit_tests/shared/test_mq_op.c src/unit_tests/shared/test_queue_linked_op.c src/unit_tests/shared/test_remoted_op.c src/unit_tests/shared/test_rootcheck_op.c src/unit_tests/shared/test_wazuhdb_op.c src/unit_tests/wazuh_db/CMakeLists.txt src/unit_tests/wazuh_db/test_create_agent_db.c src/unit_tests/wazuh_db/test_wazuh_db-config.c src/unit_tests/wazuh_db/test_wazuh_db_state.c src/unit_tests/wazuh_db/test_wdb.c src/unit_tests/wazuh_db/test_wdb_agents.c src/unit_tests/wazuh_db/test_wdb_agents_helpers.c src/unit_tests/wazuh_db/test_wdb_com.c src/unit_tests/wazuh_db/test_wdb_delta_event.c src/unit_tests/wazuh_db/test_wdb_fim.c src/unit_tests/wazuh_db/test_wdb_global.c src/unit_tests/wazuh_db/test_wdb_global_helpers.c src/unit_tests/wazuh_db/test_wdb_global_parser.c src/unit_tests/wazuh_db/test_wdb_integrity.c src/unit_tests/wazuh_db/test_wdb_metadata.c src/unit_tests/wazuh_db/test_wdb_parser.c src/unit_tests/wazuh_db/test_wdb_pool.c src/unit_tests/wazuh_db/test_wdb_rootcheck.c src/unit_tests/wazuh_db/test_wdb_syscollector.c src/unit_tests/wazuh_db/test_wdb_task.c src/unit_tests/wazuh_db/test_wdb_task_parser.c src/unit_tests/wazuh_db/test_wdb_upgrade.c src/unit_tests/wazuh_modules/agent_upgrade/test_wm_agent_upgrade_commands.c src/unit_tests/wazuh_modules/agent_upgrade/test_wm_agent_upgrade_manager.c src/unit_tests/wazuh_modules/agent_upgrade/test_wm_agent_upgrade_parsing.c src/unit_tests/wazuh_modules/agent_upgrade/test_wm_agent_upgrade_tasks.c src/unit_tests/wazuh_modules/agent_upgrade/test_wm_agent_upgrade_tasks_callbacks.c src/unit_tests/wazuh_modules/agent_upgrade/test_wm_agent_upgrade_upgrades.c src/unit_tests/wazuh_modules/agent_upgrade/test_wm_agent_upgrade_validate.c src/unit_tests/wazuh_modules/ciscat/CMakeLists.txt src/unit_tests/wazuh_modules/ciscat/test_wm_ciscat.c src/unit_tests/wazuh_modules/control/CMakeLists.txt src/unit_tests/wazuh_modules/control/test_wm_control.c src/unit_tests/wazuh_modules/database/CMakeLists.txt src/unit_tests/wazuh_modules/database/test_wm_database.c src/unit_tests/wazuh_modules/oscap/CMakeLists.txt src/unit_tests/wazuh_modules/oscap/test_wm_oscap.c src/unit_tests/wazuh_modules/task_manager/CMakeLists.txt src/unit_tests/wazuh_modules/task_manager/test_wm_task_manager.c src/unit_tests/wazuh_modules/task_manager/test_wm_task_manager_commands.c src/unit_tests/wazuh_modules/task_manager/test_wm_task_manager_parsing.c src/unit_tests/wazuh_modules/vulnerability_detection/CMakeLists.txt src/unit_tests/wazuh_modules/vulnerability_detection/test_wm_vulnerability_detection.c src/unit_tests/win32/CMakeLists.txt src/unit_tests/win32/test_win_utils.c src/unit_tests/wrappers/wazuh/analysisd/config_wrappers.c src/unit_tests/wrappers/wazuh/analysisd/config_wrappers.h src/unit_tests/wrappers/wazuh/analysisd/limits_wrappers.c src/unit_tests/wrappers/wazuh/analysisd/limits_wrappers.h src/unit_tests/wrappers/wazuh/analysisd/state_wrappers.c src/unit_tests/wrappers/wazuh/analysisd/state_wrappers.h src/unit_tests/wrappers/wazuh/client-agent/buffer_wrappers.c src/unit_tests/wrappers/wazuh/client-agent/buffer_wrappers.h src/unit_tests/wrappers/wazuh/client-agent/notify_wrappers.c src/unit_tests/wrappers/wazuh/client-agent/notify_wrappers.h src/unit_tests/wrappers/wazuh/client-agent/start_agent.c src/unit_tests/wrappers/wazuh/client-agent/start_agent.h src/unit_tests/wrappers/wazuh/monitord/monitord_wrappers.c src/unit_tests/wrappers/wazuh/monitord/monitord_wrappers.h src/unit_tests/wrappers/wazuh/os_auth/os_auth_wrappers.c src/unit_tests/wrappers/wazuh/os_auth/os_auth_wrappers.h src/unit_tests/wrappers/wazuh/os_crypto/keys_wrappers.c src/unit_tests/wrappers/wazuh/os_crypto/keys_wrappers.h src/unit_tests/wrappers/wazuh/os_crypto/msgs_wrappers.c src/unit_tests/wrappers/wazuh/os_crypto/msgs_wrappers.h src/unit_tests/wrappers/wazuh/os_net/os_net_wrappers.c src/unit_tests/wrappers/wazuh/os_net/os_net_wrappers.h src/unit_tests/wrappers/wazuh/os_regex/os_regex_wrappers.c src/unit_tests/wrappers/wazuh/os_regex/os_regex_wrappers.h src/unit_tests/wrappers/wazuh/os_xml/os_xml_wrappers.c src/unit_tests/wrappers/wazuh/os_xml/os_xml_wrappers.h src/unit_tests/wrappers/wazuh/remoted/config_wrappers.c src/unit_tests/wrappers/wazuh/remoted/config_wrappers.h src/unit_tests/wrappers/wazuh/remoted/manager_wrappers.c src/unit_tests/wrappers/wazuh/remoted/manager_wrappers.h src/unit_tests/wrappers/wazuh/remoted/netbuffer_wrappers.c src/unit_tests/wrappers/wazuh/remoted/netbuffer_wrappers.h src/unit_tests/wrappers/wazuh/remoted/netcounter_wrappers.c src/unit_tests/wrappers/wazuh/remoted/netcounter_wrappers.h src/unit_tests/wrappers/wazuh/remoted/queue_wrappers.c src/unit_tests/wrappers/wazuh/remoted/queue_wrappers.h src/unit_tests/wrappers/wazuh/remoted/remoted_op_wrappers.c src/unit_tests/wrappers/wazuh/remoted/remoted_op_wrappers.h src/unit_tests/wrappers/wazuh/remoted/request_wrappers.c src/unit_tests/wrappers/wazuh/remoted/request_wrappers.h src/unit_tests/wrappers/wazuh/remoted/shared_download_wrappers.c src/unit_tests/wrappers/wazuh/remoted/shared_download_wrappers.h src/unit_tests/wrappers/wazuh/remoted/state_wrappers.c src/unit_tests/wrappers/wazuh/remoted/state_wrappers.h src/unit_tests/wrappers/wazuh/shared/agent_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/agent_op_wrappers.h src/unit_tests/wrappers/wazuh/shared/auth_client_wrappers.c src/unit_tests/wrappers/wazuh/shared/auth_client_wrappers.h src/unit_tests/wrappers/wazuh/shared/bqueue_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/bqueue_op_wrappers.h src/unit_tests/wrappers/wazuh/shared/cluster_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/cluster_op_wrappers.h src/unit_tests/wrappers/wazuh/shared/cluster_utils_wrappers.c src/unit_tests/wrappers/wazuh/shared/cluster_utils_wrappers.h src/unit_tests/wrappers/wazuh/shared/integrity_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/integrity_op_wrappers.h src/unit_tests/wrappers/wazuh/shared/json_queue_wrappers.c src/unit_tests/wrappers/wazuh/shared/json_queue_wrappers.h src/unit_tests/wrappers/wazuh/shared/labels_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/labels_op_wrappers.h src/unit_tests/wrappers/wazuh/shared/mq_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/mq_op_wrappers.h src/unit_tests/wrappers/wazuh/shared/notify_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/notify_op_wrappers.h src/unit_tests/wrappers/wazuh/shared/queue_linked_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/queue_linked_op_wrappers.h src/unit_tests/wrappers/wazuh/shared/read-agents_wrappers.c src/unit_tests/wrappers/wazuh/shared/read-agents_wrappers.h src/unit_tests/wrappers/wazuh/shared/rootcheck_op_wrappers.c src/unit_tests/wrappers/wazuh/shared/rootcheck_op_wrappers.h src/unit_tests/wrappers/wazuh/shared_modules/router_wrappers.c src/unit_tests/wrappers/wazuh/shared_modules/router_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_agents_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_agents_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_delta_event_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_delta_event_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_global_helpers_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_global_helpers_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_global_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_global_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_integrity_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_integrity_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_metadata_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_metadata_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_pool_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_pool_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_state_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_state_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_syscollector_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_syscollector_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_task_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_task_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_db/wdb_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_db/wdb_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_modules/wm_agent_upgrade_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_modules/wm_agent_upgrade_wrappers.h src/unit_tests/wrappers/wazuh/wazuh_modules/wm_task_manager_wrappers.c src/unit_tests/wrappers/wazuh/wazuh_modules/wm_task_manager_wrappers.h src/util/agent_control.c src/util/clear_stats.c src/util/list_agents.c src/util/parallel-regex.c src/util/verify-agent-conf.c src/util/wazuh-regex.c src/wazuh_db/helpers/wdb_agents_helpers.c src/wazuh_db/helpers/wdb_agents_helpers.h src/wazuh_db/helpers/wdb_global_helpers.c src/wazuh_db/helpers/wdb_global_helpers.h src/wazuh_db/main.c src/wazuh_db/schema_agents.sql src/wazuh_db/schema_global.sql src/wazuh_db/schema_global_upgrade_v1.sql src/wazuh_db/schema_global_upgrade_v2.sql src/wazuh_db/schema_global_upgrade_v3.sql src/wazuh_db/schema_global_upgrade_v4.sql src/wazuh_db/schema_global_upgrade_v5.sql src/wazuh_db/schema_global_upgrade_v6.sql src/wazuh_db/schema_task_manager.sql src/wazuh_db/schema_upgrade_v1.sql src/wazuh_db/schema_upgrade_v10.sql src/wazuh_db/schema_upgrade_v11.sql src/wazuh_db/schema_upgrade_v12.sql src/wazuh_db/schema_upgrade_v13.sql src/wazuh_db/schema_upgrade_v14.sql src/wazuh_db/schema_upgrade_v2.sql src/wazuh_db/schema_upgrade_v3.sql src/wazuh_db/schema_upgrade_v4.sql src/wazuh_db/schema_upgrade_v5.sql src/wazuh_db/schema_upgrade_v6.sql src/wazuh_db/schema_upgrade_v7.sql src/wazuh_db/schema_upgrade_v8.sql src/wazuh_db/schema_upgrade_v9.sql src/wazuh_db/wdb.c src/wazuh_db/wdb.h src/wazuh_db/wdb_agents.c src/wazuh_db/wdb_agents.h src/wazuh_db/wdb_ciscat.c src/wazuh_db/wdb_com.c src/wazuh_db/wdb_delta_event.c src/wazuh_db/wdb_fim.c src/wazuh_db/wdb_global.c src/wazuh_db/wdb_integrity.c src/wazuh_db/wdb_metadata.c src/wazuh_db/wdb_parser.c src/wazuh_db/wdb_pool.c src/wazuh_db/wdb_pool.h src/wazuh_db/wdb_rootcheck.c src/wazuh_db/wdb_sca.c src/wazuh_db/wdb_scan_info.c src/wazuh_db/wdb_shared.c src/wazuh_db/wdb_state.c src/wazuh_db/wdb_state.h src/wazuh_db/wdb_syscollector.c src/wazuh_db/wdb_task.c src/wazuh_db/wdb_upgrade.c src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_commands.c src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_manager.c src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_manager.h src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_parsing.c src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_parsing.h src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_tasks.c src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_tasks.h src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_tasks_callbacks.c src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_upgrades.c src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_upgrades.h src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_validate.c src/wazuh_modules/agent_upgrade/manager/wm_agent_upgrade_validate.h src/wazuh_modules/task_manager/wm_task_manager.c src/wazuh_modules/task_manager/wm_task_manager.h src/wazuh_modules/task_manager/wm_task_manager_commands.c src/wazuh_modules/task_manager/wm_task_manager_parsing.c src/wazuh_modules/task_manager/wm_task_manager_parsing.h src/wazuh_modules/task_manager/wm_task_manager_tasks.c src/wazuh_modules/task_manager/wm_task_manager_tasks.h src/wazuh_modules/vulnerability_scanner/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/doc/rtr.md src/wazuh_modules/vulnerability_scanner/include/vulnerabilityScanner.hpp src/wazuh_modules/vulnerability_scanner/include/vulnerabilityScannerDefs.hpp src/wazuh_modules/vulnerability_scanner/include/vulnerability_scanner.h src/wazuh_modules/vulnerability_scanner/indexer/template/index-template.json src/wazuh_modules/vulnerability_scanner/qa/Readme.md src/wazuh_modules/vulnerability_scanner/qa/requirements.txt src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/agentHotfixesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/agentOsData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/agentPackagesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/args_001.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/args_002.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/args_003.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/args_004.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/args_005.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/config.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/configDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/configDisabledAndManagerDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/configManagerDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/expected_005.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/001/globalData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/agentHotfixesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/agentOsData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/agentPackagesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/args_001.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/args_002.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/args_003.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/args_004.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/config.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/configManagerDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/002/globalData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/agentHotfixesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/agentHotfixesDataNoSync.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/agentOsData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/agentPackagesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/args_001.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/args_002.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/args_003.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/args_004.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/args_005.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/args_006.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/config.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/configDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/configDisabledAndManagerDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/configManagerDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/expected_005.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/expected_006.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/003/globalData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/agentHotfixesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/agentOsData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/agentPackagesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/args_001.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/args_002.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/args_003.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/args_004.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/config.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/configManagerDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/004/globalData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/agentHotfixesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/agentOsData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/agentPackagesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/args_001.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/args_002.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/config.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/configEnableCluster.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/005/globalData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/agentHotfixesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/agentOsData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/agentPackagesData.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/args_001.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/args_002.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/args_003.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/defaultConfigDisabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/defaultConfigEnabled.json src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_data_policy/006/globalData.json src/wazuh_modules/vulnerability_scanner/qa/test_efficacy_log.py src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/000/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/000/expected_000.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/001/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/001/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/001/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/001/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/001/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/001/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/001/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/002/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/expected_005.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/expected_006.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/expected_007.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/expected_008.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/input_005.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/input_006.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/input_007.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/003/input_008.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/expected_005.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/expected_006.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/expected_007.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/expected_008.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/input_005.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/input_006.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/input_007.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/004/input_008.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/005/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/005/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/005/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/005/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/005/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/expected_005.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/expected_006.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/input_005.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/006/input_006.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/007/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/007/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/007/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/007/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/007/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/008/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/008/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/008/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/008/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/008/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/008/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/008/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/009/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/009/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/009/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/009/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/009/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/010/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/010/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/010/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/010/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/010/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/010/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/010/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/expected_005.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/011/input_005.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/012/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/012/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/012/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/012/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/012/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/012/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/012/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/013/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/013/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/013/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/013/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/013/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/013/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/013/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/014/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/014/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/014/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/014/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/014/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/015/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/015/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/015/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/015/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/015/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/015/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/015/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/016/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/expected_005.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/expected_006.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/input_005.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/017/input_006.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/018/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/018/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/018/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/018/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/018/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/019/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/expected_003.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/expected_004.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/input_003.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/020/input_004.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/021/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/021/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/021/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/021/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/021/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/022/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/022/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_negative_data/022/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_positive_data/001/Readme.md src/wazuh_modules/vulnerability_scanner/qa/test_false_positive_data/001/expected_001.out src/wazuh_modules/vulnerability_scanner/qa/test_false_positive_data/001/expected_002.out src/wazuh_modules/vulnerability_scanner/qa/test_false_positive_data/001/input_001.json src/wazuh_modules/vulnerability_scanner/qa/test_false_positive_data/001/input_002.json src/wazuh_modules/vulnerability_scanner/qa/test_policy_change_log.py src/wazuh_modules/vulnerability_scanner/schemas/cve5.fbs src/wazuh_modules/vulnerability_scanner/schemas/messageBuffer.fbs src/wazuh_modules/vulnerability_scanner/schemas/packageTranslation.fbs src/wazuh_modules/vulnerability_scanner/schemas/vulnerabilityCandidate.fbs src/wazuh_modules/vulnerability_scanner/schemas/vulnerabilityDescription.fbs src/wazuh_modules/vulnerability_scanner/schemas/vulnerabilityRemediations.fbs src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/databaseFeedManager.cpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/databaseFeedManager.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/databaseFeedManagerException.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/eventContext.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/eventDecoder.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/feedIndexer.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/globalData.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/storeModel.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/updateCVECandidates.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/updateCVEDescription.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/updateCVERemediations.hpp src/wazuh_modules/vulnerability_scanner/src/databaseFeedManager/updateHotfixes.hpp src/wazuh_modules/vulnerability_scanner/src/policyManager/policyManager.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/agentReScanListException.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/alertClearBuilder.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/arrayResultIndexer.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/buildAllAgentListContext.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/buildSingleAgentListContext.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/cleanAgentInventory.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/cleanInventory.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/clearSendReport.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/cveSolvedAlertDetailsBuilder.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/cveSolvedInventorySync.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/eventDeleteInventory.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/eventDetailsBuilder.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/eventInsertInventory.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/eventPackageAlertDetailsBuilder.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/eventSendReport.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/factoryOrchestrator.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/globalSyncInventory.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/hotfixInsert.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/inventorySync.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/osDataCache.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/osScanner.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/packageScanner.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/remediationDataCache.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/resultIndexer.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/scanAgentList.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/scanContext.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/scanInventorySync.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/scanOrchestrator.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/scanOsAlertDetailsBuilder.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/scannerHelper.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/iVersionObjectInterface.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionMatcher.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectCalVer.cpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectCalVer.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectDpkg.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectMajorMinor.cpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectMajorMinor.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectPEP440.cpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectPEP440.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectRpm.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectSemVer.cpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/versionMatcher/versionObjectSemVer.hpp src/wazuh_modules/vulnerability_scanner/src/scanOrchestrator/wdbDataException.hpp src/wazuh_modules/vulnerability_scanner/src/vulnerabilityScanner.cpp src/wazuh_modules/vulnerability_scanner/src/vulnerabilityScannerFacade.cpp src/wazuh_modules/vulnerability_scanner/src/vulnerabilityScannerFacade.hpp src/wazuh_modules/vulnerability_scanner/tests/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/tests/benchmark/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/tests/benchmark/versionMatcherBenchmark.cpp src/wazuh_modules/vulnerability_scanner/tests/component/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/tests/component/databaseFeedManager_test.cpp src/wazuh_modules/vulnerability_scanner/tests/component/databaseFeedManager_test.hpp src/wazuh_modules/vulnerability_scanner/tests/component/main.cpp src/wazuh_modules/vulnerability_scanner/tests/component/vulnerabilityScannerFacade_test.cpp src/wazuh_modules/vulnerability_scanner/tests/component/vulnerabilityScannerFacade_test.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockContentRegister.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockDatabaseFeedManager.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockFactoryOrchestrator.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockGlobalData.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockIndexerConnector.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockOsDataCache.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockPolicyManager.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockRemediationDataCache.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockReportDispatcher.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockRouterSubscriber.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockSocketDBWrapper.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/MockUnixSocketRequest.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineContentRegister.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineFactoryOrchestrator.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineGlobalData.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineIndexerConnector.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineOsDataCache.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolinePolicyManager.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineRemediationDataCache.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineRouterSuscribe.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineScanContext.hpp src/wazuh_modules/vulnerability_scanner/tests/mocks/TrampolineSocketDBWrapper.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/tests/unit/alertClearBuilder_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/alertClearBuilder_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/arrayResultIndexer_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/arrayResultIndexer_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/buildAllAgentListContext_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/buildAllAgentListContext_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/buildSingleAgentListContext_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/buildSingleAgentListContext_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/cleanAgentInventory_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/cleanAgentInventory_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/cleanInventory_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/cleanInventory_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/clearSendReport_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/clearSendReport_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/cve5FB_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/cve5FB_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/databaseFeedManager_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/databaseFeedManager_test.h src/wazuh_modules/vulnerability_scanner/tests/unit/eventDecoder_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventDecoder_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventDeleteInventory_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventDeleteInventory_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventDetailsBuilder_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventDetailsBuilder_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventInsertInventory_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventInsertInventory_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventPackageAlertDetailsBuilder_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventPackageAlertDetailsBuilder_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventSendReport_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/eventSendReport_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/factoryOrchestrator_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/factoryOrchestrator_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/feedIndexer_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/feedIndexer_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/globalData_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/globalData_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/globalSyncInventory_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/globalSyncInventory_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/main.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/osDataCache_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/osDataCache_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/osScanner_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/osScanner_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/packageScanner_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/packageScanner_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/policyManager_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/policyManager_test.h src/wazuh_modules/vulnerability_scanner/tests/unit/remediationDataCache_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/remediationDataCache_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/resultIndexer_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/resultIndexer_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanAgentList_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanAgentList_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanContext_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanContext_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanDispatcher_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanOrchestrator_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanOrchestrator_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanOsAlertDetailsBuilder_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/scanOsAlertDetailsBuilder_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/scannerHelper_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/scannerHelper_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/storeModel_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/storeModel_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/updateCVECandidates_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/updateCVECandidates_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/updateCVEDescription_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/updateCVEDescription_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/updateCVERemediations_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/updateCVERemediations_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/updateHotfixes_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/updateHotfixes_test.hpp src/wazuh_modules/vulnerability_scanner/tests/unit/versionMatcher_test.cpp src/wazuh_modules/vulnerability_scanner/tests/unit/versionMatcher_test.hpp src/wazuh_modules/vulnerability_scanner/testtool/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/argsParser.hpp src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/config.json src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/file2.json src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/file_offset1.json src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/file_offset2.json src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/file_oscpe_rules.json src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/file_raw1.json src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/main.cpp src/wazuh_modules/vulnerability_scanner/testtool/databaseFeedManager/message.json src/wazuh_modules/vulnerability_scanner/testtool/rocksDBQuery/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/testtool/rocksDBQuery/argsParser.hpp src/wazuh_modules/vulnerability_scanner/testtool/rocksDBQuery/main.cpp src/wazuh_modules/vulnerability_scanner/testtool/scanner/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-001/README.md src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-001/step_0.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-001/step_1.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-001/step_2.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-001/step_3.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-002/README.md src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-002/step_0.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-002/step_1.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-003/README.md src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-003/step_0.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-003/step_1.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-004/README.md src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-004/step_0.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-005/README.md src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-005/step_0.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-005/step_1.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-006/README.md src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-006/step_0.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-006/step_1.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-006/step_2.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-006/step_3.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-006/step_4.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-006/step_5.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-007/README.md src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-007/config.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-007/step_0.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-007/step_1.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-007/step_2.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-007/step_3.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-007/step_4.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-007/step_5.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-008/README.md src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-008/config.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-008/step_0.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-008/step_1.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/TC-008/step_2.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/argsParser.hpp src/wazuh_modules/vulnerability_scanner/testtool/scanner/config.content_generation.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/config.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/fakeAgentData/agentHotfixesData.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/fakeAgentData/agentOsData.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/fakeAgentData/agentPkgsData.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/fakeGlobalData/globalData.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/file1.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/file2.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/file3.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/file4.json src/wazuh_modules/vulnerability_scanner/testtool/scanner/main.cpp src/wazuh_modules/vulnerability_scanner/testtool/versionMatcher/DPKG.Dockerfile src/wazuh_modules/vulnerability_scanner/testtool/versionMatcher/README.md src/wazuh_modules/vulnerability_scanner/testtool/versionMatcher/RPM.Dockerfile src/wazuh_modules/vulnerability_scanner/testtool/versionMatcher/version_verifier.sh src/wazuh_modules/vulnerability_scanner/testtool/wazuhDBQuery/CMakeLists.txt src/wazuh_modules/vulnerability_scanner/testtool/wazuhDBQuery/argsParser.hpp src/wazuh_modules/vulnerability_scanner/testtool/wazuhDBQuery/config.json src/wazuh_modules/vulnerability_scanner/testtool/wazuhDBQuery/main.cpp src/wazuh_modules/wm_ciscat.c src/wazuh_modules/wm_ciscat.h src/wazuh_modules/wm_content_manager.c src/wazuh_modules/wm_content_manager.h src/wazuh_modules/wm_control.c src/wazuh_modules/wm_control.h src/wazuh_modules/wm_database.c src/wazuh_modules/wm_database.h src/wazuh_modules/wm_download.c src/wazuh_modules/wm_download.h src/wazuh_modules/wm_fluent.c src/wazuh_modules/wm_fluent.h src/wazuh_modules/wm_oscap.c src/wazuh_modules/wm_oscap.h src/wazuh_modules/wm_router.c src/wazuh_modules/wm_router.h src/wazuh_modules/wm_vulnerability_scanner.c src/wazuh_modules/wm_vulnerability_scanner.h src/win32/InstallerScripts.vbs src/win32/RemoveAllScript.vbs src/win32/SimpleSC/SimpleSC.dll src/win32/active-responses.log src/win32/agent-auth.exe.manifest src/win32/agent-auth.rc src/win32/agent_auth.c src/win32/do_upgrade.ps1 src/win32/doc.html src/win32/favicon.ico src/win32/help.txt src/win32/icofile.rc src/win32/install.ico src/win32/license.rtf src/win32/manage_agents.exe.manifest src/win32/manage_agents.rc src/win32/netsh.exe.manifest src/win32/netsh.rc src/win32/nsProcess/nsProcess.dll src/win32/nsProcess/nsProcess.nsh src/win32/os_win.h src/win32/ossec.conf src/win32/qa/ProcmonDLLNotFoundConfiguration.pmc src/win32/qa/requirements.txt src/win32/qa/test_bin_details.py src/win32/qa/test_dll_hijack.py src/win32/qa/test_win_upgrade.py src/win32/restart-wazuh.exe.manifest src/win32/restart-wazuh.rc src/win32/route-null.exe.manifest src/win32/route-null.rc src/win32/setup-iis.c src/win32/setup-shared.c src/win32/setup-shared.h src/win32/setup-syscheck.c src/win32/setup-win.c src/win32/ui/bannrbmp.jpg src/win32/ui/common.c src/win32/ui/dlgbmp.jpg src/win32/ui/favicon.ico src/win32/ui/os_win32ui.c src/win32/ui/os_win32ui.exe.manifest src/win32/ui/os_win32ui.h src/win32/ui/win32ui.rc src/win32/uninstall.ico src/win32/unix2dos.pl src/win32/upgrade.bat src/win32/version.rc src/win32/vista_sec.txt src/win32/wazuh-agent-eventchannel.exe.manifest src/win32/wazuh-agent-eventchannel.rc src/win32/wazuh-agent.exe.manifest src/win32/wazuh-agent.rc src/win32/wazuh-installer-build-msi.bat src/win32/wazuh-installer-sign-exes.bat src/win32/wazuh-installer.nsi src/win32/wazuh-installer.wxs src/win32/win32ui.exe.manifest src/win32/win_agent.c src/win32/win_service.c src/win32/win_utils.c tests/integration/test_agentd/conftest.py tests/integration/test_agentd/test_multi_server/__init__.py tests/integration/test_agentd/test_multi_server/conftest.py tests/integration/test_agentd/test_multi_server/data/configuration_templates/wazuh_conf.yaml tests/integration/test_agentd/test_multi_server/data/test_cases/cases_reconnection_protocol.yaml tests/integration/test_agentd/test_multi_server/test_agentd_multi_server.py tests/integration/test_agentd/test_parametrized_reconnections/__init__.py tests/integration/test_agentd/test_parametrized_reconnections/data/configuration_templates/wazuh_conf.yaml tests/integration/test_agentd/test_parametrized_reconnections/data/test_cases/cases_reconnection_protocol.yaml tests/integration/test_agentd/test_parametrized_reconnections/test_agentd_parametrized_reconnections.py tests/integration/test_agentd/test_reconnection/__init__.py tests/integration/test_agentd/test_reconnection/data/configuration_templates/wazuh_conf.yaml tests/integration/test_agentd/test_reconnection/data/test_cases/cases_reconnection_protocol.yaml tests/integration/test_agentd/test_reconnection/test_agentd_connection_retries_pre_enrollment.py tests/integration/test_agentd/test_reconnection/test_agentd_initial_enrollment_retries.py tests/integration/test_agentd/test_reconnection/test_agentd_reconection_enrollment_no_keys.py tests/integration/test_agentd/test_reconnection/test_agentd_reconection_enrollment_no_keys_file.py tests/integration/test_agentd/test_reconnection/test_agentd_reconection_enrollment_with_keys.py tests/integration/test_agentd/test_state/__init__.py tests/integration/test_agentd/test_state/data/configuration_templates/wazuh_conf.yaml tests/integration/test_agentd/test_state/data/test_cases/wazuh_state_config_tests.yaml tests/integration/test_agentd/test_state/test_agentd_state.py tests/integration/test_agentd/test_state_config/__init__.py tests/integration/test_agentd/test_state_config/data/configuration_templates/wazuh_conf.yaml tests/integration/test_agentd/test_state_config/data/test_cases/wazuh_state_config_tests.yaml tests/integration/test_agentd/test_state_config/test_agentd_state_config.py tests/integration/test_agentd/utils.py tests/integration/test_analysisd/conftest.py tests/integration/test_analysisd/test_all_syscheckd_configurations/__init__.py tests/integration/test_analysisd/test_all_syscheckd_configurations/data/test_cases/cases_syscheck_events.yaml tests/integration/test_analysisd/test_all_syscheckd_configurations/data/test_cases/cases_syscheck_events_win32.yaml tests/integration/test_analysisd/test_all_syscheckd_configurations/data/test_cases/cases_syscheck_rare_events.yaml tests/integration/test_analysisd/test_all_syscheckd_configurations/data/test_cases/cases_syscheck_registry_events_win32.yaml tests/integration/test_analysisd/test_all_syscheckd_configurations/test_check_rare_socket_responses.py tests/integration/test_analysisd/test_all_syscheckd_configurations/test_check_socket_responses.py tests/integration/test_analysisd/test_all_syscheckd_configurations/test_validate_linux_analysisd_alerts.py tests/integration/test_analysisd/test_all_syscheckd_configurations/test_validate_rare_analysisd_alerts.py tests/integration/test_analysisd/test_all_syscheckd_configurations/test_validate_win32_analysisd_alerts.py tests/integration/test_analysisd/test_all_syscheckd_configurations/test_validate_win32_analysisd_registry_alerts.py tests/integration/test_analysisd/test_error_messages/__init__.py tests/integration/test_analysisd/test_error_messages/data/test_cases/cases_error_messages.yaml tests/integration/test_analysisd/test_error_messages/test_error_messages.py tests/integration/test_analysisd/test_event_messages/__init__.py tests/integration/test_analysisd/test_event_messages/data/test_cases/cases_event_messages.yaml tests/integration/test_analysisd/test_event_messages/test_event_messages.py tests/integration/test_analysisd/test_integrity_messages/__init__.py tests/integration/test_analysisd/test_integrity_messages/data/test_cases/cases_integrity_messages.yaml tests/integration/test_analysisd/test_integrity_messages/test_integrity_messages.py tests/integration/test_analysisd/test_limit_eps/__init__.py tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/basic_test_module/configuration_disabled.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/basic_test_module/configuration_enabled.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/configuration_test_module/configuration_accepted_values.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/configuration_test_module/configuration_invalid_values.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/configuration_test_module/configuration_missing_configuration.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/event_processing_test_module/configuration_drop_events_queue_full.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/event_processing_test_module/configuration_limitation.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/event_processing_test_module/configuration_process_events_multi.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/event_processing_test_module/configuration_process_events_single.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/event_processing_test_module/configuration_queue_events_after_limit.yaml tests/integration/test_analysisd/test_limit_eps/data/configuration_templates/logging_test_module/configuration_dropping_events.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/basic_test_module/cases_disabled.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/basic_test_module/cases_enabled.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/configuration_test_module/cases_accepted_values.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/configuration_test_module/cases_invalid_values.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/configuration_test_module/cases_missing_configuration.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/event_processing_test_module/cases_drop_events_queue_full.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/event_processing_test_module/cases_limitation.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/event_processing_test_module/cases_process_events_multi.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/event_processing_test_module/cases_process_events_single.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/event_processing_test_module/cases_queue_events_after_limit.yaml tests/integration/test_analysisd/test_limit_eps/data/test_cases/logging_test_module/cases_dropping_events.yaml tests/integration/test_analysisd/test_limit_eps/test_basic.py tests/integration/test_analysisd/test_limit_eps/test_configuration.py tests/integration/test_analysisd/test_limit_eps/test_event_processing.py tests/integration/test_analysisd/test_limit_eps/test_logging.py tests/integration/test_analysisd/test_mitre/__init__.py tests/integration/test_analysisd/test_mitre/data/rules_samples/test1.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test10.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test11.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test12.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test13.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test14.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test2.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test3.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test4.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test5.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test6.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test7.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test8.xml tests/integration/test_analysisd/test_mitre/data/rules_samples/test9.xml tests/integration/test_analysisd/test_mitre/test_mitre_check_alert.py tests/integration/test_analysisd/test_predecoder_stage/__init__.py tests/integration/test_analysisd/test_predecoder_stage/data/test_cases/cases_syslog_socket_input.yaml tests/integration/test_analysisd/test_predecoder_stage/test_predecoder_stage.py tests/integration/test_analysisd/test_rootcheck/__init__.py tests/integration/test_analysisd/test_rootcheck/conftest.py tests/integration/test_analysisd/test_rootcheck/data/configuration_templates/config_template.yaml tests/integration/test_analysisd/test_rootcheck/data/test_cases/cases_configuration.yaml tests/integration/test_analysisd/test_rootcheck/test_rootcheck_delete.py tests/integration/test_analysisd/test_rootcheck/test_rootcheck_update.py tests/integration/test_analysisd/test_scan_messages/__init__.py tests/integration/test_analysisd/test_scan_messages/data/test_cases/cases_scan_messages.yaml tests/integration/test_analysisd/test_scan_messages/test_scan_messages.py tests/integration/test_analysisd/test_signature_id/__init__.py tests/integration/test_analysisd/test_signature_id/data/configuration_templates/configuration_signature_id_values.yaml tests/integration/test_analysisd/test_signature_id/data/rules_samples/empty_signature_id_rules.xml tests/integration/test_analysisd/test_signature_id/data/rules_samples/invalid_signature_id_rules.xml tests/integration/test_analysisd/test_signature_id/data/rules_samples/null_signature_id_rules.xml tests/integration/test_analysisd/test_signature_id/data/rules_samples/valid_signature_id_rules.xml tests/integration/test_analysisd/test_signature_id/data/test_cases/cases_invalid_signature_id.yaml tests/integration/test_analysisd/test_signature_id/data/test_cases/cases_null_signature_id.yaml tests/integration/test_analysisd/test_signature_id/data/test_cases/cases_valid_signature_id.yaml tests/integration/test_analysisd/test_signature_id/test_invalid_signature_id.py tests/integration/test_analysisd/test_signature_id/test_null_signature_id.py tests/integration/test_analysisd/test_signature_id/test_valid_signature_id.py tests/integration/test_analysisd/test_syscollector/__init__.py tests/integration/test_analysisd/test_syscollector/data/rules_samples/syscollector_rules.xml tests/integration/test_analysisd/test_syscollector/data/test_cases/cases_syscollector.yaml tests/integration/test_analysisd/test_syscollector/test_syscollector_events.py tests/integration/test_analysisd/test_trigger_active_response/__init__.py tests/integration/test_analysisd/test_trigger_active_response/conftest.py tests/integration/test_analysisd/test_trigger_active_response/data/configuration_templates/configuration_trigger_active_response.yaml tests/integration/test_analysisd/test_trigger_active_response/data/custom_scripts/custom-ar.sh tests/integration/test_analysisd/test_trigger_active_response/data/rules_samples/local_rules.xml tests/integration/test_analysisd/test_trigger_active_response/data/test_cases/cases_trigger_active_response.yaml tests/integration/test_analysisd/test_trigger_active_response/test_trigger_active_response.py tests/integration/test_api/conftest.py tests/integration/test_api/test_config/__init__.py tests/integration/test_api/test_config/test_DOS_blocking_system/__init__.py tests/integration/test_api/test_config/test_DOS_blocking_system/data/configuration_templates/configuration_DOS_blocking_system.yaml tests/integration/test_api/test_config/test_DOS_blocking_system/data/test_cases/cases_DOS_blocking_system.yaml tests/integration/test_api/test_config/test_DOS_blocking_system/test_DOS_blocking_system.py tests/integration/test_api/test_config/test_bruteforce_blocking_system/__init__.py tests/integration/test_api/test_config/test_bruteforce_blocking_system/data/configuration_templates/configuration_bruteforce_blocking_system.yaml tests/integration/test_api/test_config/test_bruteforce_blocking_system/data/test_cases/cases_bruteforce_blocking_system.yaml tests/integration/test_api/test_config/test_bruteforce_blocking_system/test_bruteforce_blocking_system.py tests/integration/test_api/test_config/test_cors/__init__.py tests/integration/test_api/test_config/test_cors/data/configuration_templates/configuration_cors.yaml tests/integration/test_api/test_config/test_cors/data/test_cases/cases_cors.yaml tests/integration/test_api/test_config/test_cors/test_cors.py tests/integration/test_api/test_config/test_drop_privileges/__init__.py tests/integration/test_api/test_config/test_drop_privileges/data/configuration_templates/configuration_drop_privileges.yaml tests/integration/test_api/test_config/test_drop_privileges/data/test_cases/cases_drop_privileges.yaml tests/integration/test_api/test_config/test_drop_privileges/test_drop_privileges.py tests/integration/test_api/test_config/test_experimental_features/__init__.py tests/integration/test_api/test_config/test_experimental_features/data/configuration_templates/configuration_experimental_features.yaml tests/integration/test_api/test_config/test_experimental_features/data/test_cases/cases_experimental_features.yaml tests/integration/test_api/test_config/test_experimental_features/test_experimental_features.py tests/integration/test_api/test_config/test_host_port/__init__.py tests/integration/test_api/test_config/test_host_port/data/configuration_templates/configuration_host_port.yaml tests/integration/test_api/test_config/test_host_port/data/test_cases/cases_host_port.yaml tests/integration/test_api/test_config/test_host_port/test_host_port.py tests/integration/test_api/test_config/test_https/__init__.py tests/integration/test_api/test_config/test_https/data/configuration_templates/configuration_https.yaml tests/integration/test_api/test_config/test_https/data/test_cases/cases_https.yaml tests/integration/test_api/test_config/test_https/test_https.py tests/integration/test_api/test_config/test_indexer/__init__.py tests/integration/test_api/test_config/test_indexer/data/configuration_templates/configuration_indexer.yaml tests/integration/test_api/test_config/test_indexer/data/test_cases/cases_indexer.yaml tests/integration/test_api/test_config/test_indexer/test_indexer.py tests/integration/test_api/test_config/test_jwt_token_exp_timeout/__init__.py tests/integration/test_api/test_config/test_jwt_token_exp_timeout/data/configuration_templates/configuration_jwt_token_exp_timeout.yaml tests/integration/test_api/test_config/test_jwt_token_exp_timeout/data/test_cases/cases_jwt_token_exp_timeout.yaml tests/integration/test_api/test_config/test_jwt_token_exp_timeout/test_jwt_token_exp_timeout.py tests/integration/test_api/test_config/test_limit_eps/__init__.py tests/integration/test_api/test_config/test_limit_eps/data/configuration_templates/configuration_limit_eps_api_config.yaml tests/integration/test_api/test_config/test_limit_eps/data/test_cases/cases_limit_eps_config.yaml tests/integration/test_api/test_config/test_limit_eps/test_limit_eps.py tests/integration/test_api/test_config/test_logs/__init__.py tests/integration/test_api/test_config/test_logs/data/configuration_templates/configuration_logs_format.yaml tests/integration/test_api/test_config/test_logs/data/test_cases/cases_logs_format.yaml tests/integration/test_api/test_config/test_logs/test_logs_format.py tests/integration/test_api/test_config/test_logs_rotation/__init__.py tests/integration/test_api/test_config/test_logs_rotation/data/configuration_templates/configuration_logs_rotation_config.yaml tests/integration/test_api/test_config/test_logs_rotation/data/test_cases/cases_log_rotate_by_size.yaml tests/integration/test_api/test_config/test_logs_rotation/data/test_cases/cases_sizes_options.yaml tests/integration/test_api/test_config/test_logs_rotation/test_logs_rotation_by_size.py tests/integration/test_api/test_config/test_logs_rotation/test_logs_size_option.py tests/integration/test_api/test_config/test_logs_rotation/utils.py tests/integration/test_api/test_config/test_max_upload_size/__init__.py tests/integration/test_api/test_config/test_max_upload_size/data/configuration_templates/configuration_max_upload_size.yaml tests/integration/test_api/test_config/test_max_upload_size/data/test_cases/cases_max_upload_size.yaml tests/integration/test_api/test_config/test_max_upload_size/test_max_upload_size.py tests/integration/test_api/test_config/test_rbac/__init__.py tests/integration/test_api/test_config/test_rbac/data/configuration_templates/configuration_rbac_mode.yaml tests/integration/test_api/test_config/test_rbac/data/db_schemas/schema_add_user.sql tests/integration/test_api/test_config/test_rbac/data/db_schemas/schema_delete_user.sql tests/integration/test_api/test_config/test_rbac/data/test_cases/cases_rbac_mode.yaml tests/integration/test_api/test_config/test_rbac/test_rbac_mode.py tests/integration/test_api/test_config/test_request_timeout/__init__.py tests/integration/test_api/test_config/test_request_timeout/data/configuration_templates/configuration_request_timeout.yaml tests/integration/test_api/test_config/test_request_timeout/data/test_cases/cases_request_timeout.yaml tests/integration/test_api/test_config/test_request_timeout/test_request_timeout.py tests/integration/test_api/test_config/test_upload_configuration/__init__.py tests/integration/test_api/test_config/test_upload_configuration/data/configuration_templates/configuration_upload_configuration.yaml tests/integration/test_api/test_config/test_upload_configuration/data/test_cases/cases_upload_configuration.yaml tests/integration/test_api/test_config/test_upload_configuration/test_upload_configuration.py tests/integration/test_api/test_config/test_virustotal_public_key/__init__.py tests/integration/test_api/test_config/test_virustotal_public_key/conftest.py tests/integration/test_api/test_config/test_virustotal_public_key/data/configuration_templates/configuration_integrations.yaml tests/integration/test_api/test_config/test_virustotal_public_key/data/test_cases/cases_integrations.yaml tests/integration/test_api/test_config/test_virustotal_public_key/https_mock_server/__init__.py tests/integration/test_api/test_config/test_virustotal_public_key/https_mock_server/env/Dockerfile tests/integration/test_api/test_config/test_virustotal_public_key/https_mock_server/env/https_server.py tests/integration/test_api/test_config/test_virustotal_public_key/test_virustotal_api_key.py tests/integration/test_api/test_middlewares/__init__.py tests/integration/test_api/test_middlewares/data/configuration_templates/configuration_set_secure_headers.yaml tests/integration/test_api/test_middlewares/data/test_cases/cases_response_postprocessing.yaml tests/integration/test_api/test_middlewares/data/test_cases/cases_set_secure_headers.yaml tests/integration/test_api/test_middlewares/test_response_postprocessing.py tests/integration/test_api/test_middlewares/test_set_secure_headers.py tests/integration/test_api/test_rbac/__init__.py tests/integration/test_api/test_rbac/conftest.py tests/integration/test_api/test_rbac/data/test_cases/cases_add_old_resource.yaml tests/integration/test_api/test_rbac/data/test_cases/cases_manage_admin_resource.yaml tests/integration/test_api/test_rbac/data/test_cases/cases_policy_position.yaml tests/integration/test_api/test_rbac/data/test_cases/cases_remove_resource.yaml tests/integration/test_api/test_rbac/data/test_cases/cases_remove_resources_relation.yaml tests/integration/test_api/test_rbac/test_add_old_resource.py tests/integration/test_api/test_rbac/test_manage_admin_resource.py tests/integration/test_api/test_rbac/test_policy_position.py tests/integration/test_api/test_rbac/test_remove_resource.py tests/integration/test_api/test_rbac/test_remove_resources_relation.py tests/integration/test_api/test_statistics/__init__.py tests/integration/test_api/test_statistics/data/configuration_templates/configuration_manager_statistics_format.yaml tests/integration/test_api/test_statistics/data/test_cases/agent_statistics_format_test_module/cases_agent_statistics_format.yaml tests/integration/test_api/test_statistics/data/test_cases/manager_statistics_format_test_module/cases_manager_statistics_format.yaml tests/integration/test_api/test_statistics/test_statistics_format.py tests/integration/test_authd/conftest.py tests/integration/test_authd/test_api_registration/__init__.py tests/integration/test_authd/test_api_registration/conftest.py tests/integration/test_authd/test_api_registration/data/test_cases/cases_api_agent_registration.yaml tests/integration/test_authd/test_api_registration/test_api_agent_registration.py tests/integration/test_authd/test_cluster/__init__.py tests/integration/test_authd/test_cluster/data/configuration_templates/config_authd_local.yaml tests/integration/test_authd/test_cluster/data/configuration_templates/config_authd_worker.yaml tests/integration/test_authd/test_cluster/data/test_cases/cases_authd_local.yaml tests/integration/test_authd/test_cluster/data/test_cases/cases_authd_worker.yaml tests/integration/test_authd/test_cluster/test_authd_local.py tests/integration/test_authd/test_cluster/test_authd_worker.py tests/integration/test_authd/test_common/__init__.py tests/integration/test_authd/test_common/conftest.py tests/integration/test_authd/test_common/data/configuration_templates/config_authd_common.yaml tests/integration/test_authd/test_common/data/test_cases/cases_authd.yaml tests/integration/test_authd/test_common/data/test_cases/cases_authd_agents_ctx.yaml tests/integration/test_authd/test_common/data/test_cases/cases_authd_key_hash.yaml tests/integration/test_authd/test_common/data/test_cases/cases_authd_valid_name_ip.yaml tests/integration/test_authd/test_common/test_authd.py tests/integration/test_authd/test_common/test_authd_agents_ctx.py tests/integration/test_authd/test_common/test_authd_key_hash.py tests/integration/test_authd/test_common/test_authd_valid_name_ip.py tests/integration/test_authd/test_common/utils.py tests/integration/test_authd/test_force_options/__init__.py tests/integration/test_authd/test_force_options/data/configuration_templates/config_authd_force_options.yaml tests/integration/test_authd/test_force_options/data/configuration_templates/config_force_insert.yaml tests/integration/test_authd/test_force_options/data/configuration_templates/config_force_insert_only.yaml tests/integration/test_authd/test_force_options/data/test_cases/cases_after_registration_time.yaml tests/integration/test_authd/test_force_options/data/test_cases/cases_authd_force_options_invalid_config.yaml tests/integration/test_authd/test_force_options/data/test_cases/cases_disconnected_time.yaml tests/integration/test_authd/test_force_options/data/test_cases/cases_force_insert.yaml tests/integration/test_authd/test_force_options/data/test_cases/cases_force_insert_only.yaml tests/integration/test_authd/test_force_options/data/test_cases/cases_force_options.yaml tests/integration/test_authd/test_force_options/data/test_cases/cases_key_mismatch.yaml tests/integration/test_authd/test_force_options/test_authd_force_options.py tests/integration/test_authd/test_force_options/test_authd_force_options_invalid_config.py tests/integration/test_authd/test_key_request/__init__.py tests/integration/test_authd/test_key_request/conftest.py tests/integration/test_authd/test_key_request/data/configuration_templates/config_authd_key_request_exec_path.yaml tests/integration/test_authd/test_key_request/data/configuration_templates/config_authd_key_request_func.yaml tests/integration/test_authd/test_key_request/data/configuration_templates/config_authd_key_request_limits.yaml tests/integration/test_authd/test_key_request/data/configuration_templates/config_authd_key_request_worker.yaml tests/integration/test_authd/test_key_request/data/scripts/fetch_keys.py tests/integration/test_authd/test_key_request/data/test_cases/cases_authd_key_request_exec_path.yaml tests/integration/test_authd/test_key_request/data/test_cases/cases_authd_key_request_func.yaml tests/integration/test_authd/test_key_request/data/test_cases/cases_authd_key_request_limits.yaml tests/integration/test_authd/test_key_request/data/test_cases/cases_authd_key_request_worker.yaml tests/integration/test_authd/test_key_request/test_authd_key_request_exec_path.py tests/integration/test_authd/test_key_request/test_authd_key_request_func.py tests/integration/test_authd/test_key_request/test_authd_key_request_limits.py tests/integration/test_authd/test_key_request/test_authd_key_request_worker.py tests/integration/test_authd/test_remote_enrollment/__init__.py tests/integration/test_authd/test_remote_enrollment/data/configuration_templates/config_remote_enrollment.yaml tests/integration/test_authd/test_remote_enrollment/data/test_cases/cases_remote_enrollment.yaml tests/integration/test_authd/test_remote_enrollment/test_remote_enrollment.py tests/integration/test_authd/test_ssl/__init__.py tests/integration/test_authd/test_ssl/conftest.py tests/integration/test_authd/test_ssl/data/configuration_templates/config_authd_ssl_certs.yaml tests/integration/test_authd/test_ssl/data/configuration_templates/config_authd_ssl_options.yaml tests/integration/test_authd/test_ssl/data/test_cases/cases_authd_ssl_certs.yaml tests/integration/test_authd/test_ssl/data/test_cases/cases_authd_ssl_options.yaml tests/integration/test_authd/test_ssl/test_authd_ssl_certs.py tests/integration/test_authd/test_ssl/test_authd_ssl_options.py tests/integration/test_authd/test_use_password/__init__.py tests/integration/test_authd/test_use_password/conftest.py tests/integration/test_authd/test_use_password/data/configuration_templates/config_authd_use_password.yaml tests/integration/test_authd/test_use_password/data/configuration_templates/config_authd_use_password_invalid.yaml tests/integration/test_authd/test_use_password/data/test_cases/cases_authd_use_password.yaml tests/integration/test_authd/test_use_password/data/test_cases/cases_authd_use_password_invalid.yaml tests/integration/test_authd/test_use_password/test_authd_use_password.py tests/integration/test_authd/test_use_password/test_authd_use_password_invalid.py tests/integration/test_authd/test_use_source_ip/__init__.py tests/integration/test_authd/test_use_source_ip/conftest.py tests/integration/test_authd/test_use_source_ip/data/configuration_templates/config_authd_use_source_ip.yaml tests/integration/test_authd/test_use_source_ip/data/test_cases/cases_authd_use_source_ip.yaml tests/integration/test_authd/test_use_source_ip/test_authd_use_source_ip.py tests/integration/test_enrollment/conftest.py tests/integration/test_enrollment/test_agent/__init__.py tests/integration/test_enrollment/test_agent/data/configuration_templates/config_wazuh_agent_auth.yaml tests/integration/test_enrollment/test_agent/data/configuration_templates/config_wazuh_enrollment.yaml tests/integration/test_enrollment/test_agent/data/test_cases/cases_wazuh_agent_auth.yaml tests/integration/test_enrollment/test_agent/data/test_cases/cases_wazuh_enrollment.yaml tests/integration/test_enrollment/test_agent/test_agent_auth_enrollment.py tests/integration/test_enrollment/test_agent/test_agentd_enrollment.py tests/integration/test_enrollment/test_options/__init__.py tests/integration/test_enrollment/test_options/data/configuration_templates/config_server_address.yaml tests/integration/test_enrollment/test_options/data/test_cases/cases_server_address.yaml tests/integration/test_enrollment/test_options/test_agentd_server_address_configuration.py tests/integration/test_enrollment/utils.py tests/integration/test_integratord/conftest.py tests/integration/test_integratord/test_alerts_reading/__init__.py tests/integration/test_integratord/test_alerts_reading/data/configuration_templates/configuration_alerts_reading.yaml tests/integration/test_integratord/test_alerts_reading/data/test_cases/cases_integratord_change_inode_alert.yaml tests/integration/test_integratord/test_alerts_reading/data/test_cases/cases_integratord_read_invalid_json_alerts.yaml tests/integration/test_integratord/test_alerts_reading/data/test_cases/cases_integratord_read_valid_json_alerts.yaml tests/integration/test_integratord/test_alerts_reading/test_alerts_reading.py tests/integration/test_integratord/test_integration_options/__init__.py tests/integration/test_integratord/test_integration_options/data/configuration_templates/config_pagerduty_no_option_tag.yaml tests/integration/test_integratord/test_integration_options/data/configuration_templates/config_pagerduty_options.yaml tests/integration/test_integratord/test_integration_options/data/configuration_templates/config_shuffle_no_option_tag.yaml tests/integration/test_integratord/test_integration_options/data/configuration_templates/config_shuffle_options.yaml tests/integration/test_integratord/test_integration_options/data/configuration_templates/config_slack_no_option_tag.yaml tests/integration/test_integratord/test_integration_options/data/configuration_templates/config_slack_options.yaml tests/integration/test_integratord/test_integration_options/data/test_cases/cases_pagerduty_no_option_tag.yaml tests/integration/test_integratord/test_integration_options/data/test_cases/cases_pagerduty_options.yaml tests/integration/test_integratord/test_integration_options/data/test_cases/cases_shuffle_no_option_tag.yaml tests/integration/test_integratord/test_integration_options/data/test_cases/cases_shuffle_options.yaml tests/integration/test_integratord/test_integration_options/data/test_cases/cases_slack_no_option_tag.yaml tests/integration/test_integratord/test_integration_options/data/test_cases/cases_slack_options.yaml tests/integration/test_integratord/test_integration_options/test_pagerduty_options.py tests/integration/test_integratord/test_integration_options/test_shuffle_options.py tests/integration/test_integratord/test_integration_options/test_slack_options.py tests/integration/test_logtest/conftest.py tests/integration/test_logtest/test_configuration/__init__.py tests/integration/test_logtest/test_configuration/data/configuration_templates/configuration_wazuh_conf.yaml tests/integration/test_logtest/test_configuration/data/test_cases/cases_configuration_file.yaml tests/integration/test_logtest/test_configuration/data/test_cases/cases_get_configuration_sock.yaml tests/integration/test_logtest/test_configuration/test_configuration_file.py tests/integration/test_logtest/test_configuration/test_get_configuration_sock.py tests/integration/test_logtest/test_invalid_rule_decoders_syntax/__init__.py tests/integration/test_logtest/test_invalid_rule_decoders_syntax/conftest.py tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_0.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_1.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_10.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_11.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_2.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_3.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_4.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_5.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_6.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_7.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_8.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_decoder_9.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_0.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_1.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_10.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_11.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_12.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_13.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_14.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_2.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_3.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_4.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_5.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_6.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_7.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_8.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/custom_rules_decoders/custom_rule_9.xml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/test_cases/cases_invalid_decoder_syntax.yaml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/data/test_cases/cases_invalid_rules_syntax.yaml tests/integration/test_logtest/test_invalid_rule_decoders_syntax/test_invalid_decoder_syntax.py tests/integration/test_logtest/test_invalid_rule_decoders_syntax/test_invalid_rules_syntax.py tests/integration/test_logtest/test_invalid_socket_input/__init__.py tests/integration/test_logtest/test_invalid_socket_input/data/test_cases/cases_invalid_socket_input.yaml tests/integration/test_logtest/test_invalid_socket_input/test_invalid_socket_input.py tests/integration/test_logtest/test_invalid_token/__init__.py tests/integration/test_logtest/test_invalid_token/data/test_cases/cases_invalid_session_token.yaml tests/integration/test_logtest/test_invalid_token/test_invalid_session_token.py tests/integration/test_logtest/test_log_process_options/__init__.py tests/integration/test_logtest/test_log_process_options/conftest.py tests/integration/test_logtest/test_log_process_options/data/custom_rules/rules_verbose.xml tests/integration/test_logtest/test_log_process_options/data/test_cases/cases_rules_verbose.yaml tests/integration/test_logtest/test_log_process_options/test_rules_verbose.py tests/integration/test_logtest/test_remove_old_sessions/__init__.py tests/integration/test_logtest/test_remove_old_sessions/data/configuration_templates/configuration_old_sessions.yaml tests/integration/test_logtest/test_remove_old_sessions/data/test_cases/cases_old_session_for_inactivity.yaml tests/integration/test_logtest/test_remove_old_sessions/data/test_cases/cases_old_sessions.yaml tests/integration/test_logtest/test_remove_old_sessions/test_remove_old_session_for_inactivity.py tests/integration/test_logtest/test_remove_old_sessions/test_remove_old_sessions.py tests/integration/test_logtest/test_remove_session/__init__.py tests/integration/test_logtest/test_remove_session/data/test_cases/cases_remove_session.yaml tests/integration/test_logtest/test_remove_session/test_remove_session.py tests/integration/test_logtest/test_rules_decoders_load/__init__.py tests/integration/test_logtest/test_rules_decoders_load/conftest.py tests/integration/test_logtest/test_rules_decoders_load/data/custom_rules_decoders/custom_decoders_1.xml tests/integration/test_logtest/test_rules_decoders_load/data/custom_rules_decoders/custom_decoders_2.xml tests/integration/test_logtest/test_rules_decoders_load/data/custom_rules_decoders/custom_rules_1.xml tests/integration/test_logtest/test_rules_decoders_load/data/custom_rules_decoders/custom_rules_2.xml tests/integration/test_logtest/test_rules_decoders_load/data/test_cases/cases_load_rules_decoders.yaml tests/integration/test_logtest/test_rules_decoders_load/test_load_rules_decoders.py tests/integration/test_logtest/test_ruleset_refresh/__init__.py tests/integration/test_logtest/test_ruleset_refresh/conftest.py tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_alert_labels.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_cdb_labels.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_decoder_labels_1.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_decoder_labels_2.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_decoder_labels_3.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_decoder_labels_4.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_rule_labels_1.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_rule_labels_2.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_rule_labels_3.yaml tests/integration/test_logtest/test_ruleset_refresh/data/configuration_templates/configuration_rule_labels_4.yaml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_alert_rule_default.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_alert_rule_level_8.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_cdb_list tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_cdb_rules.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_decoder_0.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_decoder_1.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_decoder_2.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_decoder_3.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_rule_0.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_rule_1.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_rule_2.xml tests/integration/test_logtest/test_ruleset_refresh/data/custom_rules_decoders/custom_rule_3.xml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_alert_labels.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_cdb_labels.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_decoder_labels_1.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_decoder_labels_2.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_decoder_labels_3.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_decoder_labels_4.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_rule_labels_1.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_rule_labels_2.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_rule_labels_3.yaml tests/integration/test_logtest/test_ruleset_refresh/data/test_cases/cases_rule_labels_4.yaml tests/integration/test_logtest/test_ruleset_refresh/test_alert_labels.py tests/integration/test_logtest/test_ruleset_refresh/test_cdb_labels.py tests/integration/test_logtest/test_ruleset_refresh/test_decoder_labels.py tests/integration/test_logtest/test_ruleset_refresh/test_rule_labels.py tests/integration/test_remoted/conftest.py tests/integration/test_remoted/test_active_response/__init__.py tests/integration/test_remoted/test_active_response/data/configuration_templates/config_ar.yaml tests/integration/test_remoted/test_active_response/data/test_cases/cases_ar.yaml tests/integration/test_remoted/test_active_response/test_active_response_send.py tests/integration/test_remoted/test_agent_communication/__init__.py tests/integration/test_remoted/test_agent_communication/conftest.py tests/integration/test_remoted/test_agent_communication/data/configuration_templates/config_agent_pending_status.yaml tests/integration/test_remoted/test_agent_communication/data/configuration_templates/config_agents_switching_protocols.yaml tests/integration/test_remoted/test_agent_communication/data/configuration_templates/config_invalid_protocols_communication.yaml tests/integration/test_remoted/test_agent_communication/data/configuration_templates/config_multi_agent_protocols_communication.yaml tests/integration/test_remoted/test_agent_communication/data/configuration_templates/config_multi_agent_status.yaml tests/integration/test_remoted/test_agent_communication/data/configuration_templates/config_protocols_communication.yaml tests/integration/test_remoted/test_agent_communication/data/configuration_templates/config_request_agent_info.yaml tests/integration/test_remoted/test_agent_communication/data/configuration_templates/config_shared_configuration.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_agent_pending_status.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_agent_version.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_agents_switching_protocols.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_invalid_protocols_communication.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_multi_agent_protocols_communication.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_multi_agent_status.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_protocols_communication.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_request_agent_info.yaml tests/integration/test_remoted/test_agent_communication/data/test_cases/cases_shared_configuration.yaml tests/integration/test_remoted/test_agent_communication/test_agent_pending_status.py tests/integration/test_remoted/test_agent_communication/test_agent_version.py tests/integration/test_remoted/test_agent_communication/test_agents_switching_protocols.py tests/integration/test_remoted/test_agent_communication/test_invalid_protocols_communication.py tests/integration/test_remoted/test_agent_communication/test_multi_agent_protocols_communication.py tests/integration/test_remoted/test_agent_communication/test_multi_agent_status.py tests/integration/test_remoted/test_agent_communication/test_protocols_communication.py tests/integration/test_remoted/test_agent_communication/test_request_agent_info.py tests/integration/test_remoted/test_agent_communication/test_shared_configuration.py tests/integration/test_remoted/test_configurations/__init__.py tests/integration/test_remoted/test_configurations/data/configuration_templates/config_invalid_connection.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_invalid_local_ip.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_queue_size.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_rids_closing_time.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_syslog_allowed_denied_ips.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_syslog_allowed_denied_ips_multiple.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_syslog_invalid_allowed_ips.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_syslog_invalid_denied_ips.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_syslog_no_allowed_ips.yaml tests/integration/test_remoted/test_configurations/data/configuration_templates/config_valid_local_ip.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_invalid_connection.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_invalid_connection_port.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_invalid_connection_protocol.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_invalid_local_ip.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_queue_size_syslog.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_queue_size_too_big.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_rids_invalid_closing_time.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_rids_valid_closing_time.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_syslog_allowed_denied_ips.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_syslog_allowed_denied_ips_multiple.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_syslog_denied_ips.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_syslog_invalid_allowed_ips.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_syslog_invalid_denied_ips.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_syslog_no_allowed_ips.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_valid_connection.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_valid_local_ip.yaml tests/integration/test_remoted/test_configurations/data/test_cases/cases_valid_queue_size.yaml tests/integration/test_remoted/test_configurations/test_invalid_connection.py tests/integration/test_remoted/test_configurations/test_invalid_connection_port.py tests/integration/test_remoted/test_configurations/test_invalid_connection_protocol.py tests/integration/test_remoted/test_configurations/test_invalid_local_ip.py tests/integration/test_remoted/test_configurations/test_queue_size_syslog.py tests/integration/test_remoted/test_configurations/test_queue_size_too_big.py tests/integration/test_remoted/test_configurations/test_rids_invalid_closing_time.py tests/integration/test_remoted/test_configurations/test_rids_valid_closing_time.py tests/integration/test_remoted/test_configurations/test_syslog_denied_ips.py tests/integration/test_remoted/test_configurations/test_syslog_invalid_allowed_ips.py tests/integration/test_remoted/test_configurations/test_syslog_invalid_denied_ips.py tests/integration/test_remoted/test_configurations/test_syslog_no_allowed_ips.py tests/integration/test_remoted/test_configurations/test_syslog_valid_allowed_denied_ips.py tests/integration/test_remoted/test_configurations/test_syslog_valid_allowed_denied_ips_multiple.py tests/integration/test_remoted/test_configurations/test_valid_connection.py tests/integration/test_remoted/test_configurations/test_valid_local_ip.py tests/integration/test_remoted/test_configurations/test_valid_queue_size.py tests/integration/test_remoted/test_manager/__init__.py tests/integration/test_remoted/test_manager/data/configuration_templates/config_manager_ack.yaml tests/integration/test_remoted/test_manager/data/test_cases/cases_manager_ack.yaml tests/integration/test_remoted/test_manager/test_manager_ack.py tests/integration/test_remoted/test_multi_groups/__init__.py tests/integration/test_remoted/test_multi_groups/conftest.py tests/integration/test_remoted/test_multi_groups/data/configuration_templates/config_multi_groups.yaml tests/integration/test_remoted/test_multi_groups/data/test_cases/cases_file_actions.yaml tests/integration/test_remoted/test_multi_groups/test_merged_mg_file_content.py tests/integration/test_remoted/test_rids/__init__.py tests/integration/test_remoted/test_rids/data/configuration_templates/config_rids.yaml tests/integration/test_remoted/test_rids/data/test_cases/cases_config.yaml tests/integration/test_remoted/test_rids/data/test_cases/cases_rids.yaml tests/integration/test_remoted/test_rids/test_config.py tests/integration/test_remoted/test_rids/test_rids.py tests/integration/test_remoted/test_socket_communication/__init__.py tests/integration/test_remoted/test_socket_communication/data/configuration_templates/config_socket_communication.yaml tests/integration/test_remoted/test_socket_communication/data/configuration_templates/config_syslog.yaml tests/integration/test_remoted/test_socket_communication/data/configuration_templates/config_syslog_msg_parser.yaml tests/integration/test_remoted/test_socket_communication/data/test_cases/cases_ping_pong_msg.yaml tests/integration/test_remoted/test_socket_communication/data/test_cases/cases_syslog_message.yaml tests/integration/test_remoted/test_socket_communication/data/test_cases/cases_syslog_msg_parser.yaml tests/integration/test_remoted/test_socket_communication/test_ping_pong_msg.py tests/integration/test_remoted/test_socket_communication/test_syslog_message.py tests/integration/test_remoted/test_socket_communication/test_syslog_message_parser.py tests/integration/test_vulnerability_detector/conftest.py tests/integration/test_vulnerability_detector/test_cpe_helper/__init__.py tests/integration/test_vulnerability_detector/test_cpe_helper/conftest.py tests/integration/test_vulnerability_detector/test_cpe_helper/data/configuration_templates/configuration_cpe_indexing.yaml tests/integration/test_vulnerability_detector/test_cpe_helper/data/test_cases/cases_cpe_indexing_empty_fields.yaml tests/integration/test_vulnerability_detector/test_cpe_helper/data/test_cases/cases_cpe_indexing_empty_vendor_version.yaml tests/integration/test_vulnerability_detector/test_cpe_helper/data/test_cases/cases_cpe_indexing_missing_fields.yaml tests/integration/test_vulnerability_detector/test_cpe_helper/data/test_cases/cases_cpe_indexing_wrong_tags.yaml tests/integration/test_vulnerability_detector/test_cpe_helper/data/test_cases/cases_cpe_indexing_wrong_values.yaml tests/integration/test_vulnerability_detector/test_cpe_helper/test_cpe_indexing_empty_fields.py tests/integration/test_vulnerability_detector/test_cpe_helper/test_cpe_indexing_empty_vendor_version.py tests/integration/test_vulnerability_detector/test_cpe_helper/test_cpe_indexing_missing_field.py tests/integration/test_vulnerability_detector/test_cpe_helper/test_cpe_indexing_wrong_tags.py tests/integration/test_vulnerability_detector/test_cpe_helper/test_cpe_indexing_wrong_values.py tests/integration/test_vulnerability_detector/test_feeds/__init__.py tests/integration/test_vulnerability_detector/test_feeds/data/configuration_templates/configuration_cpe_indexing.yaml tests/integration/test_vulnerability_detector/test_feeds/data/configuration_templates/configuration_duplicate_feeds.yaml tests/integration/test_vulnerability_detector/test_feeds/data/configuration_templates/configuration_import_invalid_feed_type.yaml tests/integration/test_vulnerability_detector/test_feeds/data/configuration_templates/configuration_msu_inventory.yaml tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_cpe_indexing_packages.yaml tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_cpe_indexing_system.yaml tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_duplicate_feeds.yaml tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_import_invalid_feed_type.yaml tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_msu_inventory.yaml tests/integration/test_vulnerability_detector/test_feeds/test_cpe_indexing.py tests/integration/test_vulnerability_detector/test_feeds/test_duplicate_feeds.py tests/integration/test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py tests/integration/test_vulnerability_detector/test_feeds/test_msu_inventory.py tests/integration/test_vulnerability_detector/test_general_settings/__init__.py tests/integration/test_vulnerability_detector/test_general_settings/data/configuration_templates/configuration_enabled.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/configuration_templates/configuration_interval.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/configuration_templates/configuration_min_full_scan_interval.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/configuration_templates/configuration_retry_interval.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/configuration_templates/configuration_run_on_start.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/test_cases/cases_enabled.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/test_cases/cases_interval.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/test_cases/cases_min_full_scan_interval.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/test_cases/cases_retry_interval.yaml tests/integration/test_vulnerability_detector/test_general_settings/data/test_cases/cases_run_on_start.yaml tests/integration/test_vulnerability_detector/test_general_settings/test_enabled.py tests/integration/test_vulnerability_detector/test_general_settings/test_interval.py tests/integration/test_vulnerability_detector/test_general_settings/test_min_full_scan_interval.py tests/integration/test_vulnerability_detector/test_general_settings/test_retry_interval.py tests/integration/test_vulnerability_detector/test_general_settings/test_run_on_start.py tests/integration/test_vulnerability_detector/test_providers/__init__.py tests/integration/test_vulnerability_detector/test_providers/data/configuration_templates/configuration_enabled.yaml tests/integration/test_vulnerability_detector/test_providers/data/configuration_templates/configuration_missing_os.yaml tests/integration/test_vulnerability_detector/test_providers/data/configuration_templates/configuration_multiple_provider_feeds.yaml tests/integration/test_vulnerability_detector/test_providers/data/configuration_templates/configuration_update_interval.yaml tests/integration/test_vulnerability_detector/test_providers/data/test_cases/cases_enabled.yaml tests/integration/test_vulnerability_detector/test_providers/data/test_cases/cases_missing_os.yaml tests/integration/test_vulnerability_detector/test_providers/data/test_cases/cases_multiple_provider_feeds.yaml tests/integration/test_vulnerability_detector/test_providers/data/test_cases/cases_update_interval.yaml tests/integration/test_vulnerability_detector/test_providers/test_enabled.py tests/integration/test_vulnerability_detector/test_providers/test_missing_os.py tests/integration/test_vulnerability_detector/test_providers/test_multiple_provider_feeds.py tests/integration/test_vulnerability_detector/test_providers/test_update_interval.py tests/integration/test_vulnerability_detector/test_scan_results/__init__.py tests/integration/test_vulnerability_detector/test_scan_results/data/configuration_templates/configuration_scan_nvd_vulnerabilities.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/configuration_templates/configuration_scan_provider_and_nvd_vulnerabilities.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/configuration_templates/configuration_scan_provider_vulnerabilities.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/configuration_templates/configuration_scan_vulnerabilities_triaged_null.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/configuration_templates/configuration_scan_vulnerability_removal.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/test_cases/cases_no_agent_data.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/test_cases/cases_scan_nvd_vulnerabilities.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/test_cases/cases_scan_provider_and_nvd_vulnerabilities.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/test_cases/cases_scan_provider_vulnerabilities.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/test_cases/cases_scan_vulnerabilities_triaged_null.yaml tests/integration/test_vulnerability_detector/test_scan_results/data/test_cases/cases_scan_vulnerability_removal.yaml tests/integration/test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py tests/integration/test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py tests/integration/test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py tests/integration/test_vulnerability_detector/test_scan_results/test_scan_vulnerabilities_triaged_null.py tests/integration/test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py tests/integration/test_vulnerability_detector/test_scan_results/utils.py tests/integration/test_vulnerability_detector/test_scan_types/__init__.py tests/integration/test_vulnerability_detector/test_scan_types/data/configuration_templates/configuration_baseline_scan.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/configuration_templates/configuration_full_scan.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/configuration_templates/configuration_partial_scan.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_baseline_scan_alert.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_baseline_scan_start.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_full_scan_alert_after_changes.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_full_scan_no_alert_after_no_changes.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_full_scan_remove_vulnerability_alert.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_full_scan_start.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_partial_scan_alert_after_changes.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_partial_scan_no_alert_after_no_changes.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_partial_scan_remove_vulnerability_alert.yaml tests/integration/test_vulnerability_detector/test_scan_types/data/test_cases/cases_partial_scan_start.yaml tests/integration/test_vulnerability_detector/test_scan_types/test_baseline_scan_type.py tests/integration/test_vulnerability_detector/test_scan_types/test_full_scan_type.py tests/integration/test_vulnerability_detector/test_scan_types/test_partial_scan_type.py tests/integration/test_vulnerability_detector/test_vulnerability_inventory/__init__.py tests/integration/test_vulnerability_detector/test_vulnerability_inventory/data/configuration_templates/configuration_inventory_baseline_scan.yaml tests/integration/test_vulnerability_detector/test_vulnerability_inventory/data/configuration_templates/configuration_inventory_full_scan.yaml tests/integration/test_vulnerability_detector/test_vulnerability_inventory/data/configuration_templates/configuration_inventory_partial_scan.yaml tests/integration/test_vulnerability_detector/test_vulnerability_inventory/data/test_cases/cases_vulnerability_inserted_baseline_scan.yaml tests/integration/test_vulnerability_detector/test_vulnerability_inventory/data/test_cases/cases_vulnerability_inserted_full_scan.yaml tests/integration/test_vulnerability_detector/test_vulnerability_inventory/data/test_cases/cases_vulnerability_inserted_partial_scan.yaml tests/integration/test_vulnerability_detector/test_vulnerability_inventory/data/test_cases/cases_vulnerability_removed_full_scan.yaml tests/integration/test_vulnerability_detector/test_vulnerability_inventory/data/test_cases/cases_vulnerability_removed_partial_scan.yaml tests/integration/test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_baseline_scan.py tests/integration/test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_full_scan.py tests/integration/test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_partial_scan.py tests/integration/test_vulnerability_detector/utils.py tests/integration/test_wazuh_db/conftest.py tests/integration/test_wazuh_db/test_backup/__init__.py tests/integration/test_wazuh_db/test_backup/conftest.py tests/integration/test_wazuh_db/test_backup/data/configuration_templates/configuration_wazuh_db_backups_conf.yaml tests/integration/test_wazuh_db/test_backup/data/test_cases/cases_wazuh_db_backup_command.yaml tests/integration/test_wazuh_db/test_backup/data/test_cases/cases_wazuh_db_backups_conf.yaml tests/integration/test_wazuh_db/test_backup/test_db_backup.py tests/integration/test_wazuh_db/test_backup/test_wdb_backup_configs.py tests/integration/test_wazuh_db/test_configuration/__init__.py tests/integration/test_wazuh_db/test_configuration/data/test_cases/cases_wazuhdb_getconfig.yaml tests/integration/test_wazuh_db/test_configuration/test_wazuhdb_getconfig.py tests/integration/test_wazuh_db/test_databases/__init__.py tests/integration/test_wazuh_db/test_databases/conftest.py tests/integration/test_wazuh_db/test_databases/data/test_cases/cases_agent_messages.yaml tests/integration/test_wazuh_db/test_databases/data/test_cases/cases_global_messages.yaml tests/integration/test_wazuh_db/test_databases/data/test_cases/cases_tasks_messages.yaml tests/integration/test_wazuh_db/test_databases/test_agent_database_version.py tests/integration/test_wazuh_db/test_databases/test_wazuh_db.py tests/integration/test_wazuh_db/test_databases/test_wazuh_db_timeout.py tests/integration/test_wazuh_db/test_groups/__init__.py tests/integration/test_wazuh_db/test_groups/conftest.py tests/integration/test_wazuh_db/test_groups/data/test_cases/cases_get_groups_integrity_messages.yaml tests/integration/test_wazuh_db/test_groups/data/test_cases/cases_set_agent_groups.yaml tests/integration/test_wazuh_db/test_groups/data/test_cases/cases_sync_agent_groups_get.yaml tests/integration/test_wazuh_db/test_groups/test_get_groups_integrity.py tests/integration/test_wazuh_db/test_groups/test_set_agent_groups.py tests/integration/test_wazuh_db/test_groups/test_sync_agent_groups_get.py tools/agent-upgrade/README.md tools/agent-upgrade/wpkpack.py tools/agent-upgrade/wpkunpack.py tools/migration/fim_migrate.py tools/mitre/const.py tools/mitre/mitredb.py upgrade.sh ```
TomasTurina commented 2 months ago

Changes applied: https://github.com/wazuh/wazuh-agent/pull/23

@vikman90 please, review.

TomasTurina commented 2 months ago

Requested changes applied!

cc @vikman90