-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Open
Copy link
Labels
prio: mediumMedium priority issueMedium priority issue
Description
In interaction fuzzing (fandango talk), we aim for a diversity goal (typically, k-path grammar coverage), and the fuzzer currently runs until this diversity goal is met. The actual goal can be controlled from the API (and at some point, also from the command line); in some next step, such diversity goals could (or should) also include code coverage metrics.
In input fuzzing (fandango fuzz), this feature is not available. The fuzzer does not constructively aim for grammar coverage (it does, though, when evaluating fitness), and it runs until it is interrupted.
These two modes should be harmonized. Notably:
- Have input fuzzing constructively aim for a grammar coverage goal
- Have network fuzzing continue even after the grammar coverage goal is met
- In both modes, have an option
--stop-on-coverageor similar that stops when coverage goals are met
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
prio: mediumMedium priority issueMedium priority issue