chore: opt out of rhiza fuzzing/scorecard/weekly workflows - #888
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Opts this repository out of Rhiza-provided ClusterFuzzLite fuzzing, OSSF Scorecard, and weekly reusable workflows by excluding their workflow stubs from future template syncs and removing the associated local stub/config/harness files.
Changes:
- Add Rhiza template exclusions for
rhiza_fuzzing.yml,rhiza_weekly.yml, andrhiza_scorecard.yml. - Remove the corresponding workflow stub files plus the
.clusterfuzzlite/configuration and fuzz harness. - Update security documentation and refresh the PR template.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
tests/fuzz/fuzz_stats.py |
Removes the Atheris fuzzing harness. |
SECURITY.md |
Drops the ClusterFuzzLite fuzzing bullet from the security measures list. |
.rhiza/template.yml |
Adds exclude: entries so Rhiza no longer materializes the fuzzing/weekly/scorecard workflow stubs on sync. |
.github/workflows/rhiza_weekly.yml |
Removes the weekly reusable workflow stub. |
.github/workflows/rhiza_scorecard.yml |
Removes the OSSF Scorecard reusable workflow stub. |
.github/workflows/rhiza_fuzzing.yml |
Removes the ClusterFuzzLite reusable workflow stub. |
.github/PULL_REQUEST_TEMPLATE.md |
Refreshes the PR template content. |
.clusterfuzzlite/Dockerfile |
Removes ClusterFuzzLite build image configuration. |
.clusterfuzzlite/build.sh |
Removes ClusterFuzzLite build script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <!-- One or two sentences describing what this PR does and why. --> | ||
|
|
||
| ## Related Issue | ||
| Closes #<!-- issue number --> |
| <!-- Bullet list of what changed. --> | ||
|
|
||
| ## Type of Change | ||
| - |
Comment on lines
+1
to
+3
| ## Summary | ||
|
|
||
| <!-- A clear and concise description of the changes you are proposing. --> | ||
| <!-- One or two sentences describing what this PR does and why. --> |
Exclude the ClusterFuzzLite fuzzing, OSSF Scorecard, and weekly reusable workflows from the rhiza template sync and remove the now-unused workflow stubs, the .clusterfuzzlite config, and the fuzzing harness. Drop the fuzzing bullet from SECURITY.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
tschm
force-pushed
the
chore/drop-fuzzing-and-refresh-pr-template
branch
from
July 17, 2026 07:19
0b7f07b to
01e3891
Compare
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.
Summary
Opts this repo out of the ClusterFuzzLite fuzzing, OSSF Scorecard, and weekly reusable rhiza workflows.
Changes
exclude:entries to.rhiza/template.ymlforrhiza_fuzzing.yml,rhiza_weekly.yml, andrhiza_scorecard.ymlso they are no longer materialized on template sync.clusterfuzzlite/config, and thetests/fuzz/fuzz_stats.pyharnessSECURITY.mdTesting
Checklist
CHANGELOG.mdentry added (or not needed for this change)make deptrypasses (no unused or missing dependencies)🤖 Generated with Claude Code