Skip to content

Commit

Permalink
dataset: update engine module
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
inashivb committed Jan 9, 2025
1 parent 836cd9a commit e48fd36
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/datasets-invalid-encoding/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e48fd36

Please sign in to comment.