Summary
! CIFUZZ_IN_CIFUZZ
got renamed to NO_CIFUZZ
!
- Manage findings
cifuzz integrate
for easy to use tool integration- Optimized run output
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
- Remove CODEOWNERS wildcard by @fmeum in #237
- cmake: Check for C++11 in FuzzedDataProvider.h by @fmeum in #217
- ci: Merge push into PR pipeline by @fmeum in #238
- added architecture check when target is Darwin by @MarkusZoppelt in #236
- build(deps): bump @actions/core from 1.9.0 to 1.9.1 in /.github/actions/version by @dependabot in #239
- cmake: Link debug symbols with dsymutil on macOS by @fmeum in #234
- Parse stack trace and attach it to finding by @adombeck in #227
- cmake: Further clarify cmake_minimum_required requirement by @fmeum in #241
- Fix findings deduplication by @adombeck in #230
- add tools integration by @florianGla in #226
- readme coverage integrations by @florianGla in #240
- replayer: Output doctest xml if launched by CLion by @florianGla in #243
- Sort findings by date by @adombeck in #224
- build/other: Don't print stack trace if fuzz test executable is not found by @adombeck in #245
- run: Print only relevant finding info in run output by @adombeck in #246
- Rename env variable to execute raw libfuzzer target by @florianGla in #248
- run: Make fuzz test path available to build-command by @fmeum in #244
- run: Don't fail when timeout is reached and the seed corpus dir doesn't exist by @adombeck in #247
- report_handler: Fix race condition in updating printer by @adombeck in #252
- runner: Fix race condition by @adombeck in #251
- report_handler: Fix usage of atomic.Value by @adombeck in #254
- build: Add -I for cifuzz.h in coverage builds by @fmeum in #255
- build(deps): bump github.com/gookit/color from 1.5.1 to 1.5.2 by @dependabot in #257
- coverage: Print stderr on error by @adombeck in #256
- Build cmake projects with multiple cores by @florianGla in #250
- add success message if installer succeeds by @wojtekCodeInt in #242
- Print date in finding output by @adombeck in #258
- style: activate nonamedreturns linter by @jochil in #253
- feat: optimize findings output/summary during fuzzing run by @jochil in #260
- installer: Install shell completion script by @adombeck in #259
- fix(deps): make sure that the dependency check includes CC + CXX envs by @jochil in #262
New Contributors
- @MarkusZoppelt made their first contribution in #236
- @wojtekCodeInt made their first contribution in #242
Full Changelog: v0.1.4...v0.1.5