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

Add a http server to heartbeat.py which returns an OK status if the last beat time was within the expected interval. This can be used by GCE to detect unhealthy/stuck...

Currently all weight determinations are from automated signals: https://github.com/google/clusterfuzz/blob/c0d217389ed80bdaa5dfe0d18876c41804f30230/src/appengine/handlers/cron/fuzzer_and_job_weights.py We should add a manual override mechanism.

I am seeing the below error after setting up clusterfuzz when visiting the home page: `Maximum number of 3 retries exceeded while calling , last exception: 503 Getting metadata from...

Not sure if anyone else encountered this issue. The httplib2 version specified in requirements.txt may need a change. It threw the below pyparser error: https://github.com/httplib2/httplib2/issues/207 Changing requirments.txt to below worked:...

Many errors reported with high counts are due to a single misbehaving instance. We need to look into throttling these per instance or grouping them somehow.

To mitigate flake, only close bugs if we have 3 consecutive confirmations of a bug no longer reproducting

In the clusterfuzz corpus strategy, can all seeds be arranged in libfuzzer_corpus according to size, and each bot only takes one copy from it for execution? The initial strategy is...