aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2020-06-12 16:02:41 -0700
committerGravatar GitHub <noreply@github.com>2020-06-12 16:02:41 -0700
commit1106855b6a9d232c2444e7fe6cddadd2097bc065 (patch)
tree370ac80c44cf5723a617f15410f510ebcf366e15
parent938735b185667e73755f57fc3f4ec545e78c52d6 (diff)
Update index.md
-rw-r--r--docs/index.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/index.md b/docs/index.md
index cce3be14..5cef0952 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -24,7 +24,8 @@ OSS-Fuzz aims to make common open source software more secure and stable by
combining modern fuzzing techniques with scalable,
distributed execution.
-We support the [libFuzzer](http://llvm.org/docs/LibFuzzer.html) and [AFL](https://lcamtuf.coredump.cx/afl/) fuzzing engines
+We support the [libFuzzer](http://llvm.org/docs/LibFuzzer.html), [AFL](https://lcamtuf.coredump.cx/afl/) and
+[Honggfuzz](https://github.com/google/honggfuzz) fuzzing engines
in combination with [Sanitizers](https://github.com/google/sanitizers), as well as
[ClusterFuzz](https://github.com/google/clusterfuzz),
a distributed fuzzer execution environment and reporting tool.
@@ -43,7 +44,7 @@ are listed on the [useful links]({{ site.baseurl }}/reference/useful-links/#tuto
[libFuzzer tutorial]: https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md
## Trophies
-As of January 2020, OSS-Fuzz has found over [16,000] bugs in [250] open source projects.
+As of June 2020, OSS-Fuzz has found over [20,000] bugs in [300] open source projects.
-[16,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=-status%3AWontFix%2CDuplicate%20-component%3AInfra&can=1
-[250]: https://github.com/google/oss-fuzz/tree/master/projects
+[20,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=-status%3AWontFix%2CDuplicate%20-component%3AInfra&can=1
+[300]: https://github.com/google/oss-fuzz/tree/master/projects