aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOliver Chang <oliverchang@users.noreply.github.com>2016-12-06 15:13:03 -0800
committerGitHub <noreply@github.com>2016-12-06 15:13:03 -0800
commit3c9c161c32ec0e633fe7d35da90e64a5f0c8cc44 (patch)
tree969a6d41109e11b8e3327c88de024f00e9bc828b /README.md
parent048def2e40145ac9914adcf3cd91c28b4131cafa (diff)
downloadoss-fuzz-3c9c161c32ec0e633fe7d35da90e64a5f0c8cc44.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ad5462c85..4ae2210dc 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,7 @@ OSS-Fuzz will adhere to following disclosure principles:
* [Glossary](docs/glossary.md) describes the common terms used in OSS-Fuzz.
* [New Project Guide](docs/new_project_guide.md) walks through the steps necessary to add new projects to OSS-Fuzz.
* [Ideal Integration](docs/ideal_integration.md) describes the steps to integrate fuzz targets with your project.
+* [Accessing corpora](docs/corpora.md) describes how to access the corpora we use for fuzzing.
* [Fuzzer execution environment](docs/fuzzer_environment.md) documents the
environment under which your fuzzers will be run.
* [Projects](projects) lists OSS projects currently added to OSS-Fuzz.