Lines Matching refs:Fuzz
11 OSS-Fuzz offers **CIFuzz**, a GitHub action/CI job that runs your fuzz targets
26 * If the crash does not occur on older OSS-Fuzz builds. Because if it does occur
30 If your project supports [OSS-Fuzz's code coverage]({{ site.baseurl }}/advanced-topics/code-coverag…
35 CIFuzz uses 30 day old/public regressions and corpora from OSS-Fuzz. This makes
40 1. Your project must be integrated with OSS-Fuzz.
49 file over from the OSS-Fuzz repository to the `workflows` directory.
50 …yml` from `example` to the name of your OSS-Fuzz project. It is **very important** that you use yo…
51 …in the [`projects`](https://github.com/google/oss-fuzz/tree/master/projects) directory of OSS-Fuzz.
113 limit for broken fuzz targets than OSS-Fuzz's check_build. Most users should
202 You can checkout CIFuzz configs for OSS-Fuzz projects. Example -
234 Create an issue in [OSS-Fuzz](https://github.com/google/oss-fuzz/issues/new) if you have questions …