From 279c672f09f01885db47658e3d226f41d4edddd5 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Wed, 10 Feb 2021 17:07:28 +0000 Subject: [PATCH] osquery: enable afl. (#5154) --- projects/osquery/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/osquery/project.yaml b/projects/osquery/project.yaml index efe3528d2..d0944c1f8 100644 --- a/projects/osquery/project.yaml +++ b/projects/osquery/project.yaml @@ -15,4 +15,5 @@ sanitizers: - address fuzzing_engines: - libfuzzer + - afl main_repo: 'https://github.com/osquery/osquery'