VDT_R1.html

Report generated on 09-Mar-2023 at 18:17:50 by pytest-html v3.1.1

Environment

Packages {"pluggy": "0.13.1", "py": "1.10.0", "pytest": "6.2.3"}
Platform Linux-4.18.0-305.12.1.el8_4.x86_64-x86_64-with-centos-8.4.2105
Plugins {"html": "3.1.1", "metadata": "1.11.0", "testinfra": "5.0.0"}
Python 3.6.8

Summary

279 tests ran in 4285.26 seconds.

273 passed, 2 skipped, 4 failed, 0 errors, 2 expected failures, 0 unexpected passes
Tests Failed Success XFail Error
test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py 0 26 0 0
test_vulnerability_detector/test_feeds/test_cpe_indexing.py 0 18 0 0
test_vulnerability_detector/test_feeds/test_download_feeds.py 4 18 1 0
test_vulnerability_detector/test_feeds/test_duplicate_feeds.py 0 11 0 0
test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py 0 7 1 0
test_vulnerability_detector/test_feeds/test_msu_inventory.py 0 1 0 0
test_vulnerability_detector/test_feeds/test_validate_feed_content.py 0 44 0 0
test_vulnerability_detector/test_general_settings/test_enabled.py 0 2 0 0
test_vulnerability_detector/test_general_settings/test_interval.py 0 4 0 0
test_vulnerability_detector/test_general_settings/test_min_full_scan_interval.py 0 1 0 0
test_vulnerability_detector/test_general_settings/test_retry_interval.py 0 2 0 0
test_vulnerability_detector/test_general_settings/test_run_on_start.py 0 2 0 0
test_vulnerability_detector/test_providers/test_enabled.py 0 46 0 0
test_vulnerability_detector/test_providers/test_missing_os.py 0 8 0 0
test_vulnerability_detector/test_providers/test_multiple_provider_feeds.py 0 2 0 0
test_vulnerability_detector/test_providers/test_os.py 0 23 0 0
test_vulnerability_detector/test_providers/test_update_from_year.py 0 6 0 0
test_vulnerability_detector/test_providers/test_update_interval.py 0 7 0 0
test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py 0 13 0 0
test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py 0 5 0 0
test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py 0 5 0 0
test_vulnerability_detector/test_scan_results/test_scan_vulnerabilities_triaged_null.py 0 1 0 0
test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py 0 6 0 0
test_vulnerability_detector/test_scan_types/test_baseline_scan_type.py 0 2 0 0
test_vulnerability_detector/test_scan_types/test_full_scan_type.py 0 4 0 0
test_vulnerability_detector/test_scan_types/test_partial_scan_type.py 0 4 0 0
test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_baseline_scan.py 0 1 0 0
test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_full_scan.py 0 2 0 0
test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_partial_scan.py 0 2 0 0

Results

Result Time Test Description Duration Markers Links Tier
Failed 2023-03-09 18:17:49.013132 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 6.32 2

Test function details

Extended Summary

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.
wazuh_min_version: 4.4.0
tier: 2
parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.
assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.
input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.
expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'

Parameters

configuration = {'metadata': {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS', 'provider_name': 'Amazo...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS', 'provider_name': 'Amazon Linux 1', ...}
set_wazuh_configuration_vdt = None, truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')

# Check that the feed update has started
evm.check_provider_database_update_start_log(metadata['provider_name'])
# Check that the feed has been updated successfully
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_name'],
timeout=metadata['download_timeout'])

if 'provider_json_name' in metadata:
evm.check_provider_database_update_start_log(metadata['provider_json_name'])
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_json_name'],
timeout=metadata['download_timeout'])

if metadata['update_treshold_weeks'] != 'None':
> assert vd.feed_is_recently_updated(provider_name=metadata['provider_name'],
provider_os=metadata['provider_os'],
threshold_weeks=metadata['update_treshold_weeks']), '' \
f"The {metadata['provider_os']} feed has not been recently updated"
E AssertionError: The Amazon-Linux feed has not been recently updated
E assert False
E + where False = <function feed_is_recently_updated at 0x7fd80110b2f0>(provider_name='Amazon Linux 1', provider_os='Amazon-Linux', threshold_weeks=3)
E + where <function feed_is_recently_updated at 0x7fd80110b2f0> = vd.feed_is_recently_updated

test_vulnerability_detector/test_feeds/test_download_feeds.py:149: AssertionError
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:28:47 wazuh-modulesd[62408] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:28:47 wazuh-modulesd[62408] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:28:47 wazuh-modulesd[62408] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:28:47 wazuh-modulesd[62408] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:28:47 wazuh-modulesd[62408] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Failed 2023-03-09 18:17:49.016825 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS-2] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 6.64 2

Test function details

Extended Summary

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.
wazuh_min_version: 4.4.0
tier: 2
parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.
assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.
input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.
expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'

Parameters

configuration = {'metadata': {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS-2', 'provider_name': 'Ama...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS-2', 'provider_name': 'Amazon Linux 2', ...}
set_wazuh_configuration_vdt = None, truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')

# Check that the feed update has started
evm.check_provider_database_update_start_log(metadata['provider_name'])
# Check that the feed has been updated successfully
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_name'],
timeout=metadata['download_timeout'])

if 'provider_json_name' in metadata:
evm.check_provider_database_update_start_log(metadata['provider_json_name'])
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_json_name'],
timeout=metadata['download_timeout'])

if metadata['update_treshold_weeks'] != 'None':
> assert vd.feed_is_recently_updated(provider_name=metadata['provider_name'],
provider_os=metadata['provider_os'],
threshold_weeks=metadata['update_treshold_weeks']), '' \
f"The {metadata['provider_os']} feed has not been recently updated"
E AssertionError: The Amazon-Linux-2 feed has not been recently updated
E assert False
E + where False = <function feed_is_recently_updated at 0x7fd80110b2f0>(provider_name='Amazon Linux 2', provider_os='Amazon-Linux-2', threshold_weeks=3)
E + where <function feed_is_recently_updated at 0x7fd80110b2f0> = vd.feed_is_recently_updated

test_vulnerability_detector/test_feeds/test_download_feeds.py:149: AssertionError
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:28:54 wazuh-modulesd[62514] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:28:54 wazuh-modulesd[62514] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:28:54 wazuh-modulesd[62514] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:28:54 wazuh-modulesd[62514] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:28:54 wazuh-modulesd[62514] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Failed 2023-03-09 18:17:49.117085 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS-2022] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 6.00 2

Test function details

Extended Summary

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.
wazuh_min_version: 4.4.0
tier: 2
parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.
assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.
input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.
expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'

Parameters

configuration = {'metadata': {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS-2022', 'provider_name': '...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS-2022', 'provider_name': 'Amazon Linux 2022', ...}
set_wazuh_configuration_vdt = None, truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')

# Check that the feed update has started
evm.check_provider_database_update_start_log(metadata['provider_name'])
# Check that the feed has been updated successfully
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_name'],
timeout=metadata['download_timeout'])

if 'provider_json_name' in metadata:
evm.check_provider_database_update_start_log(metadata['provider_json_name'])
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_json_name'],
timeout=metadata['download_timeout'])

if metadata['update_treshold_weeks'] != 'None':
> assert vd.feed_is_recently_updated(provider_name=metadata['provider_name'],
provider_os=metadata['provider_os'],
threshold_weeks=metadata['update_treshold_weeks']), '' \
f"The {metadata['provider_os']} feed has not been recently updated"
E AssertionError: The Amazon-Linux-2022 feed has not been recently updated
E assert False
E + where False = <function feed_is_recently_updated at 0x7fd80110b2f0>(provider_name='Amazon Linux 2022', provider_os='Amazon-Linux-2022', threshold_weeks=3)
E + where <function feed_is_recently_updated at 0x7fd80110b2f0> = vd.feed_is_recently_updated

test_vulnerability_detector/test_feeds/test_download_feeds.py:149: AssertionError
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:29:02 wazuh-modulesd[62608] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:29:02 wazuh-modulesd[62608] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:29:02 wazuh-modulesd[62608] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:29:02 wazuh-modulesd[62608] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:29:02 wazuh-modulesd[62608] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Failed 2023-03-09 18:17:50.479921 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[MSU] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 16.35 2

Test function details

Extended Summary

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.
wazuh_min_version: 4.4.0
tier: 2
parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.
assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.
input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.
expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'

Parameters

configuration = {'metadata': {'description': 'Microsoft Security Update provider', 'download_timeout': 120, 'name': 'MSU', 'provider_n...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Microsoft Security Update provider', 'download_timeout': 120, 'name': 'MSU', 'provider_name': 'Microsoft Security Update', ...}
set_wazuh_configuration_vdt = None, truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')

# Check that the feed update has started
evm.check_provider_database_update_start_log(metadata['provider_name'])
# Check that the feed has been updated successfully
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_name'],
timeout=metadata['download_timeout'])

if 'provider_json_name' in metadata:
evm.check_provider_database_update_start_log(metadata['provider_json_name'])
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_json_name'],
timeout=metadata['download_timeout'])

if metadata['update_treshold_weeks'] != 'None':
> assert vd.feed_is_recently_updated(provider_name=metadata['provider_name'],
provider_os=metadata['provider_os'],
threshold_weeks=metadata['update_treshold_weeks']), '' \
f"The {metadata['provider_os']} feed has not been recently updated"
E AssertionError: The MSU feed has not been recently updated
E assert False
E + where False = <function feed_is_recently_updated at 0x7fd80110b2f0>(provider_name='Microsoft Security Update', provider_os='MSU', threshold_weeks=3)
E + where <function feed_is_recently_updated at 0x7fd80110b2f0> = vd.feed_is_recently_updated

