zeek: enable afl and simplify project.yaml (#5148)

* zeek: enable afl.

* Added whitespace to gtrigger ci.
This commit is contained in:
DavidKorczynski 2021-02-22 00:07:21 +00:00 committed by GitHub
parent 9c92302ad5
commit a7affd0e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -25,6 +25,7 @@ CFLAGS="${CFLAGS} -pthread" CXXFLAGS="${CXXFLAGS} -pthread" \
--disable-auxtools \
--disable-broker-tests
cd build
ninja install

View File

@ -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'