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 still fails due to the way the images are used by CF (mounting doesn't seem to work)

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.6. Changelog Sourced from cryptography's changelog. 41.0.6 - 2023-11-27 * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle....

dependencies
python

Adds support for type checking python code using pyright. Also adds a dependency on `mypy-protobuf` in order to generate `.pyi` type stubs for generated protobuf code, without which the type...

This is needed to get some path for Chrome that will depend on BUILD_DIR.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies
python

Use google-cloud-logging instead. #1609 DO NOT MERGE. This requires google-cloud-logging to be upgraded past 3.0 first.

These packages need to be upgraded to use Python3.11. Do upgrades reverted in #3264

Do this so that we don't need to upgrade when upgrading Python3.11 and we can isolate the source of any bugs. Redo upgrade reverted by https://github.com/google/clusterfuzz/pull/3264