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

Closed
wants to merge 16 commits into from

Conversation

maxammann
Copy link
Contributor

@maxammann maxammann commented Apr 30, 2024

Related to #718

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
Contributor Author

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

@maxammann
Copy link
Contributor 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.

@netrome
Copy link
Contributor

netrome commented Sep 11, 2024

Superseded by #820

@netrome netrome closed this Sep 11, 2024
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.

3 participants