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

This is part of an effort to make fuzz_task easier to understand.

It's a clever feature that needs bad complexity to support and doesn't appear to be used. Fixes: https://github.com/google/clusterfuzz/issues/4195

It's unclear if we are using it at all and it's implementation requires this horrendous bit of code: ``` # Check if this build is dependent on any other custom...

Reduce error logging noise for the above issue by using 'logs.info' instead of 'logs.error'

### Motivation We need the ability to maneuver code between 3.7 and 3.11 in order to rollback potential failure scenarios. This branch serves this purpose. How to deploy: # outside...

It's exceptioning all over the place in oss-fuzz. https://github.com/google/clusterfuzz/pull/4040 seems broken becuase it's having oss-fuzz run fuzzers for builds that aren't happening. I think projects aren't being built with centipede...

I think it's causing: https://github.com/google/oss-fuzz/issues/12349

Last one failed with ``` Traceback (most recent call last): File "/mnt/scratch0/clusterfuzz/src/python/bot/startup/run_cron.py", line 67, in sys.exit(main()) File "/mnt/scratch0/clusterfuzz/src/python/bot/startup/run_cron.py", line 63, in main return 0 if task_module.main() else 1 File "/mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/cron/manage_vms.py",...