aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/glossary.md
diff options
context:
space:
mode:
authorGravatar Kostya Serebryany <konstantin.s.serebryany@gmail.com>2016-11-21 18:21:09 -0800
committerGravatar GitHub <noreply@github.com>2016-11-21 18:21:09 -0800
commit3cabb5b00217073875380166156457ba5a4cd285 (patch)
treec537e37c948b0d29bb1e21e3ea660fbb169d8dc7 /docs/glossary.md
parent89ce9a35da9c8e6cfe3d659aa49b6d0dcfa7a316 (diff)
Update glossary.md
Diffstat (limited to 'docs/glossary.md')
-rw-r--r--docs/glossary.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index 647ae4d7..30cc890d 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. <BR>
@@ -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).