Releases: trailofbits/test-fuzz
Releases · trailofbits/test-fuzz
Release 8.0.0
Immutable
release. Only release title and notes can be modified.
v7.3.0
7.3.0
- Documentation improvements (6bb0b90, cbcb4ac, and b2bb36f)
- FEATURE: Add warning for missing
test_fuzzattributes intest_fuzz_implblocks (cca7099)—thanks @HiteshMittal07 - Add location information to "No
test_fuzz" warning (75124a2) - FEATURE: Add experimental support for generating coverage (20cd470, f8af264, c4b2b8e, and cb7dbed)
- Warn when generating coverage for non-trivial functions (8e052ec)
- Make
postcardthe default serialization format (cc73c48) - Dependency updates
darlingupgraded to version 0.23rlimitupgraded to version 0.11 and made a Linux only dependencystrum_macrosupgraded to version 0.28subprocessupgraded to version 1.0toml_editupgraded to version 0.25
Release 7.2.5
Release 7.2.4
7.2.4
- Eliminate use of
if_chain(#605)
Release 7.2.3
7.2.3
- Do not terminate parallel fuzzing for all targets when some targets cannot be started (#593)—thanks @arington-halabi
Release 7.2.2
7.2.2
- Eliminate two
clonecalls intest_fuzzmacro (fe57fe2)
Release 7.2.1
7.2.1
- Upgrade
darlingto version 0.21 (#580)
Release 7.2.0
7.2.0
- Expand
--displayand--replaydocumentation in README.md (#537)—thanks @kilnhast - Expand
cargo-test-fuzzlibrary documentation (#545)—thanks @markv44 - FEATURE: Warn when a
test-fuzz-generated fuzzing harness is run withoutTEST_FUZZ=1(#551) - FEATURE: Improve parallel fuzzing UI. Each target's output is now displayed in its own panel. (#555)
Release 7.1.1
7.1.1
- Upgrade
bincodeto version 2 (#532)
Release 7.1.0
7.1.0
- FEATURE: Add
--releaseflag (#517)—thanks @YanVictorSN - Update
strum_macrosto version0.27(#519) - Fix a bug causing
--no-uito not work (#521) - Have "Could not find 'Testing aborted programmatically' in command output" generate a distinguished error message (d150dd3)
- Rather than re-execute failed commands, debug print their messages (e0917e4)
- Fix package/module name collision bug (#522)—thanks @anishnaik for the bug report