mirror of https://github.com/google/oss-fuzz.git
Update ideal_integration.md
This commit is contained in:
parent
a804d02c5a
commit
f0d4c40e5f
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue