allowlist: add google/clusterfuzzlite build_fuzzers and run_fuzzers - #1309
Merged
potiuk merged 1 commit intoSep 18, 2026
Merged
Conversation
LucaCappelletti94
requested review from
dfoulks1,
potiuk and
ppkarwasz
as code owners
September 18, 2026 19:14
potiuk
approved these changes
Sep 18, 2026
potiuk
left a comment
Member
There was a problem hiding this comment.
verify is green on both sub-actions.
The v1 tag dereferences to 884713a6c30a92e5e8544c39945cd7cb630abcd1, matching the hash in the diff exactly. Apache-2.0 licensed, google org, and the request is anchored to a concrete consumer (apache/datafusion-sqlparser-rs#2527).
One warning on each, not a blocker: the docker images gcr.io/oss-fuzz-base/clusterfuzzlite-build-fuzzers:v1 and gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:v1 are tag-pinned rather than digest-pinned. That is how ClusterFuzzLite ships, and it is the standard soft warning for docker actions rather than something this request introduces.
Drafted-by: Claude Opus 5 (no human review before posting)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
apache/datafusion-sqlparser-rs#2527 adds ClusterFuzzLite, so the parser's fuzz targets run on every pull request and nightly in batch mode. Its workflows use
google/clusterfuzzlite/actions/build_fuzzersandgoogle/clusterfuzzlite/actions/run_fuzzersat884713a6c30a92e5e8544c39945cd7cb630abcd1, the commit thev1tag points at. Without the entry every run dies withstartup_failure.Looking forward to start fuzzing in CI sqlparser-rs