zeek/testing/btest/scripts/policy/protocols
Arne Welzel 1b3e8a611e ftp/main: Skip get_pending_command() for intermediate reply lines
Intermediate lines of multiline replies usually do not contain valid status
codes (even if servers may opt to include them). Their content may be anything
and likely unrelated to the original command. There's little reason for us
trying to match them with a corresponding command.

OSS-Fuzz generated a large command reply with very many intermediate lines
which caused long processing times due to matching every line with all
currently pending commands.
This is a DoS vector against Zeek. The new ipv6-multiline-reply.trace and
ipv6-retr-samba.trace files have been extracted from the external ipv6.trace.
2023-03-23 13:50:36 +01:00
..
conn Remove @load base/frameworks/dpd from tests 2022-08-31 17:00:55 +02:00
dns General btest cleanup 2020-08-11 11:26:22 -07:00
ftp ftp/main: Skip get_pending_command() for intermediate reply lines 2023-03-23 13:50:36 +01:00
http GH-352: Improve HTTP::match_sql_injection_uri regex 2020-11-12 16:19:35 -08:00
krb GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
ssh General btest cleanup 2020-08-11 11:26:22 -07:00
ssl SSL/TLS: Parse CertificateRequest message 2023-03-09 09:12:29 +01:00