aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2021-01-26 15:29:02 -0800
committerGravatar GitHub <noreply@github.com>2021-01-26 15:29:02 -0800
commit65d4f8e5cc1f7ee047efd8af7c6b61311dabe9d2 (patch)
treef53a659c24c177cf1e30c39b780dfb472159f815 /README.md
parent89603f367a2b68c4e1f451fb16a4cedc402db7f7 (diff)
Fix missed AFL++ changes in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2873519e..0d590b1f 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