Summary
- Important: The function to generate fuzzing names changed, so be aware that findings will show up under new names
- Desktop notifications for Mac, Windows and Linux
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
- refactor: changing generated names list by @mlsandnerCI in #293
- cmd/finding: Fix command synopsis by @adombeck in #294
- cmd/finding: Add --all flag by @adombeck in #298
- installer: Refactor and rename "bundler" to "builder" by @adombeck in #288
- cmake: Add error message to remove build folder for unsupported compiler by @florianGla in #297
- Remove unstable linker flag by @florianGla in #302
- fix(finding): short description for memory leak by @mlsandnerCI in #301
- ci: add pipeline to test compatibility between cifuzz versions by @jochil in #303
- feat: show desktop notifications when a finding was found by @jochil in #304
- run: Fix seed corpus usage message by @florianGla in #300
- fix(notifications): on mac by @mlsandnerCI in #305
Full Changelog: v0.2.0...v0.3.0