From 3c9c161c32ec0e633fe7d35da90e64a5f0c8cc44 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Tue, 6 Dec 2016 15:13:03 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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.