Update supported fuzzing engines in README (#2022)

This commit is contained in:
Florian Mayer 2018-12-11 22:31:51 +00:00 committed by jonathanmetzman
parent aa9c257a49
commit 834c12dc13
1 changed files with 2 additions and 3 deletions

View File

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