You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thank you so much for clusterfuzzlite. I have a great time using it in Oxigraph.
Oxigraph provides multiple targets, some fuzzing simple parsers and one fuzzing the query optimizer. The query optimizer target is way slower than the parsing ones, requirering much more time to yield interesting results or even to go through the already existing corpus. I would love a way to set different time limit per target or have an option in the google/clusterfuzzlite/actions/run_fuzzers GitHub to only run a specific list of targets instead of all of them.
The text was updated successfully, but these errors were encountered:
This is a good idea. I might have an idea how to do this using existing solutions because I think implementing it as is would kind of do violence to our code.
First thank you so much for clusterfuzzlite. I have a great time using it in Oxigraph.
Oxigraph provides multiple targets, some fuzzing simple parsers and one fuzzing the query optimizer. The query optimizer target is way slower than the parsing ones, requirering much more time to yield interesting results or even to go through the already existing corpus. I would love a way to set different time limit per target or have an option in the
google/clusterfuzzlite/actions/run_fuzzers
GitHub to only run a specific list of targets instead of all of them.The text was updated successfully, but these errors were encountered: