Continuous fuzzing #496
Labels
for:maintainability
Improves maintainers life
for:security
Improves firmware or project security
good first issue
Good for newcomers
needs:implementation
Needs implementation to complete
We could have simple continuous fuzzing by leveraging scheduled workflow and caches. Every week, we run all fuzz targets for 10 minutes each and cache their corpus. Next week, we repeat starting from the cached corpus.
There should be a
ci-fuzz
action that loads the cache and runs regression testing (i.e. just runs on the corpus). This action should have an equivalent./scripts/ci-fuzz.sh
script.The text was updated successfully, but these errors were encountered: