aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2021-02-10 17:07:28 +0000
committerGravatar GitHub <noreply@github.com>2021-02-10 09:07:28 -0800
commit279c672f09f01885db47658e3d226f41d4edddd5 (patch)
treed9f68c7ae3e1e4fd2306b4abd606968d9061e24f
parentaf2387cdde410978342b6347eafd84e2748d308c (diff)
osquery: enable afl. (#5154)
-rw-r--r--projects/osquery/project.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/osquery/project.yaml b/projects/osquery/project.yaml
index efe3528d..d0944c1f 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'