From 061447b9abc9c652cffdebfeb6cb6826708cc335 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 15 Sep 2022 20:58:39 +0200 Subject: [PATCH] test: update warning about bad hex To reflect the full content string --- tests/test-bad-hex-rule-2/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-bad-hex-rule-2/test.yaml b/tests/test-bad-hex-rule-2/test.yaml index 7ed14793e..48fb76e63 100644 --- a/tests/test-bad-hex-rule-2/test.yaml +++ b/tests/test-bad-hex-rule-2/test.yaml @@ -14,7 +14,7 @@ checks: count: 1 match: event_type: engine - engine.message: "Invalid hex code in content - \u0001\u00101 10 0j|, hex j. Invalidating signature." + engine.message: "Invalid hex code in content - |01 10 0j|, hex j. Invalidating signature." - filter: lt-version: 7 -- 2.47.2