diff --git a/docs/glossary.md b/docs/glossary.md index 33bf63635..bb818888c 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -10,7 +10,8 @@ A function to which we apply fuzzing. A [specific signature](libfuzzer.info#fuzz-target) must be used for OSS-Fuzz. Examples: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/x509.c), [SQLite](https://www.sqlite.org/src/artifact/ad79e867fb504338), -[e2](https://github.com/google/re2/blob/master/re2/fuzzing/re2_fuzzer.cc). +[re2](https://github.com/google/re2/blob/master/re2/fuzzing/re2_fuzzer.cc). + A Fuzz Target can and should also be used for regression testing and for reproducing bug reports, see [ideal integration](ideal_integration.md).