aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2020-01-12 17:14:20 -0800
committerGitHub <noreply@github.com>2020-01-12 17:14:20 -0800
commit14758dfe7d2315ae444db89a73b35dbfdbe07dee (patch)
tree3cd4fae19c8c87720faa86bbb1e506ec33ff292b /docs
parentcbdc65515e579f769fd2570f234e95189cc315fd (diff)
downloadoss-fuzz-14758dfe7d2315ae444db89a73b35dbfdbe07dee.tar.gz
[docs] Update the main docs page to mention fuzzing docs. (#3220)
* [docs] Update the main docs page to mention fuzzing docs. * Add an FAQ entry too * update the main readme and move the faq question up
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md9
-rw-r--r--docs/index.md16
2 files changed, 22 insertions, 3 deletions
diff --git a/docs/faq.md b/docs/faq.md
index cef208692..ca02b9ba8 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -12,6 +12,15 @@ permalink: /faq/
{:toc}
---
+## Where can I learn more about fuzzing?
+
+We recommend reading [libFuzzer tutorial] and the other docs in [google/fuzzing]
+repository. These and some other resources are listed on the
+[useful links]({{ site.baseurl }}/reference/useful-links/#tutorials) page.
+
+[google/fuzzing]: https://github.com/google/fuzzing/tree/master/docs
+[libFuzzer tutorial]: https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md
+
## What kind of projects are you accepting?
We accept established projects that have a critical impact on infrastructure and
diff --git a/docs/index.md b/docs/index.md
index 76f8f3e69..66d9d9b1f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -32,8 +32,18 @@ a distributed fuzzer execution environment and reporting tool.
Currently, OSS-Fuzz supports C/C++, Rust, and Go code. Other languages supported by [LLVM](http://llvm.org) may work too.
OSS-Fuzz supports fuzzing x86_64 and i386 builds.
+## Learn more about fuzzing
+
+This documentation describes how to use OSS-Fuzz service for your open source project.
+To learn more about fuzzing in general, we recommend reading [libFuzzer tutorial]
+and the other docs in [google/fuzzing] repository. These and some other resources
+are listed on the [useful links]({{ site.baseurl }}/reference/useful-links/#tutorials) page.
+
+[google/fuzzing]: https://github.com/google/fuzzing/tree/master/docs
+[libFuzzer tutorial]: https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md
+
## Trophies
-As of August 2019, OSS-Fuzz has found over [14,000] bugs in [200] open source projects.
+As of January 2020, OSS-Fuzz has found over [16,000] bugs in [250] open source projects.
-[14,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?can=1&q=-status%3AWontFix%2CDuplicate+-Infra
-[200]: https://github.com/google/oss-fuzz/tree/master/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