Releases: MozillaSecurity/FuzzManager
Releases · MozillaSecurity/FuzzManager
Release 0.5.1
Fix trace parsing for Clang 14
Release 0.5.0
Release 0.5.0
- Drop support for Python 3.6
- [FTB] Fix Apple and CDB CrashInfo parsing
0.4.3
Release 0.4.3
- Last release supporting Python 3.6!
- [crashmanager] Fix view signature error handling
- [crashmanager] Remove pagination from the Bucket list API entirely
- [crashmanager] Optimize bucket tool filter
- [crashmanager] Use local sort for signatures list.
- [crashmanager] Remove management command lock and speed up triage.
- [crashmanager] Optimize bucket list query.
- [covmanager] Fix empty prefix display.
- [server] Update base template.
- [taskmanager] Fix creation of non-Linux "extra" pools.
- [crashmanager] Fix quality and optimization sorting in signatures list
- [crashmanager] Handle the case where testcase_ext is given with no testcase.
Release 0.4.2
- [covmanager] Allow submitting coverage reports in FM format
- [covmanager] Allow processed reports when submitting combined coverage reports
- [covmanager] Remove redundant version check
- [reporter] Add retry in the case of connection error.
- [reporter] Add support for overriding
.fuzzmanagerconf. Use environment variableFM_CONFIG_PATH - [FTB] Support UBSan messages in AutoRunner
- [FTB] Add support for "allocator is out of memory" reports
- [FTB] Treat access-violation on Windows the same as SEGV on unix platforms.
- [FTB] Add support for TSan SEGV reports
- [FTB] Keep looking for a crashaddress if the first ASan message doesn't include one.
- [libfuzzer] Add argument for performing post crash transformations
- [libfuzzer] Combine original and transformed testcase into a zipfile
- [libfuzzer] Provide output directory to transformation script
- [libfuzzer] Use paths relative to transform output in archive
- [libfuzzer] Only warn when transformation fails
- [libfuzzer] Optimize imports
Release 0.4.1
- Standardize how signatures are displayed
- Parse generic crashes found on UBSan builds
- Change shebang lines to python3 for standalone tools, remove it from others
- Make AutoRunner py3-compatible
- Add support for multi-line MOZ_CRASH messages
Add TaskStatusReporter
Release 0.4.0: * Add TaskManager and TaskStatusReporter
Dependency upgrades
Upgrade some of our dependencies and broaden the accepted version ranges to avoid conflicts with other software.