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 baa63f3 commit 3684cecCopy full SHA for 3684cec
unittests/tools/test_wazuh_parser.py
@@ -57,3 +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)
61
+ self.assertEqual("Critical", findings[0].severity)
62
+ self.assertEqual(9.1, findings[0].cvssv3_score)
0 commit comments