clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Scalable fuzzing infrastructure.

Results 425 clusterfuzz issues
Sort by recently updated
recently updated
newest added

Fuzzers that use libfuzzer and AFL run as a single process in the host. The bot manages syncing their corpus and all other aspects of their run. What are the...

Rather than require each new engine to implement these features, we should factor this code out and share it between all engines. Moving it to fuzz task seems like the...

1) https://bugs.chromium.org/p/chromium/issues/detail?id=1139963#c9 the `Security_Impact-Stable ` label was manually assigned. 2) https://bugs.chromium.org/p/chromium/issues/detail?id=1139963#c40 ClusterFuzz assigned `Security_Impact-Beta` and removed `Security_Impact-Stable`, although the regression range was pointing far into the past 3) https://bugs.chromium.org/p/chromium/issues/detail?id=1139963#c45 the...

https://console.cloud.google.com/errors/CPW-mvnf7IzlCA?time=P30D&project=clusterfuzz-experimental

See title. This makes it much harder to reason about this code.

Hi, I want to upload coverage info to clusterfuzz GCP. I am following the instructions at https://google.github.io/clusterfuzz/using-clusterfuzz/advanced/code-coverage/. i have uploaded multiple jobs on cfz but I want to upload coverage...

Seems like we'll have at least two more models added, and one of them supports several different model types (rnn, gpt, vae, etc). We need to think on how to...

I am trying to repro a clusterfuzz testcase for chromium using the commands: git clone https://github.com/google/clusterfuzz && cd clusterfuzz && git checkout tags/reproduce-tool-stable ./reproduce.sh -t $url_to_testcase -b /path/to/build The second...

We need to reenable and fix up our alerts. Some ideas: - Dynamic alert for bot count based on clusters.yaml. - Extend fuzzing time metric to engine based fuzzers as...

Discussed in https://github.com/google/clusterfuzz/pull/1847, i think this one can be hard. @oliverchang - can you please help here.