]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
smtp/mime: update test to match new behavior
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 22 May 2024 20:39:50 +0000 (22:39 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 4 Jun 2024 04:28:28 +0000 (06:28 +0200)
Ticket: 3487

rust mime parser succeeds in parsing this traffic

tests/bug-1449-01/test.yaml

index 4f0733318bf81ae7baf6535f697063b559f4afec..6980dc33a5096fae4883691f32323f37cfb2c1ff 100644 (file)
@@ -9,9 +9,16 @@ checks:
         event_type: alert
         alert.signature_id: 2220017
   - filter:
+      lt-version: 8
       count: 1
       match:
         event_type: smtp
         smtp.helo: bug.client
         email.status: PARSE_ERROR
-
+  - filter:
+      min-version: 8
+      count: 1
+      match:
+        event_type: smtp
+        smtp.helo: bug.client
+        email.status: PARSE_DONE