Update README.md

This commit is contained in:
Oliver Chang 2016-12-06 15:13:03 -08:00 committed by GitHub
parent 048def2e40
commit 3c9c161c32
1 changed files with 1 additions and 0 deletions

View File

@ -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.