]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: do not log duplicate headers
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 28 Mar 2024 10:15:51 +0000 (11:15 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 22 Apr 2024 07:22:35 +0000 (09:22 +0200)
commitd24b37a103c04bb2667e449e080ba4c8e56bb019
tree44aae52dde1209a8248d3a7f3fc797bf2b9fad9e
parent08d93f7c3762781b743f88f9fdc4389eb9c3eb64
http2: do not log duplicate headers

Ticket: 6900

And thus avoid DOS by logging a request using a compressed
header block repeated many times and having a long value...

(cherry picked from commit 03442c9071b8d863d26b609d54c6eacf4de9e340)
rust/src/http2/logger.rs