]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
test: add test for bug 6109
authorJuliana Fajardini <jufajardini@oisf.net>
Fri, 2 Jun 2023 00:42:21 +0000 (21:42 -0300)
committerJason Ish <jason.ish@oisf.net>
Tue, 20 Jun 2023 16:30:41 +0000 (10:30 -0600)
commitd68157862c049c3d71c15cb7667159d3bb7c7c92
tree8f8c245524f59e01670cd0ad30c65f6fc58e5bb6
parent48131f0ed1c6fa104f2d60e1c78c9f5e5a5f3233
test: add test for bug 6109

In IDS mode, with midstream disabled, it seems that the exception policy
'reject' is applying actions that should only be taken in IPS mode. This
leads to the flow being dropped (or logged as such?) in IDS mode. This
test showcases this.

Bug #6109
tests/bug-6109-reject-policy-ids/README.md [new file with mode: 0644]
tests/bug-6109-reject-policy-ids/suricata.yaml [new file with mode: 0644]
tests/bug-6109-reject-policy-ids/test.rules [new file with mode: 0644]
tests/bug-6109-reject-policy-ids/test.yaml [new file with mode: 0644]