diff --git a/tests/bug-8505/suricata.yaml b/tests/bug-8505/suricata.yaml new file mode 100644 index 000000000..9f2413d0b --- /dev/null +++ b/tests/bug-8505/suricata.yaml @@ -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 index 000000000..bb04e657d --- /dev/null +++ b/tests/bug-8505/test.rules @@ -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 index 000000000..41ae2f46f --- /dev/null +++ b/tests/bug-8505/test.yaml @@ -0,0 +1,5 @@ +requires: + pcap: false + min-version: 9 +args: + - --engine-analysis