]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
Adds tests for negated content and absent keyword 2150/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 30 Nov 2023 13:46:04 +0000 (14:46 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 28 Nov 2024 13:59:22 +0000 (14:59 +0100)
commit2f97c25fd7760fb13c18d12f4e832fa66ddc25b9
tree3570adf9386388a3107acd8036fc097e312a257d
parentcad15fb18db3197e513613b01663c78487a099d8
Adds tests for negated content and absent keyword

Ticket: 2224
15 files changed:
tests/detect-absent-file-multi/README.md [new file with mode: 0644]
tests/detect-absent-file-multi/input.pcap [new file with mode: 0644]
tests/detect-absent-file-multi/test.rules [new file with mode: 0644]
tests/detect-absent-file-multi/test.yaml [new file with mode: 0644]
tests/detect-absent-http-request-body/README.md [new file with mode: 0644]
tests/detect-absent-http-request-body/input.pcap [new file with mode: 0644]
tests/detect-absent-http-request-body/test.rules [new file with mode: 0644]
tests/detect-absent-http-request-body/test.yaml [new file with mode: 0644]
tests/detect-absent-negated-content/README.md [new file with mode: 0644]
tests/detect-absent-negated-content/no_referer.pcap [new file with mode: 0644]
tests/detect-absent-negated-content/test.rules [new file with mode: 0644]
tests/detect-absent-negated-content/test.yaml [new file with mode: 0644]
tests/rules/absent/README.md [new file with mode: 0644]
tests/rules/absent/test.rules [new file with mode: 0644]
tests/rules/absent/test.yaml [new file with mode: 0644]