From 834c12dc1309f6576f7813baecb5bb1f82e030d8 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Tue, 11 Dec 2018 22:31:51 +0000 Subject: [PATCH] Update supported fuzzing engines in README (#2022) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2327feb3..fb0eb9ce5 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,8 @@ OSS-Fuzz aims to make common open source software more secure and stable by combining modern fuzzing techniques and scalable distributed execution. -At the first stage of the project we use -[libFuzzer](http://llvm.org/docs/LibFuzzer.html) with -[Sanitizers](https://github.com/google/sanitizers). More fuzzing engines will be added later. +We support [libFuzzer](http://llvm.org/docs/LibFuzzer.html) and [AFL](http://lcamtuf.coredump.cx/afl/) as fuzzing engines +in combination with [Sanitizers](https://github.com/google/sanitizers). [ClusterFuzz](docs/clusterfuzz.md) provides a distributed fuzzer execution environment and reporting.