Skip to content

feat: add clusterfuzzlite.yml (CFLite PR + batch fuzzing) - #69

Merged
rldyourmnd merged 1 commit into
mainfrom
feat/clusterfuzzlite
Aug 4, 2026
Merged

feat: add clusterfuzzlite.yml (CFLite PR + batch fuzzing)#69
rldyourmnd merged 1 commit into
mainfrom
feat/clusterfuzzlite

Conversation

@rldyourmnd

Copy link
Copy Markdown
Contributor

Reusable CFLite workflow. validate_all: OK.

Reusable ClusterFuzzLite workflow with configurable mode (code-change/batch),
sanitizer matrix, fuzz-seconds, and SARIF output. Complements the existing
cargo-fuzz-based fuzzing.yml.
@rldyourmnd
rldyourmnd merged commit 483e7f6 into main Aug 4, 2026
6 of 8 checks passed
@rldyourmnd
rldyourmnd deleted the feat/clusterfuzzlite branch August 4, 2026 10:47
persist-credentials: false

- name: Build fuzzers (${{ matrix.sanitizer }})
uses: google/clusterfuzzlite/actions/build_fuzzers@${{ inputs.cflite_action_ref }}
sanitizer: ${{ matrix.sanitizer }}

- name: Run fuzzers (${{ matrix.sanitizer }})
uses: google/clusterfuzzlite/actions/run_fuzzers@${{ inputs.cflite_action_ref }}
matrix:
sanitizer: ${{ fromJSON(inputs.sanitizer_matrix) }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
persist-credentials: false

- name: Build fuzzers (${{ matrix.sanitizer }})
uses: google/clusterfuzzlite/actions/build_fuzzers@${{ inputs.cflite_action_ref }}
sanitizer: ${{ matrix.sanitizer }}

- name: Run fuzzers (${{ matrix.sanitizer }})
uses: google/clusterfuzzlite/actions/run_fuzzers@${{ inputs.cflite_action_ref }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants