Skip to content

Releases: MozillaSecurity/grizzly

0.14.1

01 Mar 21:12
Compare
Choose a tag to compare
  • [reduce] Report other results after each reduction stage, rather than immediately
  • Make '--logs' argument available to fuzzing
  • Make use of pathlib in more places
  • Check '/proc/sys/kernel/perf_event_paranoid' before launching with rr
  • Fix use of updated PrefPicker APIs

0.14.0

26 Nov 21:43
Compare
Choose a tag to compare
  • Status and ReductionStatus updates
  • TestCase and TestFile API changes
  • Added Target Assets
  • Testcase Quality Enum
  • Dynamic Response callback now passes the query
  • FuzzManagerReporter report limiting
  • Sapphire path handling fixes

Note: This does include API changes that can break adapters.

0.13.4

05 Jul 20:23
Compare
Choose a tag to compare
  • Added --runtime argument
  • Fixed issue with newlines in beautify strategies
  • Fixed missing argument related exception on Windows
  • Pinned pylint to avoid release failure (0.13.3 release failed)

0.13.3

05 Jul 19:45
Compare
Choose a tag to compare
  • Added --runtime argument
  • Fixed issue with newlines in beautify strategies
  • Fixed missing argument related exception on Windows

0.13.2

15 Jun 18:49
Compare
Choose a tag to compare
  • Add Pernosco debugger option
  • Minor fixes

0.13.1

04 May 17:43
Compare
Choose a tag to compare

[bugfix] Add sanity checks for platform specific arguments

0.13.0

16 Apr 20:36
Compare
Choose a tag to compare

Adapters are now plugins. This is MAJOR change and existing adapters REQUIRE changes to work properly. For details please see the wiki: https://github.com/MozillaSecurity/grizzly/wiki/Writing-an-Adapter

This change allows users to pip install Grizzly and write custom adapters, removing the need to use a local checkout of Grizzly. This also allows the removal of custom loader code and only the specified adapter is imported.

0.12.0

22 Mar 20:34
Compare
Choose a tag to compare
  • [bugfix] Properly clear ServerMap after timeout
  • [bugfix] Properly report test cases in corner case
  • [bugfix] Fix detecting nested optional files
  • [bugfix] Better handling of startup failures
  • [feature] Add better support for hangs/timeouts
  • [feature] Add 'attrs' to default reduction strategies
  • [feature] Add basic profiling support

0.11.1

12 Jan 23:37
Compare
Choose a tag to compare
Bump version to 0.11.1

0.11.0

11 Jan 17:53
Compare
Choose a tag to compare
Bump version to 0.11.0