Scalable fuzzing infrastructure.
Go to file
jonathanmetzman ffd55e8d76
Fix argument order (#4407)
There's no misbehavior as a result of this bug due to default argument
handling.
2024-11-14 13:24:03 -05:00
.allstar Opt-out of allstar security policy (#2707) 2022-06-27 14:26:23 +02:00
.github Bumping to Python 3.11 (#4025) 2024-08-11 21:03:30 -03:00
bot Rename ft-disk to disk. (#4032) 2024-06-13 21:34:47 -04:00
configs/test Get batch ready for OSS-Fuzz (#4387) 2024-11-07 15:28:36 -05:00
docker Make docker build.sh accept an argument again. (#4246) 2024-09-16 12:47:04 +10:00
docs Bump rexml from 3.3.6 to 3.3.9 in /docs in the bundler group (#4362) 2024-10-31 13:10:27 -04:00
infra Pointing k8s cronjobs to the prod code release and a non hacky docker image (#4272) 2024-09-25 14:02:51 -03:00
local Update install_deps_linux.bash to install google-cloud-cli instead. (#4186) 2024-08-19 10:13:13 -04:00
resources Remove peach code (#4035) 2024-06-17 11:52:07 -04:00
src Fix argument order (#4407) 2024-11-14 13:24:03 -05:00
.bowerrc Initial commit. 2019-01-30 09:55:19 -08:00
.coveragerc Fix omit directories in .coveragerc. (#10) 2019-01-30 12:29:01 -08:00
.gitignore Ignore pyenv configuration file. (#3413) 2023-10-06 11:18:48 -04:00
.pylintrc Dont allow attributes to be defined outside __init__ (#4115) 2024-08-05 16:28:11 -04:00
.style.yapf Initial commit. 2019-01-30 09:55:19 -08:00
bower.json Support GitHub login. (#2567) 2022-03-15 14:28:06 +11:00
butler.py Add pyright support. (#3452) 2024-09-03 10:07:24 +10:00
CHANGELOG.md CHANGELOG.md: improvements (#2465) 2021-09-27 09:32:02 +10:00
cloudbuild.yaml Bumping to Python 3.11 (#4025) 2024-08-11 21:03:30 -03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-02-07 13:05:14 -08:00
isort Fix cron jobs on k8s (#3281) 2023-08-15 18:35:44 +10:00
LICENSE Fix license header year in non-python files. (#300) 2019-03-22 13:12:51 -07:00
Pipfile Add pyright support. (#3452) 2024-09-03 10:07:24 +10:00
Pipfile.lock Add pyright support. (#3452) 2024-09-03 10:07:24 +10:00
pyrightconfig.json Add pyright support. (#3452) 2024-09-03 10:07:24 +10:00
README.md Small readme changes. (#2949) 2023-02-20 10:16:32 +11:00

ClusterFuzz

OpenSSF Scorecard

ClusterFuzz is a scalable fuzzing infrastructure that finds security and stability issues in software.

Google uses ClusterFuzz to fuzz all Google products and as the fuzzing backend for OSS-Fuzz.

ClusterFuzz provides many features which help seamlessly integrate fuzzing into a software project's development process:

Overview

Documentation

You can find detailed documentation here.

Trophies

As of February 2023, ClusterFuzz has found ~27,000 bugs in Google (e.g. Chrome). Additionally, ClusterFuzz has helped identify and fix over 8,900 vulnerabilities and 28,000 bugs across 850 projects integrated with OSS-Fuzz.

Getting Help

You can file an issue to ask questions, request features, or ask for help.

Staying Up to Date

We will use clusterfuzz-announce(#)googlegroups.com to make announcements about ClusterFuzz.

ClusterFuzzLite

For a more lightweight version of ClusterFuzz that runs on CI/CD systems, check out ClusterFuzzLite.