Skip to content

v1.0.0-rc.7

Compare
Choose a tag to compare
@epi052 epi052 released this 28 Dec 01:33
· 56 commits to main since this release
f12d65a
  • added UniqueProductScheduler (most robust for runtime corpus modifications/least efficient)
  • added .unique to wordlist builder
  • added .reset to fuzzer trait
  • added .set_(pre|post)_loop_hook methods to fuzzers
  • added .scheduler_mut method to fuzzers
  • fuzzers support being told to skip an item from the scheduler (used in UniqueProductScheduler)
  • added ability for AddToCorpus Action to add single|multiple Data items (used to only grab fuzzable fields from a Request)
  • added .total_corpora_len method to SharedState