Summary
- Update to jazzer 0.19.0 and cifuzz-gradle-plugin 1.3.0
- Introducing experimental support for fuzz containers. Set the
CIFUZZ_PRERELEASE=1
environment variable to access thecontainer
sub commands
How to install
On Linux and macOS, remember to make the downloaded installer executable via chmod +x <installer file>
.
You can find more information in our README
What's Changed
- Update jazzer to version 0.19.0 by @florianGla in #851
- Test: Fresh buckets for integration tests by @github-actions in #849
- fix: check for existing jvm fuzz tests when bundling by @mlsandnerCI in #845
- fix(errorid): add detection for java exception by @mlsandnerCI in #837
- fix(finding): add only available information & check for nil pointers by @MarkusZoppelt in #846
- fix(jazzer): only append timeout flag if timeout > 0 by @br-lewis in #852
- feat: run fuzz tests inside container by @jochil in #831
New Contributors
Full Changelog: v0.35.0...v0.36.0