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

Currently an error on one project can break setting up other projects. Also the errors from this are not very loud even though they are critical. We should set up...

https://pantheon.corp.google.com/errors/detail/CNiDuO-3_6iKVg;time=P30D?project=google.com:clusterfuzz&utm_source=error-reporting-notification&utm_medium=email&utm_content=new-error&pli=1&rapt=AEjHL4M0aXmFBxioZrxgPwT6SQ-x8Y-w6ciz3IUeU1oVUTk9p3Ha5MOx8lJtxLeh-LPvN5ENvVzq-GNI1gSbwTvlI9dhJQ2i3g It seems like the fix is making this log an error and bailing out instead of continuing since we can't recover from this error: https://github.com/google/clusterfuzz/blob/master/src/clusterfuzz/_internal/bot/fuzzers/centipede/engine.py#L205 I'm not sure why...

This keeps happening. Latest example is https://github.com/google/oss-fuzz/issues/9855

https://github.com/google/clusterfuzz/search?q=CRASH_SIGNATURE seems to be used to determine if a build crashed in the bad-build check: https://github.com/google/clusterfuzz/blob/2ca20d6b0d8e4c7a7da4e73403e5b1579cbacd42/src/clusterfuzz/_internal/bot/testcase_manager.py#L1157 This value doesn't seem to be set anywhere? I looked if it's set on...

Go to oss-fuzz.com and click "skia -> open crashes": https://screenshot.googleplex.com/ce5h5j6YeVv2HuS Latency to open the Skia Testcases page is very high, approaching 1 minute. Changing any search setting (Reproducible, Security, Issue,...

We get quite a few error messages from this line of code: https://github.com/google/clusterfuzz/blob/9edf0ba19e5ece0105cee1cf8c018f39b66a67ec/src/clusterfuzz/_internal/datastore/data_handler.py#L815 Such as: ``` Crash occurs, but not too consistently. Skipping minimization (crashed 4/10) Testcase appears to be...

We've setup ClusterFuzz on GCP and ran a few fuzz jobs but Testcases, Corpora, Fuzzer Statistics pages are empty. I've checked logs and there are no errors when accessing these...

I've tried to modified the regions to be in Europe by adding the location/zone parameters to `create_config`: `python butler.py create_config --oauth-client-secrets-path=$CLIENT_SECRETS_PATH --firebase-api-key=$FIREBASE_API_KEY --project-id=$CLOUD_PROJECT_ID $CONFIG_DIR --gce-zone europe-west3-c --appengine-location europe-west3` However, this...

bug

The current dependabot PRs are too numerous and difficult to merge. We should migrate to renovatebot.