zeek/testing/btest/Baseline/scripts.base.protocols.ftp.ftp-get-file-size
Arne Welzel b2c40a22cb ftp: Do not log non-pending commands
OSS Fuzz generated a CWD request and reply followed by very many EPRT
requests. This caused Zeek to re-log the CWD request and invoke `build_url_ftp()`
over and over again resulting in long processing times.

Avoid this scenario by not logging commands that aren't pending anymore.

(cherry picked from commit b05dd31667ff634ec7d017f09d122f05878fdf65)
2023-09-12 12:00:36 -07:00
..
ftp.log ftp: Do not log non-pending commands 2023-09-12 12:00:36 -07:00