We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec644e2 commit 01c199bCopy full SHA for 01c199b
unittests/tools/test_wazuh_parser.py
@@ -57,6 +57,6 @@ def test_parse_v4_8_many_findings(self):
57
parser = WazuhParser()
58
findings = parser.get_findings(testfile, Test())
59
self.assertEqual(10, len(findings))
60
- self.assertEqual("CVE-2025-27558 (agent_id: 001)", findings[0].title)
+ self.assertEqual("CVE-2025-27558 affects (version: 6.8.0-60.63)", findings[0].title)
61
self.assertEqual("Critical", findings[0].severity)
62
self.assertEqual(9.1, findings[0].cvssv3_score)
0 commit comments