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 uses a copybara mirror of the blink web tests instead of a full Chrome checkout, which is too slow. Blocked on http://b/366371137

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

This feature got replaced by the prog rollout feature in #4039 , so we should get rid of this code.

``` Exception on / [GET] Traceback (most recent call last): File "/srv/libs/auth.py", line 217, in decode_claims return auth.verify_session_cookie(session_cookie, check_revoked=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/layers/google.python.pip/pip/lib/python3.11/site-packages/firebase_admin/auth.py", line 275, in verify_session_cookie client._check_jwt_revoked_or_disabled( File "/layers/google.python.pip/pip/lib/python3.11/site-packages/firebase_admin/_auth_client.py", line...

This issue serves as an umbrella for the monitoring initiative

As we known, Ubuntu20.04 will be End of Standard Support after Apr 2025. When clusterfuzz will support Ubuntu22.04?

Recent firebase mean that currently it's not possible to log in to staging appengine deployments without changing this config: https://github.com/google/clusterfuzz/blob/8736b31455d52246153b5fada3fd328b5704218c/configs/test/project.yaml#L48 to point to the staging instance URL. To make this...

bug
backlog

yapf is broken, it doesn't support `async with` and is hard to disable on files that use it.