Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jazzer-linux.tar.gz | 2025-08-20 | 7.1 MB | |
jazzer-macos.tar.gz | 2025-08-20 | 6.8 MB | |
jazzer-windows.tar.gz | 2025-08-20 | 6.8 MB | |
README.md | 2025-08-20 | 1.7 kB | |
v0.25.0 source code.tar.gz | 2025-08-20 | 658.0 kB | |
v0.25.0 source code.zip | 2025-08-20 | 1.3 MB | |
Totals: 6 Items | 22.6 MB | 0 |
What's Changed
- feat: add
Unsafe
array access sanitizer by @Marcono1234 in https://github.com/CodeIntelligenceTesting/jazzer/pull/932 - feat: add a path traversal sanitizer by @tballison in https://github.com/CodeIntelligenceTesting/jazzer/pull/915
- feat: add path traversal configuration using
BugDetectors
API by @oetr in https://github.com/CodeIntelligenceTesting/jazzer/pull/943 - breaking fix: make sure
ConsumeIntegralInRange
is always in range [min; max] by @oetr in https://github.com/CodeIntelligenceTesting/jazzer/pull/945. This change might invalidate some existing crash and corpus files. - fix: clear last finding before starting a fuzzing run by @oetr in https://github.com/CodeIntelligenceTesting/jazzer/pull/944
- docs: fix incorrect annotation names by @Marcono1234 in https://github.com/CodeIntelligenceTesting/jazzer/pull/937
- docs: improve documentation by @Marcono1234 in https://github.com/CodeIntelligenceTesting/jazzer/pull/929
- chore: update pom.xml examples with correct version by @marklemay in https://github.com/CodeIntelligenceTesting/jazzer/pull/927
- chore: remove outdated CI workflow badge from README by @Marcono1234 in https://github.com/CodeIntelligenceTesting/jazzer/pull/946
New Contributors
- @tballison made their first contribution in https://github.com/CodeIntelligenceTesting/jazzer/pull/915
- @Marcono1234 made their first contribution in https://github.com/CodeIntelligenceTesting/jazzer/pull/929
- @marklemay made their first contribution in https://github.com/CodeIntelligenceTesting/jazzer/pull/927
Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.24.0...v0.25.0