Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ClusterFuzzLite for CI fuzzing #727

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

maxammann
Copy link

@maxammann maxammann commented Apr 30, 2024

The CFL toolkit allows fuzzing in each PR and also scheduled once every 6 hours for 1 hour.

The corpus is shared between all workflows, however only the scheduled one can update the corpus. Every day the corpus is pruned and coverage is calculated. The corpus and coverage remains private.

Found crashes are public.

@maxammann maxammann mentioned this pull request Apr 30, 2024
10 tasks
@maxammann
Copy link
Author

The private corpus is currently stored in this private repo: https://github.com/trail-of-forks/fuel-vm-fuzz-corpus

@maxammann
Copy link
Author

This is ready now. Note that you maybe want to remove the existing fuzz_targets/grammar_aware.rs fuzzer which is broken. That would also remove the arbitrary dependency.

@maxammann maxammann marked this pull request as ready for review May 2, 2024 11:00
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.

None yet

2 participants