Releases: MozillaSecurity/fuzzfetch
Releases · MozillaSecurity/fuzzfetch
Release 2.1.1
- add win32 support
Release 2.1.0
- drop Python 3.6 support
- add --nyx for Nyx snapshot fuzzing builds
Release 2.0.2
Overwrite existing files when using 7z in extract_zip()
Release 2.0.1
Improve gtest deprecation message
Release 2.0.0
Reorganize the fuzzfetch API.
Release 1.3.3
- declare py.typed
- add mypy to linters
Release 1.3.2
Fix Windows extraction.
1.3.1
1.3.0: Add initial support for SM prefixed builds (#100)
- Add support for sm- prefixed builds
- Add support for fuzzilli builds
- Add typing hints to all functions
- Use an enum for build search order
- Support pathlib consistently (all APIs should take path/str)
- Add support for no-opt builds
- Check that all artifacts exist before any are downloaded
- Add support for fetching multiple targets (eg.
--target firefox js gtest common
) - Drop support for Python 3.5