aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2022-01-19 17:24:47 -0500
committerGravatar GitHub <noreply@github.com>2022-01-19 17:24:47 -0500
commit82bc258fde81255704117f2db3cc12f6c0e617cc (patch)
tree61a34183bae9130ce9b5086544b117f8944d0f78 /docs
parent345150865092f35e937e02f21c43cd96d3105a27 (diff)
[ClusterFuzzLite] Support local runs (#6987)
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/continuous_integration.md4
-rw-r--r--docs/index.md3
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/getting-started/continuous_integration.md b/docs/getting-started/continuous_integration.md
index 6ec2632d..ee9c9f59 100644
--- a/docs/getting-started/continuous_integration.md
+++ b/docs/getting-started/continuous_integration.md
@@ -11,7 +11,9 @@ permalink: /getting-started/continuous-integration/
OSS-Fuzz offers **CIFuzz**, a GitHub action/CI job that runs your fuzz targets
on pull requests. This works similarly to running unit tests in CI. CIFuzz helps
you find and fix bugs before they make it into your codebase.
-Currently, CIFuzz only supports projects hosted on GitHub.
+Currently, CIFuzz primarily supports projects hosted on GitHub.
+Non-OSS-Fuzz users can use CIFuzz with additional features through
+[ClusterFuzzLite](https://google.github.io/clusterfuzzlite/).
## How it works
diff --git a/docs/index.md b/docs/index.md
index 989836cf..f804e235 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -24,6 +24,8 @@ community.
In cooperation with the [Core Infrastructure Initiative] and the [OpenSSF],
OSS-Fuzz aims to make common open source software more secure and stable by
combining modern fuzzing techniques with scalable, distributed execution.
+Projects that do not qualify for OSS-Fuzz (e.g. closed source) can run their own
+instances of [ClusterFuzz] or [ClusterFuzzLite].
[Core Infrastructure Initiative]: https://www.coreinfrastructure.org/
[OpenSSF]: https://www.openssf.org/
@@ -37,6 +39,7 @@ execution environment and reporting tool.
[Honggfuzz]: https://github.com/google/honggfuzz
[Sanitizers]: https://github.com/google/sanitizers
[ClusterFuzz]: https://github.com/google/clusterfuzz
+[ClusterFuzzLite]: https://google.github.io/clusterfuzzlite/
Currently, OSS-Fuzz supports C/C++, Rust, Go, Python and Java/JVM code. Other
languages supported by [LLVM] may work too. OSS-Fuzz supports fuzzing x86_64