From: Shivani Bhardwaj Date: Wed, 8 Jan 2025 10:36:30 +0000 (+0530) Subject: dataset: update engine module X-Git-Tag: suricata-7.0.9~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02404b016f0d5efa2e0f198d54b9abc94ba23e8;p=thirdparty%2Fsuricata-verify.git dataset: update engine module since moving the file reading to Rust and adding the common FatalErrorOnInit callback to util-debug.c, the module that finally does make the error message is "debug". --- diff --git a/tests/datasets-invalid-encoding/test.yaml b/tests/datasets-invalid-encoding/test.yaml index 5733a0e8a..d5978f036 100644 --- a/tests/datasets-invalid-encoding/test.yaml +++ b/tests/datasets-invalid-encoding/test.yaml @@ -11,7 +11,16 @@ exit-code: 1 checks: - filter: - min-version: 7 + min-version: 8 + filename: suricata.json + count: 1 + match: + log_level: "Error" + event_type: "engine" + engine.message.__find: "bad base64 encoding ua-seen" + engine.module: "debug" + - filter: + lt-version: 8 filename: suricata.json count: 1 match: