From 800ae30a41feec644c198c8e4df45ff1d1fcdb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quirin=20Zie=C3=9Fler?= <19915467+quirinziessler@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:50:33 +0100 Subject: [PATCH] :pencil2: --- dojo/tools/wazuh/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/tools/wazuh/parser.py b/dojo/tools/wazuh/parser.py index 392e4227bc4..ef22bafd830 100644 --- a/dojo/tools/wazuh/parser.py +++ b/dojo/tools/wazuh/parser.py @@ -7,7 +7,7 @@ class WazuhParser(object): """ IMPORTANT: Please use the script available here https://github.com/quirinziessler/wazuh-findings-exporter to generate the report for DefectDojo. This script fetches the findings from wazuh based on a single Wazuh group. - In DD please configure on engagement per group and upload the report. + In DD please configure one engagement per group and upload the report. The vulnerabilities with condition "Package unfixed" are skipped because there is no fix out yet. https://github.com/wazuh/wazuh/issues/14560