test_vulnerability_detector/test_feeds/test_download_feeds.py:149: AssertionError
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:39:00 wazuh-modulesd[62865] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:39:00 wazuh-modulesd[62865] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:39:00 wazuh-modulesd[62865] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:39:00 wazuh-modulesd[62865] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:39:00 wazuh-modulesd[62865] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 17:39:00 wazuh-modulesd[62865] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
XFailed 2023-03-09 18:17:49.006434 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[BIONIC] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 4.26 2
configuration = {'metadata': {'description': 'Canonical provider', 'download_timeout': 120, 'name': 'BIONIC', 'provider_name': 'Ubuntu...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Canonical provider', 'download_timeout': 120, 'name': 'BIONIC', 'provider_name': 'Ubuntu Bionic', ...}
set_wazuh_configuration_vdt = None, truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
> pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')
E _pytest.outcomes.XFailed: Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556

test_vulnerability_detector/test_feeds/test_download_feeds.py:135: XFailed
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:26:59 wazuh-modulesd[61842] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:26:59 wazuh-modulesd[61842] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:26:59 wazuh-modulesd[61842] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:26:59 wazuh-modulesd[61842] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:26:59 wazuh-modulesd[61842] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (bionic) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
XFailed 2023-03-09 18:17:50.487185 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[NVD - MP3] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 2.22 server 2
configuration = {'sections': [{'elements': [{'enabled': {'value': 'yes'}}, {'run_on_start': {'value': 'yes'}}, {'provider': {'attribut...check'}, {'attributes': [{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}]}
metadata = {'custom_feed_url': 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.mp3', 'description': 'Ch...and parsing of JPG file as invalid feed in the NVD', 'name': 'NVD - MP3', 'provider_feed_names': ['nvd provider'], ...}
set_wazuh_configuration_vdt = None, truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_import_invalid_feed_type(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check the vulnerability detector behavior when importing unexpected file types as feeds.

test_phases:
- Set a custom Wazuh configuration, with custom URL feeds which refer to files of unexpected type.
- Check the error when updating the provider data.
- Check the error when updating the CVE database.
- Check that no junk data has been inserted into the database.
- Check that wazuh-modulesd is running (it has not crashed after parsing unexpected file types).

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Configuration loaded from `configuration_template`.
- metadata:
type: dict
brief: Test case metadata.
- set_wazuh_configuration_vdt:
type: fixture
brief: Set wazuh configuration.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all CVE tables.
- restart_modulesd_function:
type: fixture
brief: Restart wazuh-modulesd daemon before starting a test, and stop it after finishing.

assertions:
- Check the error when updating the provider database.
- Check the error when updating the CVE database.
- Check that no junk data has been inserted into the database.
- Check that wazuh-modulesd is running (it has not crashed after parsing unexpected file types).

input_description:
- The `configuration_import_invalid_feed_type.yaml` file provides the module configuration for this test.
- The `cases_import_invalid_feed_type` file provides the test cases.

expected_output:
- r"Failed when updating '{provider_feed_name}' database"
- r"ERROR: .* CVE database could not be updated."
'''
if metadata['target'] == 'nvd':
> pytest.xfail(reason='no error reported when importing invalid NVD feed. '
'https://github.com/wazuh/wazuh/issues/5210')
E _pytest.outcomes.XFailed: no error reported when importing invalid NVD feed. https://github.com/wazuh/wazuh/issues/5210

test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py:144: XFailed
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:43 wazuh-modulesd[65303] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:43 wazuh-modulesd[65303] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:43 wazuh-modulesd[65303] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:43 wazuh-modulesd[65303] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:43 wazuh-modulesd[65303] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.mp3' | Update since: 2010 | Timeout: 300s
Skipped 2023-03-09 18:17:50.522196 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[Canonical] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 7.84 server 1
('/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py', 145, 'Skipped: OVAL does not have any vulnerability yet, it is not possible to scan the Ubuntu 22 agent.')
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:10:38 wazuh-modulesd[75531] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:10:38 wazuh-modulesd[75531] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:10:38 wazuh-modulesd[75531] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:10:38 wazuh-modulesd[75531] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:10:38 wazuh-modulesd[75531] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:10:38 wazuh-modulesd[75531] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Skipped 2023-03-09 18:17:50.524026 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[Canonical] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 6.59 server 1
('/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py', 144, 'Skipped: OVAL does not have any vulnerability yet, it is not possible to scan the Ubuntu 22 agent.')
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:11:39 wazuh-modulesd[76159] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:11:39 wazuh-modulesd[76159] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:11:39 wazuh-modulesd[76159] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:11:39 wazuh-modulesd[76159] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:11:39 wazuh-modulesd[76159] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:11:39 wazuh-modulesd[76159] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.994817 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong source vendor fields] description: Check for invalid tags in the cpe_helper.json file. 8.45 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:06:37 wazuh-modulesd[56819] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:06:37 wazuh-modulesd[56819] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:06:37 wazuh-modulesd[56819] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:06:37 wazuh-modulesd[56819] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:06:37 wazuh-modulesd[56819] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:06:37 wazuh-modulesd[56819] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.995355 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong translation product fields] description: Check for invalid tags in the cpe_helper.json file. 9.17 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:06:46 wazuh-modulesd[56913] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:06:46 wazuh-modulesd[56913] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:06:46 wazuh-modulesd[56913] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:06:46 wazuh-modulesd[56913] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:06:46 wazuh-modulesd[56913] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:06:46 wazuh-modulesd[56913] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.995582 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong version field] description: Check for invalid tags in the cpe_helper.json file. 20.07 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:06:55 wazuh-modulesd[57018] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:06:55 wazuh-modulesd[57018] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:06:55 wazuh-modulesd[57018] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:06:55 wazuh-modulesd[57018] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:06:55 wazuh-modulesd[57018] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:06:55 wazuh-modulesd[57018] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.995777 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong format_version fields] description: Check for invalid tags in the cpe_helper.json file. 8.95 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:07:16 wazuh-modulesd[57127] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:07:16 wazuh-modulesd[57127] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:07:16 wazuh-modulesd[57127] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:07:16 wazuh-modulesd[57127] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:07:16 wazuh-modulesd[57127] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:07:16 wazuh-modulesd[57127] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.995976 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong update_date fields] description: Check for invalid tags in the cpe_helper.json file. 8.19 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:07:24 wazuh-modulesd[57220] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:07:24 wazuh-modulesd[57220] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:07:24 wazuh-modulesd[57220] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:07:24 wazuh-modulesd[57220] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:07:24 wazuh-modulesd[57220] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:07:24 wazuh-modulesd[57220] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.996250 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong target field] description: Check for invalid tags in the cpe_helper.json file. 108.35 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:07:33 wazuh-modulesd[57325] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:07:33 wazuh-modulesd[57325] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:07:33 wazuh-modulesd[57325] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:07:33 wazuh-modulesd[57325] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:07:33 wazuh-modulesd[57325] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:07:33 wazuh-modulesd[57325] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 17:07:53,346 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 17:07:53,347 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:07:53,348 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:08:13,476 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 17:08:13,476 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:08:13,476 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:08:33,508 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 17:08:33,508 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:08:33,509 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:08:53,718 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 17:08:53,719 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:08:53,719 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:09:13,757 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 17:09:13,757 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:09:13,757 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:48.996442 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong version value] description: Check for invalid values in the cpe_helper.json file. 17.50 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:09:20 wazuh-modulesd[57449] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:09:20 wazuh-modulesd[57449] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:09:20 wazuh-modulesd[57449] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:09:20 wazuh-modulesd[57449] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:09:20 wazuh-modulesd[57449] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:09:20 wazuh-modulesd[57449] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.996629 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong update_date value] description: Check for invalid values in the cpe_helper.json file. 21.39 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:09:37 wazuh-modulesd[57546] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:09:37 wazuh-modulesd[57546] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:09:37 wazuh-modulesd[57546] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:09:37 wazuh-modulesd[57546] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:09:37 wazuh-modulesd[57546] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:09:37 wazuh-modulesd[57546] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.996819 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong target value] description: Check for invalid values in the cpe_helper.json file. 18.66 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:09:59 wazuh-modulesd[57642] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:09:59 wazuh-modulesd[57642] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:09:59 wazuh-modulesd[57642] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:09:59 wazuh-modulesd[57642] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:09:59 wazuh-modulesd[57642] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:09:59 wazuh-modulesd[57642] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.997030 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong format_version value] description: Check for invalid values in the cpe_helper.json file. 7.97 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:10:17 wazuh-modulesd[57727] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:10:17 wazuh-modulesd[57727] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:10:17 wazuh-modulesd[57727] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:10:17 wazuh-modulesd[57727] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:10:17 wazuh-modulesd[57727] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:10:17 wazuh-modulesd[57727] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.997281 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong source vendor value] description: Check for invalid values in the cpe_helper.json file. 111.09 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:10:26 wazuh-modulesd[57832] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:10:26 wazuh-modulesd[57832] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:10:26 wazuh-modulesd[57832] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:10:26 wazuh-modulesd[57832] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:10:26 wazuh-modulesd[57832] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:10:26 wazuh-modulesd[57832] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 17:10:46,275 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 17:10:46,275 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:10:46,275 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:11:06,357 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 17:11:06,358 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:11:06,358 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:11:26,503 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 17:11:26,504 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:11:26,504 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:11:46,653 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 17:11:46,653 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:11:46,654 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:12:06,766 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 17:12:06,767 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:12:06,767 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:48.997698 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong source product value] description: Check for invalid values in the cpe_helper.json file. 111.37 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:12:18 wazuh-modulesd[57942] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:12:18 wazuh-modulesd[57942] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:12:18 wazuh-modulesd[57942] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:12:18 wazuh-modulesd[57942] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:12:18 wazuh-modulesd[57942] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:12:18 wazuh-modulesd[57942] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 17:12:38,385 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 17:12:38,386 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:12:38,386 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:12:58,507 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 17:12:58,507 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:12:58,507 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:13:18,725 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 17:13:18,725 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:13:18,725 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:13:38,793 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 17:13:38,793 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:13:38,793 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:13:58,931 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 17:13:58,932 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:13:58,932 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:48.997895 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong action value] description: Check for invalid values in the cpe_helper.json file. 9.86 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:14:09 wazuh-modulesd[58060] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:14:09 wazuh-modulesd[58060] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:14:09 wazuh-modulesd[58060] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:14:09 wazuh-modulesd[58060] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:14:09 wazuh-modulesd[58060] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:14:09 wazuh-modulesd[58060] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.998082 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing version field] description: Check for log when there is a missing field in the cpe_helper.json file. 19.66 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:14:19 wazuh-modulesd[58165] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:14:19 wazuh-modulesd[58165] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:14:19 wazuh-modulesd[58165] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:14:19 wazuh-modulesd[58165] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:14:19 wazuh-modulesd[58165] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:14:19 wazuh-modulesd[58165] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.998269 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing format_version field] description: Check for log when there is a missing field in the cpe_helper.json file. 18.30 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:14:37 wazuh-modulesd[58249] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:14:37 wazuh-modulesd[58249] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:14:37 wazuh-modulesd[58249] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:14:37 wazuh-modulesd[58249] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:14:37 wazuh-modulesd[58249] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:14:37 wazuh-modulesd[58249] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.998454 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing update_date field] description: Check for log when there is a missing field in the cpe_helper.json file. 19.12 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:14:56 wazuh-modulesd[58354] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:14:56 wazuh-modulesd[58354] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:14:56 wazuh-modulesd[58354] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:14:56 wazuh-modulesd[58354] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:14:56 wazuh-modulesd[58354] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:14:56 wazuh-modulesd[58354] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.998696 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing target field] description: Check for log when there is a missing field in the cpe_helper.json file. 108.42 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:15:16 wazuh-modulesd[58459] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:15:16 wazuh-modulesd[58459] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:15:16 wazuh-modulesd[58459] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:15:16 wazuh-modulesd[58459] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:15:16 wazuh-modulesd[58459] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:15:16 wazuh-modulesd[58459] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 17:15:36,606 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 17:15:36,607 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:15:36,607 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:15:56,684 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 17:15:56,684 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:15:56,684 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:16:16,913 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 17:16:16,913 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:16:16,914 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:16:36,944 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 17:16:36,945 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:16:36,945 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:16:57,038 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 17:16:57,039 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:16:57,039 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:48.998940 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing action field] description: Check for log when there is a missing field in the cpe_helper.json file. 111.28 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:17:05 wazuh-modulesd[58577] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:17:05 wazuh-modulesd[58577] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:17:05 wazuh-modulesd[58577] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:17:05 wazuh-modulesd[58577] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:17:05 wazuh-modulesd[58577] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:17:05 wazuh-modulesd[58577] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 17:17:25,310 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 17:17:25,311 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:17:25,311 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:17:45,354 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 17:17:45,355 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:17:45,355 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:18:05,583 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 17:18:05,583 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:18:05,583 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:18:25,761 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 17:18:25,762 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:18:25,762 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 17:18:45,834 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 17:18:45,834 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:18:45,834 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:48.999123 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing vendor field] description: Check for log when there is a missing field in the cpe_helper.json file. 20.56 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:18:56 wazuh-modulesd[58674] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:18:56 wazuh-modulesd[58674] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:18:56 wazuh-modulesd[58674] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:18:56 wazuh-modulesd[58674] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:18:56 wazuh-modulesd[58674] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:18:56 wazuh-modulesd[58674] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.999309 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing product field] description: Check for log when there is a missing field in the cpe_helper.json file. 17.05 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:19:15 wazuh-modulesd[58767] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:19:15 wazuh-modulesd[58767] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:19:15 wazuh-modulesd[58767] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:19:15 wazuh-modulesd[58767] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:19:15 wazuh-modulesd[58767] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:19:15 wazuh-modulesd[58767] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.999497 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Missing vendor field] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 19.40 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:19:32 wazuh-modulesd[58846] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:19:32 wazuh-modulesd[58846] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:19:32 wazuh-modulesd[58846] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:19:32 wazuh-modulesd[58846] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:19:32 wazuh-modulesd[58846] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:19:32 wazuh-modulesd[58846] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.999755 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Missing vendor and version fields] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 21.46 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:19:53 wazuh-modulesd[58940] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:19:53 wazuh-modulesd[58940] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:19:53 wazuh-modulesd[58940] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:19:53 wazuh-modulesd[58940] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:19:53 wazuh-modulesd[58940] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:19:53 wazuh-modulesd[58940] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:48.999951 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Missing set_version_if_product_matches action field] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 19.56 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:20:13 wazuh-modulesd[59042] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:20:13 wazuh-modulesd[59042] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:20:13 wazuh-modulesd[59042] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:20:13 wazuh-modulesd[59042] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:20:13 wazuh-modulesd[59042] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:20:13 wazuh-modulesd[59042] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.000145 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Replace_vendor instead of set_version_if_product_matches action fields] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 18.44 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:20:33 wazuh-modulesd[59136] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:20:33 wazuh-modulesd[59136] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:20:33 wazuh-modulesd[59136] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:20:33 wazuh-modulesd[59136] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:20:33 wazuh-modulesd[59136] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:20:33 wazuh-modulesd[59136] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.000334 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Missing all source fields] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 20.99 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:20:52 wazuh-modulesd[59242] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:20:52 wazuh-modulesd[59242] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:20:52 wazuh-modulesd[59242] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:20:52 wazuh-modulesd[59242] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:20:52 wazuh-modulesd[59242] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:20:52 wazuh-modulesd[59242] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.000529 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_vendor_version[Missing all the source fields and version translation field] description: Check that when vendor and version tags are empty, and the action tag is not the correct to. extract the version field, the package cannot be indexed. 20.26 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:21:13 wazuh-modulesd[59349] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:21:13 wazuh-modulesd[59349] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:21:13 wazuh-modulesd[59349] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:21:13 wazuh-modulesd[59349] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:21:13 wazuh-modulesd[59349] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:21:13 wazuh-modulesd[59349] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.000721 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_packages[WINDOWS] description: Check that the CPE helper info related to the packages data is indexed. 7.60 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:21:32 wazuh-modulesd[59443] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:21:32 wazuh-modulesd[59443] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:21:32 wazuh-modulesd[59443] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:21:32 wazuh-modulesd[59443] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:21:32 wazuh-modulesd[59443] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.000922 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_XP] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 9.24 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:21:41 wazuh-modulesd[59550] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:21:41 wazuh-modulesd[59550] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:21:41 wazuh-modulesd[59550] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:21:41 wazuh-modulesd[59550] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:21:41 wazuh-modulesd[59550] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:21:41 wazuh-modulesd[59550] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.001108 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_VISTA] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.94 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:21:50 wazuh-modulesd[59641] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:21:50 wazuh-modulesd[59641] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:21:50 wazuh-modulesd[59641] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:21:50 wazuh-modulesd[59641] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:21:50 wazuh-modulesd[59641] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:21:50 wazuh-modulesd[59641] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.001293 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_7] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.43 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:21:58 wazuh-modulesd[59731] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:21:58 wazuh-modulesd[59731] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:21:58 wazuh-modulesd[59731] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:21:58 wazuh-modulesd[59731] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:21:58 wazuh-modulesd[59731] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:21:58 wazuh-modulesd[59731] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.001480 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_8] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.59 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:22:08 wazuh-modulesd[59834] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:22:08 wazuh-modulesd[59834] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:22:08 wazuh-modulesd[59834] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:22:08 wazuh-modulesd[59834] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:22:08 wazuh-modulesd[59834] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:22:08 wazuh-modulesd[59834] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.001742 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_8_1] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 9.28 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:22:16 wazuh-modulesd[59925] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:22:16 wazuh-modulesd[59925] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:22:16 wazuh-modulesd[59925] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:22:16 wazuh-modulesd[59925] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:22:16 wazuh-modulesd[59925] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:22:16 wazuh-modulesd[59925] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.001933 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_10] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.90 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:22:26 wazuh-modulesd[60028] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:22:26 wazuh-modulesd[60028] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:22:26 wazuh-modulesd[60028] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:22:26 wazuh-modulesd[60028] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:22:26 wazuh-modulesd[60028] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:22:26 wazuh-modulesd[60028] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.002122 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_11] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.86 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:22:35 wazuh-modulesd[60119] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:22:35 wazuh-modulesd[60119] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:22:35 wazuh-modulesd[60119] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:22:35 wazuh-modulesd[60119] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:22:35 wazuh-modulesd[60119] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:22:35 wazuh-modulesd[60119] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.002314 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2003] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.86 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:22:43 wazuh-modulesd[60197] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:22:43 wazuh-modulesd[60197] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:22:43 wazuh-modulesd[60197] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:22:43 wazuh-modulesd[60197] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:22:43 wazuh-modulesd[60197] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:22:43 wazuh-modulesd[60197] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.002503 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2003_R2] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 9.88 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:22:51 wazuh-modulesd[60288] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:22:51 wazuh-modulesd[60288] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:22:51 wazuh-modulesd[60288] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:22:51 wazuh-modulesd[60288] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:22:51 wazuh-modulesd[60288] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:22:51 wazuh-modulesd[60288] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.002689 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2008] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.90 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:22:59 wazuh-modulesd[60367] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:22:59 wazuh-modulesd[60367] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:22:59 wazuh-modulesd[60367] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:22:59 wazuh-modulesd[60367] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:22:59 wazuh-modulesd[60367] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:22:59 wazuh-modulesd[60367] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.002879 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2008_R2] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.63 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:23:08 wazuh-modulesd[60470] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:23:08 wazuh-modulesd[60470] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:23:08 wazuh-modulesd[60470] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:23:08 wazuh-modulesd[60470] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:23:08 wazuh-modulesd[60470] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:23:08 wazuh-modulesd[60470] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.003063 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2012] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.72 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:23:18 wazuh-modulesd[60573] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:23:18 wazuh-modulesd[60573] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:23:18 wazuh-modulesd[60573] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:23:18 wazuh-modulesd[60573] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:23:18 wazuh-modulesd[60573] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:23:18 wazuh-modulesd[60573] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.003246 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2012_R2] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.36 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:23:26 wazuh-modulesd[60652] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:23:26 wazuh-modulesd[60652] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:23:26 wazuh-modulesd[60652] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:23:26 wazuh-modulesd[60652] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:23:26 wazuh-modulesd[60652] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:23:26 wazuh-modulesd[60652] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.003425 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2016] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.43 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:23:34 wazuh-modulesd[60743] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:23:34 wazuh-modulesd[60743] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:23:34 wazuh-modulesd[60743] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:23:34 wazuh-modulesd[60743] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:23:34 wazuh-modulesd[60743] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:23:34 wazuh-modulesd[60743] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.003647 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2019] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 9.19 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:23:43 wazuh-modulesd[60846] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:23:43 wazuh-modulesd[60846] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:23:43 wazuh-modulesd[60846] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:23:43 wazuh-modulesd[60846] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:23:43 wazuh-modulesd[60846] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:23:43 wazuh-modulesd[60846] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.003822 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2022_1] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.83 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:23:52 wazuh-modulesd[60949] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:23:52 wazuh-modulesd[60949] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:23:52 wazuh-modulesd[60949] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:23:52 wazuh-modulesd[60949] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:23:52 wazuh-modulesd[60949] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:23:52 wazuh-modulesd[60949] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.003993 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2022_2] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.88 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:24:00 wazuh-modulesd[61039] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:24:00 wazuh-modulesd[61039] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:24:00 wazuh-modulesd[61039] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:24:00 wazuh-modulesd[61039] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:24:00 wazuh-modulesd[61039] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 17:24:00 wazuh-modulesd[61039] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:49.004171 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL5] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 27.74 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:24:04 wazuh-modulesd[61115] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:24:04 wazuh-modulesd[61115] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:24:04 wazuh-modulesd[61115] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:24:04 wazuh-modulesd[61115] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:24:04 wazuh-modulesd[61115] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (5) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.004347 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL6] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 41.63 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:24:30 wazuh-modulesd[61239] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:24:30 wazuh-modulesd[61239] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:24:30 wazuh-modulesd[61239] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:24:30 wazuh-modulesd[61239] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:24:30 wazuh-modulesd[61239] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (6) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.004523 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL7] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 29.90 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:25:14 wazuh-modulesd[61364] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:25:14 wazuh-modulesd[61364] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:25:14 wazuh-modulesd[61364] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:25:14 wazuh-modulesd[61364] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:25:14 wazuh-modulesd[61364] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (7) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.004691 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL8] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 28.52 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:25:44 wazuh-modulesd[61500] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:25:44 wazuh-modulesd[61500] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:25:44 wazuh-modulesd[61500] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:25:44 wazuh-modulesd[61500] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:25:44 wazuh-modulesd[61500] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.004873 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[TRUSTY] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 23.63 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:26:13 wazuh-modulesd[61644] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:26:13 wazuh-modulesd[61644] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:26:13 wazuh-modulesd[61644] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:26:13 wazuh-modulesd[61644] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:26:13 wazuh-modulesd[61644] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (trusty) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.005057 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[XENIAL] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 23.31 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:26:36 wazuh-modulesd[61737] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:26:36 wazuh-modulesd[61737] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:26:36 wazuh-modulesd[61737] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:26:36 wazuh-modulesd[61737] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:26:36 wazuh-modulesd[61737] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (xenial) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.006643 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[FOCAL] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 24.47 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:27:04 wazuh-modulesd[61930] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:27:04 wazuh-modulesd[61930] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:27:04 wazuh-modulesd[61930] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:27:04 wazuh-modulesd[61930] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:27:04 wazuh-modulesd[61930] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (focal) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.006829 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[JAMMY] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 18.42 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:27:28 wazuh-modulesd[62035] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:27:28 wazuh-modulesd[62035] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:27:28 wazuh-modulesd[62035] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:27:28 wazuh-modulesd[62035] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:27:28 wazuh-modulesd[62035] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.007001 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[BUSTER] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 28.45 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:27:46 wazuh-modulesd[62128] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:27:46 wazuh-modulesd[62128] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:27:46 wazuh-modulesd[62128] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:27:46 wazuh-modulesd[62128] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:27:46 wazuh-modulesd[62128] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (buster) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.007178 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[BULLSEYE] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 24.60 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:28:14 wazuh-modulesd[62221] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:28:14 wazuh-modulesd[62221] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:28:14 wazuh-modulesd[62221] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:28:14 wazuh-modulesd[62221] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:28:14 wazuh-modulesd[62221] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:49.007353 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ARCH] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 9.32 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:28:40 wazuh-modulesd[62315] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:28:40 wazuh-modulesd[62315] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:28:40 wazuh-modulesd[62315] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:28:40 wazuh-modulesd[62315] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:28:40 wazuh-modulesd[62315] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 17:28:40 wazuh-modulesd[62315] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:49.117454 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[NVD] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 591.79 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:29:08 wazuh-modulesd[62726] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:29:08 wazuh-modulesd[62726] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:29:08 wazuh-modulesd[62726] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:29:08 wazuh-modulesd[62726] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:29:08 wazuh-modulesd[62726] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 17:29:08 wazuh-modulesd[62726] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.480325 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Server 11] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 56.22 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:39:16 wazuh-modulesd[62971] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:39:16 wazuh-modulesd[62971] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:39:16 wazuh-modulesd[62971] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:39:16 wazuh-modulesd[62971] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:39:16 wazuh-modulesd[62971] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.480672 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Server 12] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 101.95 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:40:11 wazuh-modulesd[63050] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:40:11 wazuh-modulesd[63050] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:40:11 wazuh-modulesd[63050] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:40:11 wazuh-modulesd[63050] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:40:11 wazuh-modulesd[63050] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.480978 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Server 15] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 164.01 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:41:53 wazuh-modulesd[63129] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:41:53 wazuh-modulesd[63129] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:41:53 wazuh-modulesd[63129] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:41:53 wazuh-modulesd[63129] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:41:53 wazuh-modulesd[63129] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.481227 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Desktop 11] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 16.49 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:44:38 wazuh-modulesd[63233] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:44:38 wazuh-modulesd[63233] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:44:38 wazuh-modulesd[63233] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:44:38 wazuh-modulesd[63233] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:44:38 wazuh-modulesd[63233] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.481462 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Desktop 12] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 33.24 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:44:54 wazuh-modulesd[63323] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:44:54 wazuh-modulesd[63323] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:44:54 wazuh-modulesd[63323] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:44:54 wazuh-modulesd[63323] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:44:54 wazuh-modulesd[63323] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.481683 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Desktop 15] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 109.31 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:45:27 wazuh-modulesd[63401] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:45:27 wazuh-modulesd[63401] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:45:27 wazuh-modulesd[63401] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:45:27 wazuh-modulesd[63401] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:45:27 wazuh-modulesd[63401] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.481905 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[RedHat] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 14.41 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:47:16 wazuh-modulesd[63495] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:47:16 wazuh-modulesd[63495] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:47:16 wazuh-modulesd[63495] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:47:16 wazuh-modulesd[63495] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:47:16 wazuh-modulesd[63495] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 17:47:16 wazuh-modulesd[63495] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s
Passed 2023-03-09 18:17:50.482126 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Debian] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 14.29 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:47:30 wazuh-modulesd[63579] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:47:30 wazuh-modulesd[63579] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:47:30 wazuh-modulesd[63579] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:47:30 wazuh-modulesd[63579] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:47:30 wazuh-modulesd[63579] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (Buster) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/debian/custom_debian_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.482345 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Trusty] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 14.85 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:47:45 wazuh-modulesd[63698] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:47:45 wazuh-modulesd[63698] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:47:45 wazuh-modulesd[63698] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:47:45 wazuh-modulesd[63698] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:47:45 wazuh-modulesd[63698] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (trusty) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.482568 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Xenial] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.77 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:48:01 wazuh-modulesd[63805] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:48:01 wazuh-modulesd[63805] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:48:01 wazuh-modulesd[63805] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:48:01 wazuh-modulesd[63805] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:48:01 wazuh-modulesd[63805] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (xenial) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.482796 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Bionic] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 14.55 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:48:16 wazuh-modulesd[63924] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:48:16 wazuh-modulesd[63924] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:48:16 wazuh-modulesd[63924] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:48:16 wazuh-modulesd[63924] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:48:16 wazuh-modulesd[63924] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (bionic) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.483090 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Focal] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 16.73 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:48:32 wazuh-modulesd[64043] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:48:32 wazuh-modulesd[64043] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:48:32 wazuh-modulesd[64043] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:48:32 wazuh-modulesd[64043] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:48:32 wazuh-modulesd[64043] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (focal) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.483321 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Jammy] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.71 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:48:48 wazuh-modulesd[64150] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:48:48 wazuh-modulesd[64150] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:48:48 wazuh-modulesd[64150] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:48:48 wazuh-modulesd[64150] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:48:48 wazuh-modulesd[64150] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.483560 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[ALAS] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.79 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:49:03 wazuh-modulesd[64281] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:49:03 wazuh-modulesd[64281] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:49:03 wazuh-modulesd[64281] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:49:03 wazuh-modulesd[64281] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:49:03 wazuh-modulesd[64281] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/alas/custom_alas_feed.json' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.483801 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Arch] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.47 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:49:19 wazuh-modulesd[64388] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:49:19 wazuh-modulesd[64388] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:49:19 wazuh-modulesd[64388] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:49:19 wazuh-modulesd[64388] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:49:19 wazuh-modulesd[64388] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 17:49:19 wazuh-modulesd[64388] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/arch/custom_archlinux_feed.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.484031 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[MSU] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.36 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:49:34 wazuh-modulesd[64495] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:49:34 wazuh-modulesd[64495] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:49:34 wazuh-modulesd[64495] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:49:34 wazuh-modulesd[64495] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:49:34 wazuh-modulesd[64495] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 17:49:34 wazuh-modulesd[64495] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.484253 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[SUSE] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 14.68 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:49:50 wazuh-modulesd[64602] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:49:50 wazuh-modulesd[64602] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:49:50 wazuh-modulesd[64602] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:49:50 wazuh-modulesd[64602] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:49:50 wazuh-modulesd[64602] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.484480 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[RHEL - PDF] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 7.63 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:05 wazuh-modulesd[64710] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:05 wazuh-modulesd[64710] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:05 wazuh-modulesd[64710] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:05 wazuh-modulesd[64710] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:05 wazuh-modulesd[64710] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.pdf' | Timeout: 300s 2023/03/09 17:50:05 wazuh-modulesd[64710] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: 'none' | Multi url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.pdf' | Update since: 1999 | Timeout: 300s
Passed 2023-03-09 18:17:50.484704 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[Debian - JPG] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 4.23 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:11 wazuh-modulesd[64789] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:11 wazuh-modulesd[64789] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:11 wazuh-modulesd[64789] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:11 wazuh-modulesd[64789] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:11 wazuh-modulesd[64789] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.jpg' | Timeout: 300s
Passed 2023-03-09 18:17:50.484961 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[Canonical - MP3] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 7.33 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:17 wazuh-modulesd[64906] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:17 wazuh-modulesd[64906] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:17 wazuh-modulesd[64906] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:17 wazuh-modulesd[64906] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:17 wazuh-modulesd[64906] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.mp3' | Timeout: 300s
Passed 2023-03-09 18:17:50.485202 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[ALAS - DOC] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 6.25 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:24 wazuh-modulesd[65011] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:24 wazuh-modulesd[65011] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:24 wazuh-modulesd[65011] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:24 wazuh-modulesd[65011] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:24 wazuh-modulesd[65011] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.doc' | Timeout: 300s
Passed 2023-03-09 18:17:50.485491 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[Arch - AVI] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 6.31 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:30 wazuh-modulesd[65105] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:30 wazuh-modulesd[65105] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:30 wazuh-modulesd[65105] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:30 wazuh-modulesd[65105] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:30 wazuh-modulesd[65105] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: 'none' | Multi url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.avi' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.485715 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[MSU - JPG] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 6.92 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:37 wazuh-modulesd[65210] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:37 wazuh-modulesd[65210] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:37 wazuh-modulesd[65210] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:37 wazuh-modulesd[65210] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:37 wazuh-modulesd[65210] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.jpg' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.487447 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[SUSE - JPG] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 6.29 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:45 wazuh-modulesd[65390] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:45 wazuh-modulesd[65390] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:45 wazuh-modulesd[65390] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:45 wazuh-modulesd[65390] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:45 wazuh-modulesd[65390] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.jpg' | Timeout: 300s
Passed 2023-03-09 18:17:50.487685 test_vulnerability_detector/test_feeds/test_msu_inventory.py::test_msu_catalog_patches[Check Patches with no CVE present] description: Check that patch information is added to the feed from the catalog for patches not directly related. to a Vulnerability. 18.54 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:50:53 wazuh-modulesd[65507] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:50:53 wazuh-modulesd[65507] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:50:53 wazuh-modulesd[65507] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:50:53 wazuh-modulesd[65507] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:50:53 wazuh-modulesd[65507] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 17:50:53 wazuh-modulesd[65507] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.487959 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[Red Hat Enterprise Linux] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.67 2
No log output captured.
Passed 2023-03-09 18:17:50.488168 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[Debian] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 0.88 2
No log output captured.
Passed 2023-03-09 18:17:50.488389 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[Arch Linux] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.96 2
No log output captured.
Passed 2023-03-09 18:17:50.488590 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[Amazon Linux] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 0.28 2
No log output captured.
Passed 2023-03-09 18:17:50.488794 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[MSU] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.18 2
No log output captured.
Passed 2023-03-09 18:17:50.489026 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2002] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.74 2
No log output captured.
Passed 2023-03-09 18:17:50.489238 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2003] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.61 2
No log output captured.
Passed 2023-03-09 18:17:50.489439 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2004] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.33 2
No log output captured.
Passed 2023-03-09 18:17:50.489648 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2005] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.72 2
No log output captured.
Passed 2023-03-09 18:17:50.489845 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2006] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.26 2
No log output captured.
Passed 2023-03-09 18:17:50.490062 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2007] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.28 2
No log output captured.
Passed 2023-03-09 18:17:50.490270 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2008] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.57 2
No log output captured.
Passed 2023-03-09 18:17:50.490541 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2009] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.37 2
No log output captured.
Passed 2023-03-09 18:17:50.490750 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2010] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.35 2
No log output captured.
Passed 2023-03-09 18:17:50.490958 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2011] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.12 2
No log output captured.
Passed 2023-03-09 18:17:50.491156 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2012] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.37 2
No log output captured.
Passed 2023-03-09 18:17:50.491344 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2013] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.95 2
No log output captured.
Passed 2023-03-09 18:17:50.491526 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2014] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.67 2
No log output captured.
Passed 2023-03-09 18:17:50.491707 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2015] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.57 2
No log output captured.
Passed 2023-03-09 18:17:50.491897 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2016] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 4.35 2
No log output captured.
Passed 2023-03-09 18:17:50.492073 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2017] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 5.23 2
No log output captured.
Passed 2023-03-09 18:17:50.492264 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2018] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 5.78 2
No log output captured.
Passed 2023-03-09 18:17:50.492457 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2019] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 6.20 2
No log output captured.
Passed 2023-03-09 18:17:50.492646 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2020] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 7.54 2
No log output captured.
Passed 2023-03-09 18:17:50.492889 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2021] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 7.93 2
No log output captured.
Passed 2023-03-09 18:17:50.493100 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2022] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 7.10 2
No log output captured.
Passed 2023-03-09 18:17:50.493294 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2023] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.59 2
No log output captured.
Passed 2023-03-09 18:17:50.493478 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Red Hat Enterprise Linux0] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 0.92 2
No log output captured.
Passed 2023-03-09 18:17:50.493654 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Red Hat Enterprise Linux1] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 3.50 2
No log output captured.
Passed 2023-03-09 18:17:50.493841 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Red Hat Enterprise Linux2] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 3.59 2
No log output captured.
Passed 2023-03-09 18:17:50.494027 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Red Hat Enterprise Linux3] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 3.08 2
No log output captured.
Passed 2023-03-09 18:17:50.494220 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Jammy] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 6.40 2
No log output captured.
Passed 2023-03-09 18:17:50.494430 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Focal] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.06 2
No log output captured.
Passed 2023-03-09 18:17:50.494618 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Bionic] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 10.52 2
No log output captured.
Passed 2023-03-09 18:17:50.495097 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Xenial] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 5.20 2
No log output captured.
Passed 2023-03-09 18:17:50.495293 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Trusty] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 6.13 2
No log output captured.
Passed 2023-03-09 18:17:50.495539 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Debian0] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.82 2
No log output captured.
Passed 2023-03-09 18:17:50.495732 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Debian1] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.58 2
No log output captured.
Passed 2023-03-09 18:17:50.495920 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Desktop 11] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 20.75 2
No log output captured.
Passed 2023-03-09 18:17:50.496103 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Desktop 12] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 56.05 2
No log output captured.
Passed 2023-03-09 18:17:50.496297 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Desktop 15] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 50.05 2
No log output captured.
Passed 2023-03-09 18:17:50.496480 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Server 11] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 30.50 2
No log output captured.
Passed 2023-03-09 18:17:50.496662 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Server 12] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 63.47 2
No log output captured.
Passed 2023-03-09 18:17:50.496852 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Server 15] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 122.26 2
No log output captured.
Passed 2023-03-09 18:17:50.497159 test_vulnerability_detector/test_general_settings/test_enabled.py::test_enabled[enabled] description: Check that vulnerability detector is started when is set enabled yes. 10.61 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:59:22 wazuh-modulesd[65668] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:59:22 wazuh-modulesd[65668] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:59:22 wazuh-modulesd[65668] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:59:22 wazuh-modulesd[65668] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 17:59:32,534 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: DEBUG: Module disabled. Exiting... 2023-03-09 17:59:32,535 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 17:59:32,535 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: DEBUG: Module disabled. Exiting... ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.497371 test_vulnerability_detector/test_general_settings/test_enabled.py::test_disabled[disabled] description: Check that vulnerability detector is not started when is set enabled no. 0.62 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:59:33 wazuh-modulesd[65696] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:59:33 wazuh-modulesd[65696] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:59:33 wazuh-modulesd[65696] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:59:33 wazuh-modulesd[65696] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 18:17:50.497586 test_vulnerability_detector/test_general_settings/test_interval.py::test_interval_scan[5s] description: Check that the time specified in the interval is correct at the time of sleeping the scan thread. 1.66 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:59:34 wazuh-modulesd[65743] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:59:34 wazuh-modulesd[65743] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:59:34 wazuh-modulesd[65743] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:59:34 wazuh-modulesd[65743] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 18:17:50.498519 test_vulnerability_detector/test_general_settings/test_interval.py::test_interval_scan[5m] description: Check that the time specified in the interval is correct at the time of sleeping the scan thread. 1.10 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:59:35 wazuh-modulesd[65770] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:59:35 wazuh-modulesd[65770] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:59:35 wazuh-modulesd[65770] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:59:35 wazuh-modulesd[65770] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 18:17:50.498760 test_vulnerability_detector/test_general_settings/test_interval.py::test_interval_scan[5h] description: Check that the time specified in the interval is correct at the time of sleeping the scan thread. 0.60 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:59:36 wazuh-modulesd[65797] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:59:36 wazuh-modulesd[65797] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:59:36 wazuh-modulesd[65797] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:59:36 wazuh-modulesd[65797] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 18:17:50.498960 test_vulnerability_detector/test_general_settings/test_interval.py::test_interval_scan[5d] description: Check that the time specified in the interval is correct at the time of sleeping the scan thread. 2.95 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:59:37 wazuh-modulesd[65824] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:59:37 wazuh-modulesd[65824] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:59:37 wazuh-modulesd[65824] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:59:37 wazuh-modulesd[65824] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 18:17:50.499171 test_vulnerability_detector/test_general_settings/test_min_full_scan_interval.py::test_min_full_scan_interval[5 seconds] description: Check that the full scan is started after passing the min_full_scan_interval time. 25.00 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 17:59:46 wazuh-modulesd[65926] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 17:59:46 wazuh-modulesd[65926] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 17:59:46 wazuh-modulesd[65926] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 17:59:46 wazuh-modulesd[65926] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 17:59:46 wazuh-modulesd[65926] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 17:59:46 wazuh-modulesd[65926] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 17:59:46 wazuh-modulesd[65926] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.499375 test_vulnerability_detector/test_general_settings/test_retry_interval.py::test_retry_interval[5s] description: Check if the `retry_interval ` option is working correctly. To do this,. it checks the `ossec.log` file for the message indicating that Vulnerability Detector will sleep before. attempting to scan the pending agents (forcing the retry interval action). After this, the DBs are. synchronized and the scan (log) is checked to ensure that it is performed normally. 13.46 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:00:10 wazuh-modulesd[66047] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:00:10 wazuh-modulesd[66047] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:00:10 wazuh-modulesd[66047] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:00:10 wazuh-modulesd[66047] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:00:10 wazuh-modulesd[66047] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:00:10 wazuh-modulesd[66047] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:00:10 wazuh-modulesd[66047] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.499582 test_vulnerability_detector/test_general_settings/test_retry_interval.py::test_retry_interval_max_retries[5s] description: Check if after exceeding the maximum number of retries for a scan (`retry_interval`) the. corresponding message is displayed indicating that the software could not be obtained for the agent. and that it will be retried at the next scan (waiting for its time interval). 27.04 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:00:24 wazuh-modulesd[66151] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:00:24 wazuh-modulesd[66151] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:00:24 wazuh-modulesd[66151] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:00:24 wazuh-modulesd[66151] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:00:24 wazuh-modulesd[66151] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:00:24 wazuh-modulesd[66151] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:00:24 wazuh-modulesd[66151] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.499793 test_vulnerability_detector/test_general_settings/test_run_on_start.py::test_run_on_start_enabled[enabled] description: Check that when run_on_start is enabled, the vulnerability scan starts (indicated in the log). 3.25 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:00:46 wazuh-modulesd[66240] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:00:46 wazuh-modulesd[66240] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:00:46 wazuh-modulesd[66240] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:00:46 wazuh-modulesd[66240] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:00:46 wazuh-modulesd[66240] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.500046 test_vulnerability_detector/test_general_settings/test_run_on_start.py::test_run_on_start_disabled[disabled] description: Check that when run_on_start is disabled, the vulnerability scan does not start (log does not appear). 13.97 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:00:49 wazuh-modulesd[66316] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:00:49 wazuh-modulesd[66316] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:00:49 wazuh-modulesd[66316] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:00:49 wazuh-modulesd[66316] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:00:49 wazuh-modulesd[66316] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 18:01:00,640 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: Starting vulnerability scan 2023-03-09 18:01:00,641 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:01:00,641 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: Starting vulnerability scan ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.500253 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Amazon Linux 1] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:02 wazuh-modulesd[66373] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:02 wazuh-modulesd[66373] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:02 wazuh-modulesd[66373] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:02 wazuh-modulesd[66373] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:02 wazuh-modulesd[66373] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.500462 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Amazon Linux 2] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.07 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:04 wazuh-modulesd[66403] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:04 wazuh-modulesd[66403] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:04 wazuh-modulesd[66403] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:04 wazuh-modulesd[66403] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:04 wazuh-modulesd[66403] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.500730 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Amazon Linux 2022] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 0.55 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:05 wazuh-modulesd[66433] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:05 wazuh-modulesd[66433] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:05 wazuh-modulesd[66433] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:05 wazuh-modulesd[66433] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:05 wazuh-modulesd[66433] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.500976 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Focal] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 0.60 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:05 wazuh-modulesd[66463] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:05 wazuh-modulesd[66463] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:05 wazuh-modulesd[66463] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:05 wazuh-modulesd[66463] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:05 wazuh-modulesd[66463] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (focal) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.501193 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Bionic] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:06 wazuh-modulesd[66492] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:06 wazuh-modulesd[66492] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:06 wazuh-modulesd[66492] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:06 wazuh-modulesd[66492] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:06 wazuh-modulesd[66492] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (bionic) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.501389 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Xenial] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:07 wazuh-modulesd[66521] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:07 wazuh-modulesd[66521] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:07 wazuh-modulesd[66521] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:07 wazuh-modulesd[66521] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:07 wazuh-modulesd[66521] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (xenial) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.501570 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Trusty] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:08 wazuh-modulesd[66550] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:08 wazuh-modulesd[66550] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:08 wazuh-modulesd[66550] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:08 wazuh-modulesd[66550] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:08 wazuh-modulesd[66550] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (trusty) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.501758 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Jammy] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:09 wazuh-modulesd[66579] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:09 wazuh-modulesd[66579] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:09 wazuh-modulesd[66579] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:09 wazuh-modulesd[66579] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:09 wazuh-modulesd[66579] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.501948 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[RHEL 8] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:10 wazuh-modulesd[66608] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:10 wazuh-modulesd[66608] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:10 wazuh-modulesd[66608] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:10 wazuh-modulesd[66608] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:10 wazuh-modulesd[66608] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.502136 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[RHEL 7] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.19 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:11 wazuh-modulesd[66637] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:11 wazuh-modulesd[66637] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:11 wazuh-modulesd[66637] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:11 wazuh-modulesd[66637] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:11 wazuh-modulesd[66637] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (7) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.502329 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[RHEL 6] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.15 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:13 wazuh-modulesd[66666] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:13 wazuh-modulesd[66666] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:13 wazuh-modulesd[66666] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:13 wazuh-modulesd[66666] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:13 wazuh-modulesd[66666] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (6) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.502511 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[RHEL 5] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:14 wazuh-modulesd[66695] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:14 wazuh-modulesd[66695] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:14 wazuh-modulesd[66695] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:14 wazuh-modulesd[66695] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:14 wazuh-modulesd[66695] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (5) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.502694 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Debian Bullseye] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.07 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:15 wazuh-modulesd[66724] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:15 wazuh-modulesd[66724] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:15 wazuh-modulesd[66724] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:15 wazuh-modulesd[66724] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:15 wazuh-modulesd[66724] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.502934 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Debian Buster] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.35 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:16 wazuh-modulesd[66753] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:16 wazuh-modulesd[66753] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:16 wazuh-modulesd[66753] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:16 wazuh-modulesd[66753] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:16 wazuh-modulesd[66753] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (buster) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.503124 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Arch Linux] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:17 wazuh-modulesd[66782] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:17 wazuh-modulesd[66782] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:17 wazuh-modulesd[66782] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:17 wazuh-modulesd[66782] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:17 wazuh-modulesd[66782] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 18:01:17 wazuh-modulesd[66782] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.503313 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[NVD] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 0.61 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:18 wazuh-modulesd[66811] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:18 wazuh-modulesd[66811] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:18 wazuh-modulesd[66811] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:18 wazuh-modulesd[66811] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:18 wazuh-modulesd[66811] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 18:01:18 wazuh-modulesd[66811] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'none' | Update since: 2023 | Timeout: 300s
Passed 2023-03-09 18:17:50.503503 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[MSU] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.09 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:19 wazuh-modulesd[66840] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:19 wazuh-modulesd[66840] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:19 wazuh-modulesd[66840] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:19 wazuh-modulesd[66840] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:19 wazuh-modulesd[66840] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 18:01:19 wazuh-modulesd[66840] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.503690 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Server 11] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:20 wazuh-modulesd[66870] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:20 wazuh-modulesd[66870] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:20 wazuh-modulesd[66870] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:20 wazuh-modulesd[66870] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:20 wazuh-modulesd[66870] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.503878 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Server 12] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:21 wazuh-modulesd[66899] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:21 wazuh-modulesd[66899] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:21 wazuh-modulesd[66899] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:21 wazuh-modulesd[66899] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:21 wazuh-modulesd[66899] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.504058 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Server 15] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:22 wazuh-modulesd[66928] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:22 wazuh-modulesd[66928] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:22 wazuh-modulesd[66928] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:22 wazuh-modulesd[66928] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:22 wazuh-modulesd[66928] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.504242 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Desktop 11] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:23 wazuh-modulesd[66957] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:23 wazuh-modulesd[66957] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:23 wazuh-modulesd[66957] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:23 wazuh-modulesd[66957] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:23 wazuh-modulesd[66957] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.504426 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Desktop 12] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.09 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:25 wazuh-modulesd[66986] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:25 wazuh-modulesd[66986] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:25 wazuh-modulesd[66986] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:25 wazuh-modulesd[66986] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:25 wazuh-modulesd[66986] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.504601 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Desktop 15] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.08 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:26 wazuh-modulesd[67015] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:26 wazuh-modulesd[67015] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:26 wazuh-modulesd[67015] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:26 wazuh-modulesd[67015] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:01:26 wazuh-modulesd[67015] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.504883 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Amazon Linux 1] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:27 wazuh-modulesd[67044] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:27 wazuh-modulesd[67044] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:27 wazuh-modulesd[67044] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:27 wazuh-modulesd[67044] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:01:32,302 - wazuh_testing - ERROR - Could not find Amazon Linux 1 update starting log 2023-03-09 18:01:32,302 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:01:32,302 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Amazon Linux 1 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.505119 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Amazon Linux 2] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:32 wazuh-modulesd[67072] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:32 wazuh-modulesd[67072] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:32 wazuh-modulesd[67072] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:32 wazuh-modulesd[67072] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:01:37,422 - wazuh_testing - ERROR - Could not find Amazon Linux 2 update starting log 2023-03-09 18:01:37,423 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:01:37,423 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Amazon Linux 2 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.505348 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Amazon Linux 2022] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.61 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:37 wazuh-modulesd[67100] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:37 wazuh-modulesd[67100] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:37 wazuh-modulesd[67100] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:37 wazuh-modulesd[67100] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:01:42,546 - wazuh_testing - ERROR - Could not find Amazon Linux 2022 update starting log 2023-03-09 18:01:42,547 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:01:42,547 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Amazon Linux 2022 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.505561 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Focal] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.13 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:43 wazuh-modulesd[67128] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:43 wazuh-modulesd[67128] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:43 wazuh-modulesd[67128] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:43 wazuh-modulesd[67128] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:01:48,188 - wazuh_testing - ERROR - Could not find Ubuntu Focal update starting log 2023-03-09 18:01:48,189 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:01:48,189 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Focal update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.505782 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Bionic] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:48 wazuh-modulesd[67156] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:48 wazuh-modulesd[67156] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:48 wazuh-modulesd[67156] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:48 wazuh-modulesd[67156] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:01:53,308 - wazuh_testing - ERROR - Could not find Ubuntu Bionic update starting log 2023-03-09 18:01:53,309 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:01:53,309 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Bionic update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.505998 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Xenial] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:53 wazuh-modulesd[67184] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:53 wazuh-modulesd[67184] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:53 wazuh-modulesd[67184] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:53 wazuh-modulesd[67184] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:01:58,428 - wazuh_testing - ERROR - Could not find Ubuntu Xenial update starting log 2023-03-09 18:01:58,429 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:01:58,429 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Xenial update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.506207 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Trusty] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.21 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:01:58 wazuh-modulesd[67212] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:01:58 wazuh-modulesd[67212] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:01:58 wazuh-modulesd[67212] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:01:58 wazuh-modulesd[67212] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:03,655 - wazuh_testing - ERROR - Could not find Ubuntu Trusty update starting log 2023-03-09 18:02:03,655 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:03,655 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Trusty update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.506438 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Jammy] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.14 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:03 wazuh-modulesd[67240] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:03 wazuh-modulesd[67240] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:03 wazuh-modulesd[67240] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:03 wazuh-modulesd[67240] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:08,787 - wazuh_testing - ERROR - Could not find Ubuntu Jammy update starting log 2023-03-09 18:02:08,788 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:08,788 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Jammy update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.506707 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[RHEL 8] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.66 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:08 wazuh-modulesd[67276] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:08 wazuh-modulesd[67276] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:08 wazuh-modulesd[67276] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:08 wazuh-modulesd[67276] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:13,966 - wazuh_testing - ERROR - Could not find Red Hat Enterprise Linux 8 update starting log 2023-03-09 18:02:13,967 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:13,967 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Red Hat Enterprise Linux 8 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.506938 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[RHEL 7] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.14 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:14 wazuh-modulesd[67304] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:14 wazuh-modulesd[67304] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:14 wazuh-modulesd[67304] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:14 wazuh-modulesd[67304] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:19,614 - wazuh_testing - ERROR - Could not find Red Hat Enterprise Linux 7 update starting log 2023-03-09 18:02:19,615 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:19,615 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Red Hat Enterprise Linux 7 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.507162 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[RHEL 6] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.15 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:19 wazuh-modulesd[67332] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:19 wazuh-modulesd[67332] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:19 wazuh-modulesd[67332] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:19 wazuh-modulesd[67332] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:24,780 - wazuh_testing - ERROR - Could not find Red Hat Enterprise Linux 6 update starting log 2023-03-09 18:02:24,780 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:24,781 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Red Hat Enterprise Linux 6 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.507379 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[RHEL 5] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:24 wazuh-modulesd[67360] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:24 wazuh-modulesd[67360] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:24 wazuh-modulesd[67360] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:24 wazuh-modulesd[67360] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:29,899 - wazuh_testing - ERROR - Could not find Red Hat Enterprise Linux 5 update starting log 2023-03-09 18:02:29,900 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:29,900 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Red Hat Enterprise Linux 5 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.507604 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Debian Bullseye] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.13 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:30 wazuh-modulesd[67388] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:30 wazuh-modulesd[67388] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:30 wazuh-modulesd[67388] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:30 wazuh-modulesd[67388] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:35,042 - wazuh_testing - ERROR - Could not find Debian Bullseye update starting log 2023-03-09 18:02:35,043 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:35,043 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Debian Bullseye update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.507824 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Debian Buster] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:35 wazuh-modulesd[67416] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:35 wazuh-modulesd[67416] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:35 wazuh-modulesd[67416] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:35 wazuh-modulesd[67416] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:40,163 - wazuh_testing - ERROR - Could not find Debian Buster update starting log 2023-03-09 18:02:40,164 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:40,164 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Debian Buster update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.508048 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Arch Linux] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:40 wazuh-modulesd[67444] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:40 wazuh-modulesd[67444] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:40 wazuh-modulesd[67444] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:40 wazuh-modulesd[67444] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:45,297 - wazuh_testing - ERROR - Could not find Arch Linux update starting log 2023-03-09 18:02:45,297 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:45,297 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Arch Linux update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.508265 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[NVD] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.07 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:45 wazuh-modulesd[67472] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:45 wazuh-modulesd[67472] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:45 wazuh-modulesd[67472] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:45 wazuh-modulesd[67472] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:50,365 - wazuh_testing - ERROR - Could not find National Vulnerability Database update starting log 2023-03-09 18:02:50,366 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:50,366 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find National Vulnerability Database update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.508542 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[MSU] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.13 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:50 wazuh-modulesd[67500] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:50 wazuh-modulesd[67500] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:50 wazuh-modulesd[67500] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:50 wazuh-modulesd[67500] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:02:55,487 - wazuh_testing - ERROR - Could not find Microsoft Security Update update starting log 2023-03-09 18:02:55,488 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:02:55,488 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Microsoft Security Update update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.508766 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Server 11] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.13 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:02:55 wazuh-modulesd[67528] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:02:55 wazuh-modulesd[67528] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:02:55 wazuh-modulesd[67528] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:02:55 wazuh-modulesd[67528] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:03:00,650 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Server 11 update starting log 2023-03-09 18:03:00,650 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:03:00,650 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Server 11 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.508990 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Server 12] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.62 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:03:00 wazuh-modulesd[67556] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:03:00 wazuh-modulesd[67556] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:03:00 wazuh-modulesd[67556] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:03:00 wazuh-modulesd[67556] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:03:05,775 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Server 12 update starting log 2023-03-09 18:03:05,776 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:03:05,776 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Server 12 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.509204 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Server 15] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:03:06 wazuh-modulesd[67584] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:03:06 wazuh-modulesd[67584] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:03:06 wazuh-modulesd[67584] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:03:06 wazuh-modulesd[67584] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:03:11,397 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Server 15 update starting log 2023-03-09 18:03:11,398 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:03:11,398 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Server 15 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.509420 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Desktop 11] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.12 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:03:11 wazuh-modulesd[67612] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:03:11 wazuh-modulesd[67612] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:03:11 wazuh-modulesd[67612] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:03:11 wazuh-modulesd[67612] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:03:16,526 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Desktop 11 update starting log 2023-03-09 18:03:16,526 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:03:16,526 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Desktop 11 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.509632 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Desktop 12] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.16 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:03:16 wazuh-modulesd[67640] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:03:16 wazuh-modulesd[67640] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:03:16 wazuh-modulesd[67640] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:03:16 wazuh-modulesd[67640] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:03:21,652 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Desktop 12 update starting log 2023-03-09 18:03:21,653 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:03:21,653 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Desktop 12 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.509860 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Desktop 15] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:03:21 wazuh-modulesd[67668] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:03:21 wazuh-modulesd[67668] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:03:21 wazuh-modulesd[67668] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:03:21 wazuh-modulesd[67668] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 18:03:26,824 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Desktop 15 update starting log 2023-03-09 18:03:26,824 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:03:26,825 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Desktop 15 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.510049 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Amazon Linux] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 4.61 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service Job for wazuh-manager.service failed because the control process exited with error code. See "systemctl status wazuh-manager.service" and "journalctl -xe" for details.
Passed 2023-03-09 18:17:50.510281 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Canonical] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 4.05 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service Job for wazuh-manager.service failed because the control process exited with error code. See "systemctl status wazuh-manager.service" and "journalctl -xe" for details.
Passed 2023-03-09 18:17:50.510471 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Debian] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 2.75 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service Job for wazuh-manager.service failed because the control process exited with error code. See "systemctl status wazuh-manager.service" and "journalctl -xe" for details.
Passed 2023-03-09 18:17:50.510929 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Red Hat Enterprise Linux] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 13.60 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 18:17:50.511143 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[National Vulnerability Database] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 16.40 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 18:17:50.511333 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Microsoft Security Update] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 25.76 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 18:17:50.511519 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Arch Linux] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 18.64 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 18:17:50.511717 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[SUSE Linux Enterprise] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 16.65 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service Job for wazuh-manager.service failed because the control process exited with error code. See "systemctl status wazuh-manager.service" and "journalctl -xe" for details.
----------------------------Captured stderr teardown----------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 18:17:50.511919 test_vulnerability_detector/test_providers/test_multiple_provider_feeds.py::test_check_log_multiple_provider_feeds[RedHat 8] description: Check if the <path> and <os path=...> options work properly according to the configuration. and check there are no conflicts when reading the feeds and inserting them in the database. 12.25 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:16 wazuh-modulesd[70738] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:16 wazuh-modulesd[70738] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:16 wazuh-modulesd[70738] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:16 wazuh-modulesd[70738] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:16 wazuh-modulesd[70738] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_providers/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:05:16 wazuh-modulesd[70738] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_providers/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s
Passed 2023-03-09 18:17:50.512110 test_vulnerability_detector/test_providers/test_multiple_provider_feeds.py::test_check_log_multiple_provider_feeds[Debian Buster] description: Check if the <path> and <os path=...> options work properly according to the configuration. and check there are no conflicts when reading the feeds and inserting them in the database. 4.81 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:22 wazuh-modulesd[70849] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:22 wazuh-modulesd[70849] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:22 wazuh-modulesd[70849] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:22 wazuh-modulesd[70849] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:22 wazuh-modulesd[70849] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_providers/../data/feeds/debian/custom_debian_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.512300 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Amazon Linux 1] description: Check if modulesd downloads the feeds for each os. 3.56 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:26 wazuh-modulesd[70934] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:26 wazuh-modulesd[70934] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:26 wazuh-modulesd[70934] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:26 wazuh-modulesd[70934] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:26 wazuh-modulesd[70934] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.512547 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Amazon Linux 2] description: Check if modulesd downloads the feeds for each os. 5.46 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:32 wazuh-modulesd[71036] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:32 wazuh-modulesd[71036] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:32 wazuh-modulesd[71036] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:32 wazuh-modulesd[71036] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:32 wazuh-modulesd[71036] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.512733 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Amazon Linux 2022] description: Check if modulesd downloads the feeds for each os. 5.61 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:37 wazuh-modulesd[71126] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:37 wazuh-modulesd[71126] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:37 wazuh-modulesd[71126] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:37 wazuh-modulesd[71126] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:37 wazuh-modulesd[71126] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.512952 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Trusty] description: Check if modulesd downloads the feeds for each os. 4.21 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:43 wazuh-modulesd[71216] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:43 wazuh-modulesd[71216] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:43 wazuh-modulesd[71216] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:43 wazuh-modulesd[71216] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:43 wazuh-modulesd[71216] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (trusty) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.513204 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Xenial] description: Check if modulesd downloads the feeds for each os. 4.59 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:47 wazuh-modulesd[71292] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:47 wazuh-modulesd[71292] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:47 wazuh-modulesd[71292] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:47 wazuh-modulesd[71292] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:47 wazuh-modulesd[71292] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (xenial) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.513402 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Bionic] description: Check if modulesd downloads the feeds for each os. 4.24 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:52 wazuh-modulesd[71381] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:52 wazuh-modulesd[71381] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:52 wazuh-modulesd[71381] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:52 wazuh-modulesd[71381] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:52 wazuh-modulesd[71381] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (bionic) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.513581 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Focal] description: Check if modulesd downloads the feeds for each os. 4.28 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:55 wazuh-modulesd[71470] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:55 wazuh-modulesd[71470] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:55 wazuh-modulesd[71470] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:55 wazuh-modulesd[71470] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:55 wazuh-modulesd[71470] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (focal) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.513774 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Jammy] description: Check if modulesd downloads the feeds for each os. 4.28 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:05:59 wazuh-modulesd[71559] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:05:59 wazuh-modulesd[71559] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:05:59 wazuh-modulesd[71559] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:05:59 wazuh-modulesd[71559] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:05:59 wazuh-modulesd[71559] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.513963 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Debian Buster] description: Check if modulesd downloads the feeds for each os. 4.26 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:05 wazuh-modulesd[71648] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:05 wazuh-modulesd[71648] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:05 wazuh-modulesd[71648] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:05 wazuh-modulesd[71648] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:05 wazuh-modulesd[71648] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (buster) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.514147 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Debian Bullseye] description: Check if modulesd downloads the feeds for each os. 4.28 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:09 wazuh-modulesd[71737] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:09 wazuh-modulesd[71737] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:09 wazuh-modulesd[71737] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:09 wazuh-modulesd[71737] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:09 wazuh-modulesd[71737] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.514334 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Red Hat Enterprise Linux 5] description: Check if modulesd downloads the feeds for each os. 4.41 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:13 wazuh-modulesd[71826] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:13 wazuh-modulesd[71826] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:13 wazuh-modulesd[71826] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:13 wazuh-modulesd[71826] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:13 wazuh-modulesd[71826] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (5) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.514519 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Red Hat Enterprise Linux 6] description: Check if modulesd downloads the feeds for each os. 3.19 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:16 wazuh-modulesd[71915] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:16 wazuh-modulesd[71915] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:16 wazuh-modulesd[71915] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:16 wazuh-modulesd[71915] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:16 wazuh-modulesd[71915] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (6) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.514756 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Red Hat Enterprise Linux 7] description: Check if modulesd downloads the feeds for each os. 3.22 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:20 wazuh-modulesd[72004] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:20 wazuh-modulesd[72004] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:20 wazuh-modulesd[72004] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:20 wazuh-modulesd[72004] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:20 wazuh-modulesd[72004] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (7) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.515131 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Red Hat Enterprise Linux 8] description: Check if modulesd downloads the feeds for each os. 4.25 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:24 wazuh-modulesd[72081] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:24 wazuh-modulesd[72081] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:24 wazuh-modulesd[72081] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:24 wazuh-modulesd[72081] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:24 wazuh-modulesd[72081] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.515352 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Arch Linux] description: Check if modulesd downloads the feeds for each os. 3.25 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:27 wazuh-modulesd[72170] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:27 wazuh-modulesd[72170] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:27 wazuh-modulesd[72170] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:27 wazuh-modulesd[72170] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:27 wazuh-modulesd[72170] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 18:06:27 wazuh-modulesd[72170] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.515554 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[National Vulnerability Database] description: Check if modulesd downloads the feeds for each os. 3.22 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:30 wazuh-modulesd[72247] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:30 wazuh-modulesd[72247] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:30 wazuh-modulesd[72247] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:30 wazuh-modulesd[72247] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:30 wazuh-modulesd[72247] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 18:06:30 wazuh-modulesd[72247] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'none' | Update since: 2023 | Timeout: 300s
Passed 2023-03-09 18:17:50.515785 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Microsoft Security Update] description: Check if modulesd downloads the feeds for each os. 2.76 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:34 wazuh-modulesd[72338] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:34 wazuh-modulesd[72338] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:34 wazuh-modulesd[72338] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:34 wazuh-modulesd[72338] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:34 wazuh-modulesd[72338] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 18:06:34 wazuh-modulesd[72338] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.515983 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Desktop 11] description: Check if modulesd downloads the feeds for each os. 4.28 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:37 wazuh-modulesd[72427] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:37 wazuh-modulesd[72427] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:37 wazuh-modulesd[72427] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:37 wazuh-modulesd[72427] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:37 wazuh-modulesd[72427] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.516172 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Desktop 12] description: Check if modulesd downloads the feeds for each os. 3.20 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:41 wazuh-modulesd[72514] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:41 wazuh-modulesd[72514] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:41 wazuh-modulesd[72514] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:41 wazuh-modulesd[72514] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:41 wazuh-modulesd[72514] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.516356 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Desktop 15] description: Check if modulesd downloads the feeds for each os. 4.52 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:44 wazuh-modulesd[72605] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:44 wazuh-modulesd[72605] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:44 wazuh-modulesd[72605] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:44 wazuh-modulesd[72605] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:44 wazuh-modulesd[72605] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.516529 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Server 11] description: Check if modulesd downloads the feeds for each os. 3.30 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:48 wazuh-modulesd[72682] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:48 wazuh-modulesd[72682] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:48 wazuh-modulesd[72682] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:48 wazuh-modulesd[72682] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:48 wazuh-modulesd[72682] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.516704 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Server 12] description: Check if modulesd downloads the feeds for each os. 3.31 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:52 wazuh-modulesd[72771] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:52 wazuh-modulesd[72771] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:52 wazuh-modulesd[72771] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:52 wazuh-modulesd[72771] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:52 wazuh-modulesd[72771] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.516941 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Server 15] description: Check if modulesd downloads the feeds for each os. 4.03 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:55 wazuh-modulesd[72860] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:55 wazuh-modulesd[72860] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:55 wazuh-modulesd[72860] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:55 wazuh-modulesd[72860] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:55 wazuh-modulesd[72860] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.517124 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[RedHat] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 2.57 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:06:58 wazuh-modulesd[72937] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:06:58 wazuh-modulesd[72937] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:06:58 wazuh-modulesd[72937] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:06:58 wazuh-modulesd[72937] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:06:58 wazuh-modulesd[72937] wmodules-vuln-detector.c:991 at wm_vuldet_read_provider_content(): INFO: 'update_from_year' option at module 'vulnerability-detector' is deprecated. Use 'os' instead. 2023/03/09 18:06:58 wazuh-modulesd[72937] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.517296 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[Canonical] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 2.89 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:02 wazuh-modulesd[73026] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:02 wazuh-modulesd[73026] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:02 wazuh-modulesd[73026] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:02 wazuh-modulesd[73026] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:02 wazuh-modulesd[73026] wmodules-vuln-detector.c:1005 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'update_from_year' for 'canonical' provider at 'vulnerability-detector' 2023/03/09 18:07:02 wazuh-modulesd[73026] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (20) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.517469 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[Debian] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 3.24 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:06 wazuh-modulesd[73115] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:06 wazuh-modulesd[73115] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:06 wazuh-modulesd[73115] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:06 wazuh-modulesd[73115] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:06 wazuh-modulesd[73115] wmodules-vuln-detector.c:1005 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'update_from_year' for 'debian' provider at 'vulnerability-detector' 2023/03/09 18:07:06 wazuh-modulesd[73115] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (10) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.517643 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[NVD] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 4.27 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:08 wazuh-modulesd[73181] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:08 wazuh-modulesd[73181] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:08 wazuh-modulesd[73181] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:08 wazuh-modulesd[73181] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:08 wazuh-modulesd[73181] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 18:07:08 wazuh-modulesd[73181] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'none' | Update since: 2023 | Timeout: 300s
Passed 2023-03-09 18:17:50.517814 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[MSU] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 2.65 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:12 wazuh-modulesd[73269] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:12 wazuh-modulesd[73269] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:12 wazuh-modulesd[73269] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:12 wazuh-modulesd[73269] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:12 wazuh-modulesd[73269] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 18:07:12 wazuh-modulesd[73269] wmodules-vuln-detector.c:994 at wm_vuldet_read_provider_content(): WARNING: 'update_from_year' option cannot be used for 'msu' provider. 2023/03/09 18:07:12 wazuh-modulesd[73269] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.517986 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[SUSE] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 3.23 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:15 wazuh-modulesd[73359] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:15 wazuh-modulesd[73359] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:15 wazuh-modulesd[73359] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:15 wazuh-modulesd[73359] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:15 wazuh-modulesd[73359] wmodules-vuln-detector.c:1005 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'update_from_year' for 'suse' provider at 'vulnerability-detector' 2023/03/09 18:07:15 wazuh-modulesd[73359] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.518172 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[Amazon Linux 2022] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 8.49 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:18 wazuh-modulesd[73448] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:18 wazuh-modulesd[73448] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:18 wazuh-modulesd[73448] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:18 wazuh-modulesd[73448] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:18 wazuh-modulesd[73448] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.518346 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[RedHat] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 7.67 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:26 wazuh-modulesd[73526] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:26 wazuh-modulesd[73526] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:26 wazuh-modulesd[73526] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:26 wazuh-modulesd[73526] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:26 wazuh-modulesd[73526] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.518513 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[Ubuntu Jammy] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 10.77 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:36 wazuh-modulesd[73615] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:36 wazuh-modulesd[73615] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:36 wazuh-modulesd[73615] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:36 wazuh-modulesd[73615] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:36 wazuh-modulesd[73615] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.518727 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[Debian] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 8.23 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:44 wazuh-modulesd[73679] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:44 wazuh-modulesd[73679] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:44 wazuh-modulesd[73679] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:44 wazuh-modulesd[73679] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:44 wazuh-modulesd[73679] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (buster) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.518907 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[NVD] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 8.28 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:07:53 wazuh-modulesd[73756] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:07:53 wazuh-modulesd[73756] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:07:53 wazuh-modulesd[73756] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:07:53 wazuh-modulesd[73756] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:07:53 wazuh-modulesd[73756] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 18:07:53 wazuh-modulesd[73756] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 5s | Multi path: 'none' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.519076 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[Arch_Linux] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 9.48 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:08:03 wazuh-modulesd[73833] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:08:03 wazuh-modulesd[73833] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:08:03 wazuh-modulesd[73833] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:08:03 wazuh-modulesd[73833] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:08:03 wazuh-modulesd[73833] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 18:08:03 wazuh-modulesd[73833] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 5s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 18:17:50.519252 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[SUSE] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 10.26 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:08:12 wazuh-modulesd[73922] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:08:12 wazuh-modulesd[73922] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:08:12 wazuh-modulesd[73922] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:08:12 wazuh-modulesd[73922] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:08:12 wazuh-modulesd[73922] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 18:17:50.519425 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_scan_nvd_vulnerabilities[WINDOWS] description: Check if the corresponding vulnerability alerts and logs are generated after scanning with an NVD feed. and custom vulnerable packages, using only the NVD feed.This is tested for macOS and Windows system. 12.10 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:08:26 wazuh-modulesd[74014] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:08:26 wazuh-modulesd[74014] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:08:26 wazuh-modulesd[74014] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:08:26 wazuh-modulesd[74014] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:08:26 wazuh-modulesd[74014] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.519599 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_scan_nvd_vulnerabilities[MACOS] description: Check if the corresponding vulnerability alerts and logs are generated after scanning with an NVD feed. and custom vulnerable packages, using only the NVD feed.This is tested for macOS and Windows system. 8.96 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:08:38 wazuh-modulesd[74126] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:08:38 wazuh-modulesd[74126] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:08:38 wazuh-modulesd[74126] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:08:38 wazuh-modulesd[74126] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:08:38 wazuh-modulesd[74126] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.519772 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[RHEL] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.61 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:08:47 wazuh-modulesd[74238] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:08:47 wazuh-modulesd[74238] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:08:47 wazuh-modulesd[74238] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:08:47 wazuh-modulesd[74238] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:08:47 wazuh-modulesd[74238] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.519943 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[UBUNTU] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.69 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:08:54 wazuh-modulesd[74341] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:08:54 wazuh-modulesd[74341] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:08:54 wazuh-modulesd[74341] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:08:54 wazuh-modulesd[74341] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:08:54 wazuh-modulesd[74341] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.520111 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[DEBIAN] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 8.41 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:09:03 wazuh-modulesd[74432] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:09:03 wazuh-modulesd[74432] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:09:03 wazuh-modulesd[74432] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:09:03 wazuh-modulesd[74432] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:09:03 wazuh-modulesd[74432] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.520283 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[ARCH] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 9.23 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:09:12 wazuh-modulesd[74535] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:09:12 wazuh-modulesd[74535] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:09:12 wazuh-modulesd[74535] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:09:12 wazuh-modulesd[74535] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:09:12 wazuh-modulesd[74535] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.520461 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[ALAS] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 8.42 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:09:21 wazuh-modulesd[74638] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:09:21 wazuh-modulesd[74638] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:09:21 wazuh-modulesd[74638] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:09:21 wazuh-modulesd[74638] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:09:21 wazuh-modulesd[74638] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.520678 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLED11] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.40 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:09:28 wazuh-modulesd[74728] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:09:28 wazuh-modulesd[74728] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:09:28 wazuh-modulesd[74728] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:09:28 wazuh-modulesd[74728] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:09:28 wazuh-modulesd[74728] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.520852 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLED12] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.65 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:09:35 wazuh-modulesd[74831] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:09:35 wazuh-modulesd[74831] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:09:35 wazuh-modulesd[74831] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:09:35 wazuh-modulesd[74831] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:09:35 wazuh-modulesd[74831] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.521044 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLED15] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 10.03 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:09:45 wazuh-modulesd[74934] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:09:45 wazuh-modulesd[74934] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:09:45 wazuh-modulesd[74934] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:09:45 wazuh-modulesd[74934] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:09:45 wazuh-modulesd[74934] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.521212 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLES11] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.54 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:09:53 wazuh-modulesd[75037] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:09:53 wazuh-modulesd[75037] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:09:53 wazuh-modulesd[75037] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:09:53 wazuh-modulesd[75037] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:09:53 wazuh-modulesd[75037] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.521396 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLES12] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 6.88 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:10:01 wazuh-modulesd[75140] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:10:01 wazuh-modulesd[75140] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:10:01 wazuh-modulesd[75140] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:10:01 wazuh-modulesd[75140] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:10:01 wazuh-modulesd[75140] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.521569 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLES15] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 8.53 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:10:09 wazuh-modulesd[75243] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:10:09 wazuh-modulesd[75243] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:10:09 wazuh-modulesd[75243] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:10:09 wazuh-modulesd[75243] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:10:09 wazuh-modulesd[75243] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.521759 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[RHEL] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 8.92 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:10:16 wazuh-modulesd[75334] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:10:16 wazuh-modulesd[75334] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:10:16 wazuh-modulesd[75334] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:10:16 wazuh-modulesd[75334] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:10:16 wazuh-modulesd[75334] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:10:16 wazuh-modulesd[75334] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:10:16 wazuh-modulesd[75334] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.521934 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[Debian] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 11.89 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:10:26 wazuh-modulesd[75432] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:10:26 wazuh-modulesd[75432] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:10:26 wazuh-modulesd[75432] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:10:26 wazuh-modulesd[75432] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:10:26 wazuh-modulesd[75432] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/debian/custom_debian_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:10:26 wazuh-modulesd[75432] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.522386 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[ALAS] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 11.58 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:10:46 wazuh-modulesd[75633] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:10:46 wazuh-modulesd[75633] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:10:46 wazuh-modulesd[75633] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:10:46 wazuh-modulesd[75633] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:10:46 wazuh-modulesd[75633] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/alas/custom_alas_2022_feed.json' | Url: 'none' | Timeout: 300s 2023/03/09 18:10:46 wazuh-modulesd[75633] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.523228 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[Arch] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 11.49 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:10:58 wazuh-modulesd[75731] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:10:58 wazuh-modulesd[75731] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:10:58 wazuh-modulesd[75731] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:10:58 wazuh-modulesd[75731] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:10:58 wazuh-modulesd[75731] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/arch/custom_archlinux_feed.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 18:10:58 wazuh-modulesd[75731] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.523418 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[SUSE] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 10.86 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:11:09 wazuh-modulesd[75850] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:11:09 wazuh-modulesd[75850] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:11:09 wazuh-modulesd[75850] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:11:09 wazuh-modulesd[75850] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:11:09 wazuh-modulesd[75850] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:11:09 wazuh-modulesd[75850] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.523609 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[RHEL] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 10.93 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:11:19 wazuh-modulesd[75961] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:11:19 wazuh-modulesd[75961] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:11:19 wazuh-modulesd[75961] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:11:19 wazuh-modulesd[75961] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:11:19 wazuh-modulesd[75961] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:11:19 wazuh-modulesd[75961] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:11:19 wazuh-modulesd[75961] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.523783 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[Debian] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 9.31 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:11:30 wazuh-modulesd[76072] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:11:30 wazuh-modulesd[76072] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:11:30 wazuh-modulesd[76072] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:11:30 wazuh-modulesd[76072] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:11:30 wazuh-modulesd[76072] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/debian/custom_debian_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:11:30 wazuh-modulesd[76072] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.524211 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[ALAS] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 11.52 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:11:46 wazuh-modulesd[76259] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:11:46 wazuh-modulesd[76259] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:11:46 wazuh-modulesd[76259] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:11:46 wazuh-modulesd[76259] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:11:46 wazuh-modulesd[76259] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/alas/custom_alas_2022_feed.json' | Url: 'none' | Timeout: 300s 2023/03/09 18:11:46 wazuh-modulesd[76259] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.524386 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[Arch] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 10.99 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:11:58 wazuh-modulesd[76370] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:11:58 wazuh-modulesd[76370] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:11:58 wazuh-modulesd[76370] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:11:58 wazuh-modulesd[76370] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:11:58 wazuh-modulesd[76370] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/arch/custom_archlinux_feed.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 18:11:58 wazuh-modulesd[76370] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.524562 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[SUSE] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 11.19 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:12:09 wazuh-modulesd[76481] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:12:09 wazuh-modulesd[76481] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:12:09 wazuh-modulesd[76481] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:12:09 wazuh-modulesd[76481] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:12:09 wazuh-modulesd[76481] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:12:09 wazuh-modulesd[76481] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.524749 test_vulnerability_detector/test_scan_results/test_scan_vulnerabilities_triaged_null.py::test_scan_triaged_null_vulnerabilities[RHEL] description: Check if a vulnerable package with triaged NULL, is detected with the partial scan. 11.96 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:12:19 wazuh-modulesd[76580] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:12:19 wazuh-modulesd[76580] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:12:19 wazuh-modulesd[76580] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:12:19 wazuh-modulesd[76580] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:12:19 wazuh-modulesd[76580] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:12:19 wazuh-modulesd[76580] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:12:19 wazuh-modulesd[76580] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.524948 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_update_package[Alert vulnerability removal] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory when a package is updated to a non-vulnerable version. 25.28 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:12:33 wazuh-modulesd[76670] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:12:33 wazuh-modulesd[76670] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:12:33 wazuh-modulesd[76670] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:12:33 wazuh-modulesd[76670] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:12:33 wazuh-modulesd[76670] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:12:33 wazuh-modulesd[76670] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:12:33 wazuh-modulesd[76670] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.525172 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_update_package[Alert vulnerability removal - ALAS 2022] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory when a package is updated to a non-vulnerable version. 24.70 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:12:57 wazuh-modulesd[76793] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:12:57 wazuh-modulesd[76793] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:12:57 wazuh-modulesd[76793] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:12:57 wazuh-modulesd[76793] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:12:57 wazuh-modulesd[76793] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/alas/custom_alas_2022_feed.json' | Url: 'none' | Timeout: 300s 2023/03/09 18:12:57 wazuh-modulesd[76793] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.525350 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_update_package[Alert vulnerability removal - SUSE] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory when a package is updated to a non-vulnerable version. 25.24 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:13:23 wazuh-modulesd[76916] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:13:23 wazuh-modulesd[76916] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:13:23 wazuh-modulesd[76916] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:13:23 wazuh-modulesd[76916] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:13:23 wazuh-modulesd[76916] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:13:23 wazuh-modulesd[76916] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.525526 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_delete_package[Alert vulnerability removal] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory. 23.15 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:13:47 wazuh-modulesd[77039] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:13:47 wazuh-modulesd[77039] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:13:47 wazuh-modulesd[77039] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:13:47 wazuh-modulesd[77039] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:13:47 wazuh-modulesd[77039] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:13:47 wazuh-modulesd[77039] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:13:47 wazuh-modulesd[77039] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.525705 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_delete_package[Alert vulnerability removal - ALAS 2022] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory. 19.10 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:14:11 wazuh-modulesd[77161] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:14:11 wazuh-modulesd[77161] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:14:11 wazuh-modulesd[77161] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:14:11 wazuh-modulesd[77161] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:14:11 wazuh-modulesd[77161] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/alas/custom_alas_2022_feed.json' | Url: 'none' | Timeout: 300s 2023/03/09 18:14:11 wazuh-modulesd[77161] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.525881 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_delete_package[Alert vulnerability removal - SUSE] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory. 19.52 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:14:30 wazuh-modulesd[77284] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:14:30 wazuh-modulesd[77284] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:14:30 wazuh-modulesd[77284] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:14:30 wazuh-modulesd[77284] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:14:30 wazuh-modulesd[77284] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:14:30 wazuh-modulesd[77284] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.526060 test_vulnerability_detector/test_scan_types/test_baseline_scan_type.py::test_baseline_scan_start[RHEL] description: Check that the baseline scan starts. 7.90 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:14:49 wazuh-modulesd[77394] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:14:49 wazuh-modulesd[77394] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:14:49 wazuh-modulesd[77394] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:14:49 wazuh-modulesd[77394] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:14:49 wazuh-modulesd[77394] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:14:49 wazuh-modulesd[77394] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:14:49 wazuh-modulesd[77394] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.526240 test_vulnerability_detector/test_scan_types/test_baseline_scan_type.py::test_baseline_scan_alert[RHEL] description: Check that the baseline scan detects vulnerabilities, and reports them as alerts. 9.46 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:14:58 wazuh-modulesd[77497] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:14:58 wazuh-modulesd[77497] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:14:58 wazuh-modulesd[77497] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:14:58 wazuh-modulesd[77497] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:14:58 wazuh-modulesd[77497] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:14:58 wazuh-modulesd[77497] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:14:58 wazuh-modulesd[77497] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.526425 test_vulnerability_detector/test_scan_types/test_full_scan_type.py::test_full_scan_start[RHEL] description: Check that the full scan starts. 8.50 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:15:06 wazuh-modulesd[77602] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:15:06 wazuh-modulesd[77602] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:15:06 wazuh-modulesd[77602] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:15:06 wazuh-modulesd[77602] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:15:06 wazuh-modulesd[77602] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:15:06 wazuh-modulesd[77602] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:15:06 wazuh-modulesd[77602] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.526643 test_vulnerability_detector/test_scan_types/test_full_scan_type.py::test_full_scan_no_alert_after_no_changes[RHEL] description: Check that the full scan does not report previously reported vulnerabilities. 21.91 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:15:16 wazuh-modulesd[77705] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:15:16 wazuh-modulesd[77705] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:15:16 wazuh-modulesd[77705] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:15:16 wazuh-modulesd[77705] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:15:16 wazuh-modulesd[77705] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:15:16 wazuh-modulesd[77705] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:15:16 wazuh-modulesd[77705] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 18:15:29,301 - wazuh_testing - ERROR - Could not find the report which says that CVE-000 affects the package custom-package-0 2023-03-09 18:15:29,302 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:15:29,302 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find the report which says that CVE-000 affects the package custom-package-0 ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.526893 test_vulnerability_detector/test_scan_types/test_full_scan_type.py::test_full_scan_alert_after_changes[RHEL] description: Check that the full scan reports a new vulnerability from the latest scan. 14.52 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:15:37 wazuh-modulesd[77825] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:15:37 wazuh-modulesd[77825] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:15:37 wazuh-modulesd[77825] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:15:37 wazuh-modulesd[77825] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:15:37 wazuh-modulesd[77825] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:15:37 wazuh-modulesd[77825] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:15:37 wazuh-modulesd[77825] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.527127 test_vulnerability_detector/test_scan_types/test_full_scan_type.py::test_full_scan_remove_vulnerability_alert[RHEL] description: Check that the full scan reports removed vulnerabilities. 14.38 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:15:51 wazuh-modulesd[77932] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:15:51 wazuh-modulesd[77932] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:15:51 wazuh-modulesd[77932] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:15:51 wazuh-modulesd[77932] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:15:51 wazuh-modulesd[77932] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:15:51 wazuh-modulesd[77932] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:15:51 wazuh-modulesd[77932] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.527310 test_vulnerability_detector/test_scan_types/test_partial_scan_type.py::test_partial_scan_start[RHEL] description: Check that the partial scan starts. 6.98 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:16:05 wazuh-modulesd[78052] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:16:05 wazuh-modulesd[78052] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:16:05 wazuh-modulesd[78052] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:16:05 wazuh-modulesd[78052] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:16:05 wazuh-modulesd[78052] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:16:05 wazuh-modulesd[78052] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:16:05 wazuh-modulesd[78052] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.527536 test_vulnerability_detector/test_scan_types/test_partial_scan_type.py::test_partial_scan_no_alert_after_no_changes[RHEL] description: Check that the partial scan does not report previously reported vulnerabilities. 22.40 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:16:13 wazuh-modulesd[78143] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:16:13 wazuh-modulesd[78143] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:16:13 wazuh-modulesd[78143] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:16:13 wazuh-modulesd[78143] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:16:13 wazuh-modulesd[78143] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:16:13 wazuh-modulesd[78143] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:16:13 wazuh-modulesd[78143] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 18:16:28,644 - wazuh_testing - ERROR - Could not find the report which says that CVE-000 affects the package custom-package-0 2023-03-09 18:16:28,645 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 18:16:28,645 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find the report which says that CVE-000 affects the package custom-package-0 ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 18:17:50.527724 test_vulnerability_detector/test_scan_types/test_partial_scan_type.py::test_partial_scan_alert_after_changes[RHEL] description: Check that the partial scan reports a new vulnerability from the latest scan. 18.47 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:16:35 wazuh-modulesd[78236] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:16:35 wazuh-modulesd[78236] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:16:35 wazuh-modulesd[78236] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:16:35 wazuh-modulesd[78236] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:16:35 wazuh-modulesd[78236] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:16:35 wazuh-modulesd[78236] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:16:35 wazuh-modulesd[78236] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.527904 test_vulnerability_detector/test_scan_types/test_partial_scan_type.py::test_partial_scan_remove_vulnerability_alert[RHEL] description: Check that the partial scan reports removed vulnerabilities. 12.40 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:16:53 wazuh-modulesd[78316] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:16:53 wazuh-modulesd[78316] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:16:53 wazuh-modulesd[78316] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:16:53 wazuh-modulesd[78316] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:16:53 wazuh-modulesd[78316] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:16:53 wazuh-modulesd[78316] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:16:53 wazuh-modulesd[78316] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.528084 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_baseline_scan.py::test_vulnerability_inserted_baseline_scan[RHEL] description: Check that the baseline scan inserts the detected vulnerabilities 9.88 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:17:07 wazuh-modulesd[78409] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:17:07 wazuh-modulesd[78409] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:17:07 wazuh-modulesd[78409] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:17:07 wazuh-modulesd[78409] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:17:07 wazuh-modulesd[78409] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:17:07 wazuh-modulesd[78409] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:17:07 wazuh-modulesd[78409] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.528271 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_full_scan.py::test_vulnerability_inserted_full_scan[RHEL] description: Check that the full scan inserts the detected vulnerabilities 8.66 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:17:16 wazuh-modulesd[78525] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:17:16 wazuh-modulesd[78525] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:17:16 wazuh-modulesd[78525] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:17:16 wazuh-modulesd[78525] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:17:16 wazuh-modulesd[78525] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:17:16 wazuh-modulesd[78525] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:17:16 wazuh-modulesd[78525] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.528455 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_full_scan.py::test_vulnerability_removed_full_scan[RHEL] description: Check that the full scan removes the obsolete vulnerabilities from the inventory. 8.20 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:17:26 wazuh-modulesd[78633] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:17:26 wazuh-modulesd[78633] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:17:26 wazuh-modulesd[78633] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:17:26 wazuh-modulesd[78633] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:17:26 wazuh-modulesd[78633] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:17:26 wazuh-modulesd[78633] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:17:26 wazuh-modulesd[78633] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.528637 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_partial_scan.py::test_vulnerability_inserted_partial_scan[RHEL] description: Check that the partial scan inserts the detected vulnerabilities. 10.95 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:17:34 wazuh-modulesd[78737] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:17:34 wazuh-modulesd[78737] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:17:34 wazuh-modulesd[78737] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:17:34 wazuh-modulesd[78737] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:17:34 wazuh-modulesd[78737] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:17:34 wazuh-modulesd[78737] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:17:34 wazuh-modulesd[78737] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 18:17:50.528816 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_partial_scan.py::test_vulnerability_removed_partial_scan[RHEL] description: Check that the partial scan removes the obsolete vulnerabilities from the inventory. 10.55 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 18:17:45 wazuh-modulesd[78845] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 18:17:45 wazuh-modulesd[78845] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 18:17:45 wazuh-modulesd[78845] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 18:17:45 wazuh-modulesd[78845] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 18:17:45 wazuh-modulesd[78845] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 18:17:45 wazuh-modulesd[78845] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 18:17:45 wazuh-modulesd[78845] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s