Skip to content

test(fuzz): add honest runtime harnesses - #58

Merged
rldyourmnd merged 1 commit into
mainfrom
test/fuzz-runtime-harnesses
Aug 24, 2026
Merged

test(fuzz): add honest runtime harnesses#58
rldyourmnd merged 1 commit into
mainfrom
test/fuzz-runtime-harnesses

Conversation

@rldyourmnd

Copy link
Copy Markdown
Contributor

Closes #35 after live evidence. Adds a real Rust cargo-fuzz target and a complete official-shape C++ ClusterFuzzLite integration (project.yaml, builder Dockerfile, build.sh, libFuzzer target). A path-scoped runtime workflow calls both published reusables with their real default execution paths and rejects evidence unless both caller jobs succeed. No skipped fuzzer, copied implementation, dry-run, or synthetic long soak; budgets are 1000 Rust runs and 60 seconds ClusterFuzzLite.

@github-actions github-actions Bot added ci and removed ci labels Aug 24, 2026
Comment thread .github/workflows/runtime-fixtures-fuzzing.yml Fixed
@rldyourmnd
rldyourmnd force-pushed the test/fuzz-runtime-harnesses branch from e39d924 to 39a3a2b Compare August 24, 2026 18:12
@github-actions github-actions Bot added ci and removed ci labels Aug 24, 2026
@rldyourmnd
rldyourmnd force-pushed the test/fuzz-runtime-harnesses branch from 39a3a2b to fcefc99 Compare August 24, 2026 18:16
@github-actions github-actions Bot added ci and removed ci labels Aug 24, 2026
@rldyourmnd
rldyourmnd merged commit 09b8827 into main Aug 24, 2026
31 checks passed
@rldyourmnd
rldyourmnd deleted the test/fuzz-runtime-harnesses branch August 24, 2026 18:19
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.

Build honest fuzzing and ClusterFuzzLite runtime harnesses

2 participants