aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2019-06-13 16:57:22 -0400
committerAbhishek Arya <inferno@chromium.org>2019-06-13 13:57:22 -0700
commitbfc567dc3d51060228d64ea861e6a6779cce69fc (patch)
treebe1d85d4984893dc2906489437bb9c038c1c9d16 /README.md
parent5d3b2f969df6b0da39e8e0bd2a28305c7f55a7b0 (diff)
downloadoss-fuzz-bfc567dc3d51060228d64ea861e6a6779cce69fc.tar.gz
Clarifications to the documentation (#2512)
This adds to the documentation information that I would have found helpful when I was doing my integration.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c2c0023d..eda539529 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
| [Integration Rewards](https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html)
| [New Project Guide](docs/new_project_guide.md)
| [Ideal Fuzzing Integration](docs/ideal_integration.md)
+| [Accessing Corpora](docs/corpora.md)
| [Reproducing Bugs](docs/reproducing.md)
| [Current Projects](projects)
| [Projects Issue Tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list)
@@ -14,6 +15,8 @@
[Create New Issue](https://github.com/google/oss-fuzz/issues/new) for questions or feedback about OSS-Fuzz.
+Not sure where to start? Look at [New Project Guide](docs/new_project_guide.md).
+
## Introduction
[Fuzz testing](https://en.wikipedia.org/wiki/Fuzz_testing) is a well-known