From f0d4c40e5f78ed4b493a0b308a4c4028acb5c094 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 15 Nov 2016 22:10:56 -0800 Subject: [PATCH] Update ideal_integration.md --- docs/ideal_integration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ideal_integration.md b/docs/ideal_integration.md index f6cbbf776..eb5cc1532 100644 --- a/docs/ideal_integration.md +++ b/docs/ideal_integration.md @@ -23,10 +23,12 @@ Examples: ## Stage 2: Seed Corpus -* The seed corpus should be available in revision control (same or different as the source code). +The seed corpus should be available in revision control (same or different as the source code). The seed corpus should be maintained by the project owners and extended every time a bug found by the fuzz target is fixed. Inputs that trigger important parts of the code are also welcome. +The quality of the seed corpus has huge impact on the efficiency of fuzzing . + Examples: [boringssl](https://github.com/google/boringssl/tree/master/fuzz), [openssl](https://github.com/openssl/openssl/tree/master/fuzz),