]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/http-server-body: avoid FP on toserver direction
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 17 Apr 2024 11:39:39 +0000 (13:39 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Apr 2024 18:51:23 +0000 (20:51 +0200)
commite6895b835a76a96a18c5e9c33f46c89687eceab9
tree247377197b86c8c1bf64bfd4f27632b8c48a3e37
parent08841f27ffc1b0e06d2d08d9336a73032261c78c
detect/http-server-body: avoid FP on toserver direction

Ticket: 6948

http.response_body keyword did not enforce a direction, and thus
could match on files sent with POST requests
src/detect-http-server-body.c