Releases: MozillaSecurity/FuzzManager
Releases · MozillaSecurity/FuzzManager
v0.7.0
What's Changed
- Add page titles by @jschwartzentruber in #937
- Update Django & Celery by @jschwartzentruber in #938
- Update PrismJS version by @jschwartzentruber in #941
- Update webpack by @jschwartzentruber in #942
- Update Vue to 2.7.15 by @jschwartzentruber in #943
- Fix ubsan error parsing when no stack is present by @jschwartzentruber in #947
- Fix lint environment by @jschwartzentruber in #948
- Minor fixes to README.md by @pyoor in #953
- Enable handlebarjs for keyword and whiteboard fields by @pyoor in #951
- Escape short signature by @jschwartzentruber in #954
- Update README to include npm build instructions by @jschwartzentruber in #959
- Use a static queue for taskmanager pulse consumer by @jschwartzentruber in #962
- Add a comment on Docker secret key to prevent spurious vulnerability by @jschwartzentruber in #963
- Replace distutils usage to allow installation in Python 3.12 by @jschwartzentruber in #967
Full Changelog: 0.6.0...v0.7.0
Release 0.6.0
-
Add line_no field to backtrace parsing exceptions
-
Drop Python 3.7
-
Fix grcov output parsing on Windows
Release 0.5.3
Parse sanitizer hard rss limit exhausted assertions. The previous release also preferred soft rss limit exhausted messages, which are not fatal. This also fixes that.
Release 0.5.2
Add parsing for sanitizer heap_profile traces.
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