• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2layout: default
3title: ClusterFuzzLite
4has_children: true
5nav_order: 8
6permalink: /clusterfuzzlite/
7<!-- Hide for now by setting "published: false" -->
8published: false
9---
10
11# ClusterFuzzLite
12ClusterFuzzLite is a lightweight, easy-to-use, fuzzing infrastructure that is
13based off [ClusterFuzz]. ClusterFuzzLite is designed to run on [continuous integration] (CI)
14systems, which means it is easy to set up and provides a familiar interface for
15users.
16Currently CIFuzz fully supports [GitHub Actions]. However ClusterFuzzLite is
17designed so that supporting new CI systems is trivial and core features can be
18used on any CI system without any additional effort.
19
20See [Overview] for a more detailed description of how ClusterFuzzLite works and
21how you can use it.
22
23[continous integration]: https://en.wikipedia.org/wiki/Continuous_integration
24[fuzzing]: https://en.wikipedia.org/wiki/Fuzzing
25[ClusterFuzz]: https://google.github.io/clusterfuzz/
26[GitHub Actions]: https://docs.github.com/en/actions
27[Overview]: {{ site.baseurl }}/clusterfuzzlite/overview/
28