]> 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:27:51 +0000 (09:27 +0200)
commitc0af92295e833d1db29b184d63cd3b829451d7fd
treee2cb05bfc629d5550844487ff66dfae262957706
parente68ec4b227d19498f364a41eb25d3182f0383ca5
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