]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
test/byte-math: Add 0 divisor test. 1309/head
authorJeff Lucovsky <jlucovsky@oisf.net>
Thu, 30 Mar 2023 13:41:44 +0000 (09:41 -0400)
committerVictor Julien <victor@inliniac.net>
Wed, 12 Jul 2023 07:22:48 +0000 (09:22 +0200)
commit282a7e389554cef7f52c821ce48cdcbeae106697
tree851f63cc4fd7436f3ff05a13304b78581acbc20a
parent70c47107bad82261f7f5f431ac0992a61926d152
test/byte-math: Add 0 divisor test.

Issue: 5945

This commit adds a byte-math test with a zero divisor. Division by 0 is
undefined so there's no match.
tests/detect-bytemath-div-01/README.md [new file with mode: 0644]
tests/detect-bytemath-div-01/input.pcap [new file with mode: 0644]
tests/detect-bytemath-div-01/test.rules [new file with mode: 0644]
tests/detect-bytemath-div-01/test.yaml [new file with mode: 0644]