Lines Matching refs:Fuzz
9 # Ideal integration with OSS-Fuzz
13 implement and maintain fuzz targets or integrate them with OSS-Fuzz in the same
37 ## Fuzz Target
69 Many different build systems exist in the open-source world. The less OSS-Fuzz
72 An ideal build integration for OSS-Fuzz looks like this:
77 …env var [provided]({{ site.baseurl }}/getting-started/new-project-guide/) by OSS-Fuzz environment).
87 This minimizes OSS-Fuzz-specific configuration, making your fuzzing more robust.
101 For better OSS-Fuzz integration, the seed corpus should be available in
137 Fuzz targets should be regularly tested (not necessarily fuzzed!) as a part of
150 Fuzz targets should perform well, because high memory usage and/or slow
162 In such cases, we can host the fuzz targets, dictionaries, etc. in OSS-Fuzz's
170 bugs found by OSS-Fuzz.