osquery: enable afl. (#5154)

This commit is contained in:
DavidKorczynski 2021-02-10 17:07:28 +00:00 committed by GitHub
parent af2387cdde
commit 279c672f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,4 +15,5 @@ sanitizers:
- address
fuzzing_engines:
- libfuzzer
- afl
main_repo: 'https://github.com/osquery/osquery'