logo
DATABASE RESOURCES PRICING ABOUT US

ClusterFuzzLite - Simple Continuous Fuzzing That Runs In CI

Description

[![](https://3.bp.blogspot.com/-8BGv11rvYhE/YZ3RiepmWqI/AAAAAAAA4FM/f7MZZgVmsTYrUiy5XxFQlIsikqHLQwK7QCK4BGAYYCw/w640-h308/clusterfuzzlite_1-737187.gif)](<https://3.bp.blogspot.com/-8BGv11rvYhE/YZ3RiepmWqI/AAAAAAAA4FM/f7MZZgVmsTYrUiy5XxFQlIsikqHLQwK7QCK4BGAYYCw/s1600/clusterfuzzlite_1-737187.gif>) ClusterFuzzLite is a continuous [fuzzing](<https://en.wikipedia.org/wiki/Fuzzing> "fuzzing" ) solution that runs as part of [Continuous Integration (CI)](<https://en.wikipedia.org/wiki/Continuous_integration> "Continuous Integration \(CI\)" ) workflows to find [vulnerabilities](<https://www.kitploit.com/search/label/vulnerabilities> "vulnerabilities" ) faster than ever before. With just a few lines of code, GitHub users can integrate ClusterFuzzLite into their workflow and [fuzz](<https://www.kitploit.com/search/label/Fuzz> "fuzz" ) pull requests to catch bugs before they are committed. ClusterFuzzLite is based on [ClusterFuzz](<https://google.github.io/clusterfuzz/> "ClusterFuzz" ). ## Features * Quick code change (pull request) [fuzzing](<https://www.kitploit.com/search/label/Fuzzing> "fuzzing" ) to find bugs before they land * Downloads of crashing testcases * Continuous longer running fuzzing (batch fuzzing) to asynchronously find deeper bugs missed during code change fuzzing and build a corpus for use in code change fuzzing * Coverage reports showing which parts of your code are fuzzed * Modular functionality, so you can decide which features you want to use ## Supported Languages * C * C++ * Java (and other JVM-based languages) * Go * Python * Rust * Swift ## Supported CI Systems * GitHub Actions * Google [Cloud](<https://www.kitploit.com/search/label/Cloud> "Cloud" ) Build * Prow * Support for more CI systems is in-progess, and extending support to other CI systems is easy ## Documentation Read our [detailed documentation](<https://google.github.io/clusterfuzzlite> "detailed documentation" ) to learn how to use ClusterFuzzLite. ## Staying in touch Join our [mailing list](<https://groups.google.com/g/clusterfuzzlite-users> "mailing list" ) for announcements and discussions. If you use ClusterFuzzLite, please fill out [this form](<https://docs.google.com/forms/d/e/1FAIpQLSdAKB03YM4HjMwNe1K4T6Yr16OE4lCMj-VzThuUOrZUc3ytWw/viewform?usp=sf_link> "this form" ) so we know who is using it. This gives us an idea of the impact of ClusterFuzzLite and allows us to justify future work. Feel free to [file an issue](<https://github.com/google/clusterfuzzlite/issues/new> "file an issue" ) if you experience any trouble or have feature requests. **[Download Clusterfuzzlite](<https://github.com/google/clusterfuzzlite> "Download Clusterfuzzlite" )**