From 3cabb5b00217073875380166156457ba5a4cd285 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 18:21:09 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/glossary.md b/docs/glossary.md index 647ae4d7f..30cc890d6 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -16,7 +16,7 @@ Examples: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/x509.c), A Fuzz Target can and should also be used for regression testing and for reproducing bug reports, see [ideal integration](ideal_integration.md). -## Library Configuration +## Library Config ???Any better name??? OSS-Fuzz-specific term.
@@ -26,7 +26,7 @@ that test APIs of some specific opensource library One library may have more than one Fuzz Target (example: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/)), but OSS-Fuzz will have a single set of configuration files for such library. -This is what we call **Library Configuration**. +This is what we call **Library Config**. ## Fuzzing Engine @@ -39,7 +39,9 @@ See also [Mutation Engine](#mutation-engine) and [Test Generator](#test-generato ## Job type -A [ClusterFuzz](clusterfuzz.md) specific term. This refers to a build of all fuzz targets for a library configuration with (or for) a specific [fuzzing engine](#fuzzing-engine), +A [ClusterFuzz](clusterfuzz.md) specific term. +This refers to a build of all fuzz targets for a given library +(see [library config](library-config)) with a specific [fuzzing engine](#fuzzing-engine), in a specific build mode (e.g. with enabled or disabled assertions), optionally combined with a [sanitizer](#sanitizer).