mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() 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) |
||
---|---|---|
.. | ||
benchmark/broker | ||
btest | ||
builtin-plugins | ||
coverage | ||
external | ||
scripts | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
README |
This directory contains suites for testing for Zeek's correct operation: btest/ An ever-growing set of small unit tests testing Zeek's functionality. external/ A framework for downloading additional test sets that run more complex Zeek configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.