Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 09:07
· 487 commits to main since this release
b7a265a

Summary

The main additions in this release are the ability to collecting coverage information and generate coverage reports, and the ability to leverage the FuzzedDataProvider to return arbitrary combinations of ASCII printable and/or lossy strings without having to rely on libfuzzers -only_ascii flag.

What's Changed

  • Fix a broken link by @ligurio in #292
  • Introduce toggle for FuzzedDataProvider to only return printable strings by @0xricksanchez in #268
  • Un-hide fuzz function flag by @kyakdan in #294
  • Gracefully handle none-string types when intercepting string comparisons by @kyakdan in #296
  • Jazzer.js now supports coverage report generation. Simply add "--coverage". by @oetr in #272
  • fuzztests: check error code of each individual fuzztest by @oetr in #297
  • Added simple detection mechanism for synchronous return values by @0xricksanchez in #283

New Contributors

Full Changelog: v1.2.0...v1.3.0