Jazzer Versions Save

Coverage-guided, in-process fuzzing for the JVM

v0.22.1

6 months ago

What's Changed

  • Feature: junit: The API of @DirectoryEntries and @DictionaryFile has changed compared to v0.22.0.

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.22.0...v0.22.1

v0.22.0

6 months ago

What's Changed

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.21.1...v0.22.0

v0.21.1

7 months ago

What's Changed

No functional changes to the Maven artifacts.

  • Bugfix: jazzer_standalone.jar in the release archives can be executed with java -jar (#858)

See v0.21.0 for the full release notes.

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.21.0...v0.21.1

v0.21.0

7 months ago

What's Changed

  • Breaking change: Bugfixes for edge cases in FuzzedDataProvider can result in altered behavior when reproducing old findings (https://github.com/CodeIntelligenceTesting/jazzer/commit/ed7e7b281783bb5217503f2eb035f32445493719)
  • Feature: junit: The new lifecycle parameter of @FuzzTest can be set to PER_EXECUTION to run "before each" and "after each" lifecycle methods and extension callbacks for each individual execution of a fuzz test rather than just once per test (#833, #851)
  • Feature: junit: @FuzzTest can now be applied to other annotations as a meta-annotation, allowing for the creation of custom reusable fuzz test annotations (#849)
  • Feature: Improved Map instrumentation (#845)
  • Bugfix: junit: Only create .cifuzz-corpus if it is the generated corpus (#855)

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.20.1...v0.21.0

v0.20.1

8 months ago

What's Changed

  • Bugfix: Fixed a release process issue that corrupted the jazzer Maven artifact (#838)

See v0.20.0 for the full release notes.

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.20.0...v0.20.1

v0.20.0

8 months ago

What's Changed

  • Breaking change: Boolean-valued JAZZER_* environment variables are parsed more strictly and fail on values that aren't obviously truthy or falsy (#815)
  • Feature: Compatibility with JDK 21 (#785 by @cushon, #820)
  • Feature: Comparison instrumentation for Clojure standard library functions (#805, #827)
  • Feature: junit: @Timeout can now be used to configure per-class and per-test timeouts for individual fuzz test executions (#825)
  • Feature: junit: @FuzzTest#maxExecutions can be used to limit the number of executions of a fuzz test during fuzzing
  • Feature: junit: Jazzer command-line options can be set via JUnit configuration parameters
  • Bugfix: LibFuzzer options that use subprocesses are supported more reliably and in the docker container (#748 by @svenkeidel, #793, #824)
  • Bugfix: Instrumented Byte#compare and Short#compare calls no longer throw an exception (#792, reported by @jarnokie)
  • Bugfix: junit: Fixed running on individual files from the command line (#819)
  • Error messages for JUnit 5 fuzz test setup issues have been improved

New Contributors

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.19.0...v0.20.0

v0.19.0

10 months ago

What's Changed

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.18.0...v0.19.0

v0.18.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.17.1...v0.18.0

v0.17.1

11 months ago

What's Changed

This release fixes an issue with a corrupted upload to Maven Central. No changes since v0.17.0 except for the patch version bump.

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.17.0...v0.17.1

v0.17.0

11 months ago

What's Changed

  • Feature: Added an SSRF detector (#643)
  • Feature: junit: Inputs directories are now maintained per test method, not just per test class (#710)
  • Feature: junit: A default for jazzer.instrument is set based on the packages containing .class files on the class path (#732)
  • Bugfix: Updated instrumentation order to fix coverage reports by @kmnls (#711)
  • Bugfix: Windows release binaries have the .exe extension restored (#723)
  • Bugfix: Added support for Java 17 in Jazzer docker image (#698)
  • Bugfix: autofuzz: Fixed logs for bug detector findings (#699)
  • Bugfix: Fixed rare NPEs in sanitizers and runtime (#748)

New Contributors

Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.16.1...v0.17.0