clusterfuzz
clusterfuzz copied to clipboard
Scalable fuzzing infrastructure.
Bumps [firebase-admin](https://github.com/firebase/firebase-admin-python) from 2.16.0 to 5.3.0. Release notes Sourced from firebase-admin's releases. Firebase Admin Python SDK v5.3.0 New Features feat(firestore): Async Firestore (#635) Miscellaneous [chore] Release 5.3.0 (#637) Remove failing...
This makes sharing easier.
Hi! I have tried to upload coverage stats to the CF hosted in GCP. Sadly, on both JSONs that I have provided the project.json and the fuzzer_name.json from the ClangCoverage...
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 42.0.2. Changelog Sourced from cryptography's changelog. 42.0.2 - 2024-01-30 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an...
@alhijazi Could you PTAL at this: https://pantheon.corp.google.com/errors/detail/CLazj7bz3fjeuwE;filter=%5B%5D;time=P30D?project=google.com:clusterfuzz&e=-13802955&mods=logs_tg_prod
This new class removes some of the burden build_manager.py was initially doing. Introducing this class has a few advantages: - Better testing of the unpacking feature. This will not be...
Handle fuzzer selection in a way that is compatible with the fact that corpus access doesn't happen during uworker_main. This means we will not be able to record fuzz targets...