Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Enable Ubuntu Vulnerability Detector E2E test #4252

Merged
merged 19 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
apt install -y /tmp/postgresql_vulnerable_package.deb
rule.id: 23505
rule.level: 10
rule.description: CVE-2022-2625 affects postgresql
rule.description: CVE-2022-2625 affects postgresql-14
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
pytestmark = [TIER0, LINUX]


@pytest.mark.xfail(reason="It will be blocked by wazuh/wazuh#14736, when it is resolved, we can enable the test")
@pytest.mark.filterwarnings('ignore::urllib3.exceptions.InsecureRequestWarning')
@pytest.mark.parametrize('metadata', configuration_metadata, ids=cases_ids)
def test_vulnerability_detector_linux(configure_environment, metadata, get_indexer_credentials, get_manager_ip,
Expand Down
Loading