From 06d7c18472ed3b81e01a7a6e3ab7b4d5c2184924 Mon Sep 17 00:00:00 2001 From: Maciej Domanski <38883201+ahpaleus@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:45:04 +0200 Subject: [PATCH] Add ClusterFuzzLite Python --- content/docs/fuzzing/3-python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/fuzzing/3-python.md b/content/docs/fuzzing/3-python.md index e5e757a..c95be09 100644 --- a/content/docs/fuzzing/3-python.md +++ b/content/docs/fuzzing/3-python.md @@ -16,3 +16,4 @@ Check out the following resources to learn more about fuzzing Python code with A - [Continuously fuzzing Python C extensions](https://blog.trailofbits.com/2024/02/23/continuously-fuzzing-python-c-extensions/) - [Fuzzing pure Python code](https://github.com/google/atheris#using-atheris) - [Fuzzing Python C extensions](https://github.com/google/atheris/blob/master/native_extension_fuzzing.md) +- [Fuzzing Python in CI](https://google.github.io/clusterfuzzlite//build-integration/python-lang/)