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

Fixes: https://github.com/google/clusterfuzz/issues/3206

Add helper functions that only save the modified fields we intend to save.

URL change after CS migration

Fix issue #3257 by replacing ALLLLLLLLLLLLLLLLLL the download_as_string with download_as_bytes as it's Deprecated.

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies
python

Normally the gcloud CLI emits no debug logs, but they can be enabled in its config for troubleshooting purposes e.g. `gcloud config set core/verbosity info`

This, in particular, should make fuzzers built with [cargo-bolero](https://github.com/camshaft/bolero) able to get the proper error message auto-detected, rather than a generic abort. PS: Hopefully this should be small enough to...