Releases: google/clusterfuzz
1.2.1
- Various bug fixes.
Please download this release by checking out the release tag in a git checkout:
git checkout tags/v1.2.0
NOTE: Archived versions of ClusterFuzz below do not work with many butler.py commands.
v1.2.0
- Various bug fixes.
- Use Firebase auth for authentication.
- Use Sendgrid for emails.
- Remove various dependencies on App Engine SDK.
- Add support for
close_fd_mask
in AFL fuzzing. - Add metrics
new_features
andnew_edges
in libFuzzer fuzzing. - Support for multiple device per host in Android startup script.
- Fix corpus minimization in libFuzzer and AFL to prioritize smaller units.
- Preparation for Python 2->3 migration using futurize.
Please download this release by checking out the release tag in a git checkout:
git checkout tags/v1.2.0
NOTE: Archived versions of ClusterFuzz below do not work with many butler.py commands.
v1.1.0
- Various bug fixes.
- Support for android-cuttlefish.
- Added production startup scripts for Android.
- Support for libFuzzer fork mode.
- Support for Stackdriver Profiler
- Added an initial permissive CSP, to be improved in later releases.
- Fuzzer weights now scale based on the severity of discovered issues instead of imposing a fixed penalty beyond a threshold.
Please download this release by checking out the release tag in a git checkout:
git checkout tags/v1.1.0
NOTE: Archived versions of ClusterFuzz below do not work with many butler.py commands.
v1.0.1
Bug fixes for local development.
Please download this release by checking out the release tag in a git checkout:
git checkout tags/v1.0.1
NOTE: Archived versions of ClusterFuzz below do not work with many butler.py commands.
v1.0.0
Initial open source release.
Please download this release by checking out the release tag in a git checkout:
git checkout tags/v1.0.0
NOTE: Archived versions of ClusterFuzz below do not work with many butler.py commands.