From a7affd0e276b9b84fce790a9959f988c32d49a46 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Mon, 22 Feb 2021 00:07:21 +0000 Subject: [PATCH] zeek: enable afl and simplify project.yaml (#5148) * zeek: enable afl. * Added whitespace to gtrigger ci. --- projects/zeek/build.sh | 1 + projects/zeek/project.yaml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/zeek/build.sh b/projects/zeek/build.sh index 5e12504a0..996fe9c12 100644 --- a/projects/zeek/build.sh +++ b/projects/zeek/build.sh @@ -25,6 +25,7 @@ CFLAGS="${CFLAGS} -pthread" CXXFLAGS="${CXXFLAGS} -pthread" \ --disable-auxtools \ --disable-broker-tests + cd build ninja install diff --git a/projects/zeek/project.yaml b/projects/zeek/project.yaml index 3cd5de3b8..963882909 100644 --- a/projects/zeek/project.yaml +++ b/projects/zeek/project.yaml @@ -10,9 +10,6 @@ auto_ccs: - "justin@corelight.com" - "vern@corelight.com" - "vlad@es.net" -fuzzing_engines: - - libfuzzer - - honggfuzz sanitizers: - address main_repo: 'https://github.com/zeek/zeek'