v1.3.0
版本发布时间: 2022-12-30 20:12:36
pandora-analysis/pandora最新发布版本:v1.9.0(2024-07-02 06:36:03)
Breaking change
Poetry v1.3.0 or more recent is now required, please upgrade to the latest version.
New Features
- Support for CAB files (with hachoir)
- Support for VHD files (with dfvfs)
- Pre-load the analysis results instead of loading it in javascript after the page is loaded
- Much better handling of ODF files
- Improve extraction of URLs from office documents
- Improve logging, use a config file
- Improve processes handling and avoid deadlocks on stop
- [API only] Get stats by worker and mimetype
Bugfixes
- Improve handling of 7z files
- Add timeout on observables worker (avoid exceptions is a sample has way too many observables)
- Improve mimetype synonyms to match the types better between python core mimetypes and the python-magic library
- Improve handling of html bodies in emails, support for signed emails
- Improve handling of password protected OLE files
- Avoid getting the IMAP handler stuck (timeout)
Changes
- Major improvements in rendering the stats page
- Major improvements in exceptions handling
- Autokill libreoffice every hours to avoid memory leak
- Allow to mark issues with extractor module as error instead of alert when we reach the limits (size or number of files in archives)
- Improve UI and docs, move to bootstrap 5.2
- Updates all dependencies