From 65d4f8e5cc1f7ee047efd8af7c6b61311dabe9d2 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Tue, 26 Jan 2021 15:29:02 -0800 Subject: [PATCH] Fix missed AFL++ changes in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2873519ed..0d590b1ff 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ combining modern fuzzing techniques with scalable, distributed execution. [Core Infrastructure Initiative]: https://www.coreinfrastructure.org/ [OpenSSF]: https://www.openssf.org/ -We support the [libFuzzer], [AFL], and [Honggfuzz] fuzzing engines in +We support the [libFuzzer], [AFL++], and [Honggfuzz] fuzzing engines in combination with [Sanitizers], as well as [ClusterFuzz], a distributed fuzzer execution environment and reporting tool. [libFuzzer]: https://llvm.org/docs/LibFuzzer.html -[AFL]: https://lcamtuf.coredump.cx/afl/ +[AFL++]: https://github.com/AFLplusplus/AFLplusplus [Honggfuzz]: https://github.com/google/honggfuzz [Sanitizers]: https://github.com/google/sanitizers [ClusterFuzz]: https://github.com/google/clusterfuzz