Skip to content

Add fuzz testing with ClusterFuzzLite#18

Merged
calebfaruki merged 2 commits intomainfrom
fuzzing
Mar 19, 2026
Merged

Add fuzz testing with ClusterFuzzLite#18
calebfaruki merged 2 commits intomainfrom
fuzzing

Conversation

@calebfaruki
Copy link
Owner

Three fuzz targets covering the daemon's trust boundary: JSON-RPC request parsing, profile TOML parsing, and command module parsing with deny rule matching. Uses cargo-fuzz with libfuzzer.

ClusterFuzzLite workflows run address sanitizer fuzzing on PRs (code-change mode, 600s) and daily batch fuzzing with corpus pruning. Addresses OpenSSF Scorecard Fuzzing check.

Three fuzz targets covering the daemon's trust boundary: JSON-RPC
request parsing, profile TOML parsing, and command module parsing
with deny rule matching. Uses cargo-fuzz with libfuzzer.

ClusterFuzzLite workflows run address sanitizer fuzzing on PRs
(code-change mode, 600s) and daily batch fuzzing with corpus pruning.
Addresses OpenSSF Scorecard Fuzzing check.
Fuzz job now runs as the last CI step (needs: [test, audit]) to
avoid burning compute on PRs that fail earlier checks. Reduce
fuzz-seconds from 600 to 120 — sufficient for code-change mode
on thin parser wrappers. Daily batch run unchanged.

Delete standalone cflite_pr.yml.
@calebfaruki calebfaruki merged commit 50c1297 into main Mar 19, 2026
4 checks passed
@calebfaruki calebfaruki deleted the fuzzing branch March 19, 2026 15:27
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.

1 participant