Grizzly Versions Save

A cross-platform browser fuzzing framework

0.18.0

5 months ago

What's Changed

  • [replay] Add Bugzilla support
  • Many updates to TestCase
  • Update TestCase.load() to load in place
  • Use HTTPS by default if available
  • [reduce] Fix loading assets and env vars from tests
  • Update local bucketing
  • Determine number of extra frames when creating a signature
  • Handle target hangs immediately after launch

Full Changelog: https://github.com/MozillaSecurity/grizzly/compare/0.17.0...0.18.0

0.17.0

7 months ago

What's Changed

  • Add version to test cases
  • Add https support
  • Properly pass None to adapter when an input file is not provided
  • Add --time-limit option to status reporter
  • Status report updates
  • Allow unstable browser builds
  • Perform fuzzing and replay using localhost instead of 127.0.0.1
  • Sapphire updates

Full Changelog: https://github.com/MozillaSecurity/grizzly/compare/0.16.5...0.17.0

0.16.5

1 year ago

What's Changed

  • Support FFPuppet (>=0.10.0) API changes
  • Add ignore_timeout kwarg to Target.handle_hang()

Full Changelog: https://github.com/MozillaSecurity/grizzly/compare/0.16.4...0.16.5

0.16.4

1 year ago

What's Changed

  • Fix parsing sanitizer logs missing file path
  • [replay] Handle automatic signature generation failure
  • [reduce] Use min. crashes of 1 if analysis shows 100% reliability
  • [reduce] Don't overwrite "Latest Reports" if later reports are ignored
  • [reduce] Generate a signature from crash data if no other data is available
  • Improve launch failure messages
  • [sapphire] Use system assigned port instead of random
  • [sapphire] Improve parsing URLs from requests and other updates
  • Properly sanitize logs for FuzzManager
  • Handle debugger timeouts properly

Full Changelog: https://github.com/MozillaSecurity/grizzly/compare/0.16.3...0.16.4

0.16.3

1 year ago

What's Changed

  • Default to post launch delay 0 for all mode
  • Standardize and sanitize FM tool

Full Changelog: https://github.com/MozillaSecurity/grizzly/compare/0.16.2...0.16.3

0.16.2

1 year ago

What's Changed

  • Add ability to disable timeout

Full Changelog: https://github.com/MozillaSecurity/grizzly/compare/0.16.1...0.16.2

0.16.1

1 year ago

What's Changed

  • Add post launch landing page to MANIFEST.in
  • Only search signature cache if it exists

Full Changelog: https://github.com/MozillaSecurity/grizzly/compare/0.16.0...0.16.1

0.16.0

1 year ago
  • Many user experience improvements
  • Dropped Python 3.6 support
  • Removed S3 support

Full Changelog: https://github.com/MozillaSecurity/grizzly/compare/0.15.0...0.16.0

0.14.2

2 years ago
  • [replay] Require --logs with --pernosco or --rr
  • [replay] Handle startup crashes properly when using '--any-crash'
  • Harness should request final pending test files when shutting down