Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jazzer-linux.tar.gz | 2023-10-18 | 9.7 MB | |
jazzer-macos.tar.gz | 2023-10-18 | 9.4 MB | |
jazzer-windows.tar.gz | 2023-10-18 | 9.6 MB | |
README.md | 2023-10-18 | 724 Bytes | |
v0.22.0 source code.tar.gz | 2023-10-18 | 515.7 kB | |
v0.22.0 source code.zip | 2023-10-18 | 1.0 MB | |
Totals: 6 Items | 30.3 MB | 0 |
What's Changed
- Breaking change: junit: The
Lifecycle.PER_EXECUTION
mode of@FuzzTest
now provides a new test instance for each fuzz test, with support forTestInstancePostProcessor
's (https://github.com/CodeIntelligenceTesting/jazzer/pull/867) - Experimental feature (subject to change in a future version): junit: Dictionaries can be added to fuzz tests via
@DirectoryEntries
and@DictionaryFile
(https://github.com/CodeIntelligenceTesting/jazzer/pull/862) - Bugfix: Hooks can now also instrument classes on the extension classpath (https://github.com/CodeIntelligenceTesting/jazzer/pull/869)
Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.21.1...v0.22.0