v0.12.0
What's Changed
- Breaking change: Autofuzz API methods (
consume
andautofuzz
) have moved from the
Jazzer
class to the dedicatedAutofuzz
class - Major feature: Added JUnit 5 integration for fuzzing and regression tests using the
@FuzzTest
annotation (available ascom.code-intelligence:jazzer-junit
) - Feature: Added sanitizer for SQL injections
- Feature: Hooks can be selectively disabled by specifying their full class name using the new
--disabled_hooks
flag - Fix: Remove memory leaks in native code
- Fix: Don't instrument internal Azul JDK classes
- Fix: Classes with local variable annotations are now instrumented without errors
This release also includes smaller improvements and bugfixes, as well as a major refactoring and
Java rewrite of native components.
New Contributors
- @vargen made their first contribution in #416
- @henryrneh made their first contribution in #439
Full Changelog: v0.11.0...v0.12.0