- Fixed PE debloat issue resulting in crashed tasks with exception `TypeError: _log() got an unexpected keyword argument 'end'` (https://github.com/CERT-Polska/karton-archive-extractor/pull/49)
1.4.1
Bugfixes:
- Fixed implementation issue with debloating PE files (https://github.com/CERT-Polska/karton-archive-extractor/pull/48)
1.4.0
New features and improvements:
- Support for debloating PE files (https://github.com/CERT-Polska/karton-archive-extractor/pull/45) - Support for configuration of `archive-extractor` specific parameters via `karton.ini` file (https://github.com/CERT-Polska/karton-archive-extractor/pull/44)
1.3.1
Bugfixes:
- Fix SIGABRT crash when archive contains JPEG file, bumped SFLock2 to 0.3.36 (https://github.com/CERT-Polska/karton-archive-extractor/pull/41, see also https://github.com/doomedraven/sflock/issues/27)
1.3.0
New features and improvements: - `karton-core` bumped to v5.0.0 (https://github.com/CERT-Polska/karton-archive-extractor/pull/38)
Bugfixes: - Archive file name is correctly initialized in all codepaths (https://github.com/CERT-Polska/karton-archive-extractor/pull/36, thanks michaelweiser!)
1.2.4
Bugfixes: - Better handling of extraction exceptions - task doesn't emit children instead of crash (https://github.com/CERT-Polska/karton-archive-extractor/pull/30) - Proper sample name is passed to the SFLock2 (part of https://github.com/CERT-Polska/karton-archive-extractor/pull/32, found after mypy type checker upgrade) - Bumped SFLock2 version from 0.3.23 to 0.3.33 (https://github.com/CERT-Polska/karton-archive-extractor/pull/34)