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

document.addEventListener('DOMContentLoaded', (event) => { const modal = document.getElementById('welcomeModal'); const closeButton = document.querySelector('.close-button'); const enterButton = document.getElementById('enterSiteButton'); // Check if the user has visited before using Local Storage const hasVisited =...

Deema Hussein | Content Creator × 👋 Welcome to Deema Hussein's Hub! I'm thrilled you stopped by. This site is your direct source for my latest content projects and professional...

Separates `DCHECK` failures from standard `CHECK` failures to enable granular severity assessment and issue tracking policies. In Chromium, `DCHECK` failures often carry different security and priority implications than production `CHECK`...

Bumps the pip group with 3 updates in the / directory: [cryptography](https://github.com/pyca/cryptography), [future](https://github.com/PythonCharmers/python-future) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `cryptography` from 37.0.4 to 44.0.1 Changelog Sourced from cryptography's changelog. 44.0.1 - 2025-02-11 *...

dependencies
python

Reverts google/clusterfuzz#5017 The original change aimed to migrate storage synchronization by enabling `gcloud storage rsync`. However, post-deployment monitoring revealed an issue: while `gsutil` rsync usage decreased as expected, there was...

## Background OSS-Fuzz currently supports filing public GitHub issues when bugs are found via the `file_github_issue` configuration option in `project.yaml` files. However, many projects need a way to report security...

The current requirement for older operating systems (like Ubuntu 20.04, which has reached its end of standard support) is becoming a challenge. Are there any plans to support newer OS...

I've noticed that GCP is deprecating Deployment Manager in 2026. Are there any plans for migrating it to an alternative solution?

Our development team primarily uses ARM-based MacBooks, which are currently incompatible with the ClusterFuzz development environment. This creates a significant hurdle for our engineers. Are there any plans of supporting...

After installing newest version of the clusterfuzz on clean GCP project I can see that it does not create any bots (and after creating new fuzzing job it's not being...