Releases: MozillaSecurity/grizzly
Releases · MozillaSecurity/grizzly
0.14.1
- [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
- 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
0.13.3
0.13.2
0.13.1
0.13.0
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
- [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