]> 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>
Sun, 21 Apr 2024 07:37:13 +0000 (09:37 +0200)
commit03442c9071b8d863d26b609d54c6eacf4de9e340
tree20fbb0e7bcc9c480dd222fc8c84af1babb0483e7
parent390f09692eb99809c679d3f350c7cc185d163e1a
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...
rust/src/http2/logger.rs