]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
detect-engine-analyzer: test engine-analysis with engine-analysis turned off
authorSergey Pinaev <s.pinaev@solarsecurity.ru>
Wed, 29 Apr 2026 10:10:50 +0000 (13:10 +0300)
committerVictor Julien <vjulien@oisf.net>
Sat, 9 May 2026 04:17:37 +0000 (04:17 +0000)
Ticket: 8505

tests/bug-8505/suricata.yaml [new file with mode: 0644]
tests/bug-8505/test.rules [new file with mode: 0644]
tests/bug-8505/test.yaml [new file with mode: 0644]

diff --git a/tests/bug-8505/suricata.yaml b/tests/bug-8505/suricata.yaml
new file mode 100644 (file)
index 0000000..9f2413d
--- /dev/null
@@ -0,0 +1,6 @@
+%YAML 1.1
+---
+
+engine-analysis:
+  rules-fast-pattern: no
+  rules: no
diff --git a/tests/bug-8505/test.rules b/tests/bug-8505/test.rules
new file mode 100644 (file)
index 0000000..bb04e65
--- /dev/null
@@ -0,0 +1 @@
+alert tcp any any -> any any (msg:"SURICATA STREAM Packet with invalid timestamp"; stream-event:pkt_invalid_timestamp; classtype:protocol-command-decode; sid:2210044; rev:2;)
diff --git a/tests/bug-8505/test.yaml b/tests/bug-8505/test.yaml
new file mode 100644 (file)
index 0000000..01bd2b1
--- /dev/null
@@ -0,0 +1,4 @@
+requires:
+  pcap: false
+args:
+  - --engine-analysis