Skip to content

v0.12.0

Compare
Choose a tag to compare
@fmeum fmeum released this 30 Aug 13:50
· 861 commits to main since this release

What's Changed

  • Breaking change: Autofuzz API methods (consume and autofuzz) have moved from the
    Jazzer class to the dedicated Autofuzz class
  • Major feature: Added JUnit 5 integration for fuzzing and regression tests using the
    @FuzzTest annotation (available as com.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

Full Changelog: v0.11.0...v0.12.0