Summary
Note: The name generation of findings now uses sha256
instead of sha1
. Old findings can still be used but the same finding will get a new name, if it is discovered for the next time.
- Experimental support for java artifact bundles
--build-only
flag to skip execution of the fuzzing run
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
- Fix
make fmt
andmake fmt/check
exiting with 0 on failure by @adombeck in #512 - Update gradle version in wrapper to 7.6 by @florianGla in #509
- integration-tests/other: Add missing include by @adombeck in #510
- cmd/run: Support --build-only flag by @adombeck in #496
- Fix dependency check failing when CC is set and clang is not in $PATH by @adombeck in #504
- add link to java fuzzing video by @MarkusZoppelt in #506
- Unify coverage output by @florianGla in #465
- build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 by @dependabot in #514
- feat(coverage): implement --format=jacocoxml by @mlsandnerCI in #491
- implement 'cifuzz bundle' for Java by @MarkusZoppelt in #427
- all: Update Jazzer to 0.13.3 by @fmeum in #519
- fix(integration): --vscode flag for correct tasks.json by @mlsandnerCI in #498
- integration-tests: Install files exclusively into temporary directory by @adombeck in #511
- integration-tests/bazel: Don't run tests in parallel by @adombeck in #522
- Makefile: Fix
make fmt
not formatting by @adombeck in #521 - Simplify install dir structure by @florianGla in #517
- integration-tests/cmake: Test no values of arbitrary env vars printed by @adombeck in #513
- tests: Use
CMAKE
instead ofCLANG
in deps tests by @fmeum in #524 - cmd/root: Fix command printed without shell escaping by @adombeck in #525
- Update URLs printed by our commands by @adombeck in #526
- Fix cmake installation for root users by @florianGla in #527
- cmd/remote-run: Print warning when --bundle is used with incompatible flags by @adombeck in #529
- cmd/run: Support passing flags to cmake by @florianGla in #520
- Use sha256 instead of sha1 for name generation by @florianGla in #531
Full Changelog: v0.11.1...v0.12.0