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

Android and Chrome have both expressed interest in getting more cycles for their engine fuzzers. But it appears impossible to change this manually because [our cron job resets weights](https://github.com/google/clusterfuzz/blob/b0f1187afa3855ff9370fbf06fe5aac79bc36cfd/src/clusterfuzz/_internal/cron/fuzzer_and_job_weights.py#L357). Let's...

minor enhancement

During the Android bot start up script, we are constantly polling the Android Build API [here](https://github.com/google/clusterfuzz/blob/d3854a4d00417cdae053b0b36418c5754a67efce/src/clusterfuzz/_internal/platforms/android/fetch_artifact.py#L161) Unfortunately this API usage is flaky and causes a lot of outages. Temporarily we...

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. Release notes Sourced from gunicorn's releases. Gunicorn 22.0 has been released Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're...

dependencies
python

Hello, A few teams I am working with have been using a manually deployed instance of Clusterfuzz but are finding it hard to maintain and deploy since the supported deployment...

I think this is for creating the backup. https://pantheon.corp.google.com/errors/detail/COrmxa-WxN3_kAE;time=P30D?project=google.com:clusterfuzz&utm_source=error-reporting-notification&utm_medium=email&utm_content=new-error

For example, this testcase: https://clusterfuzz.com/testcase-detail/6277724940206080 analyze task was done by clusterfuzz-windows-j92d minimize task was done by clusterfuzz-windows-ks6r but if you look through the logs, there's almost no logging from these...

It's not needed since theyre short lived and also it doesn't work because it tries to access the database.

This change builds on #3927 to change the way regression task operates. To review, given GitHub's lack of support for stacked PRs, this link should work: https://github.com/google/clusterfuzz/pull/3934/files/1bdca4468269ee897b5145f6dc24c395b6eb4d2d..dc74698caba2f0ce6512eca69d93d41d1692aef7 The overall goal...

Prework for changing the behavior of `check_earliest_revisions()` to perform a binary search for the first good build instead of just checking the first few and erroring out if unsuccessful. See...

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies
python