- Password is required to be a string (https://github.com/CERT-Polska/karton-archive-extractor/pull/28, thanks conitrade-as) - Hard-limit unpacked files to 1000 items (https://github.com/CERT-Polska/karton-archive-extractor/pull/27, thanks alex-ilgayev)
1.2.2
Changes:
* SFlock2 bump - 0.3.18 -> 0.3.23 * Fixed broken link in readme
1.2.1
Bugfixes: - SFlock2 bump (`0.3.16 -> 0.3.18`) that includes fixes for: - encrypted Office documents with different password than used to encrypt archive (https://github.com/doomedraven/sflock/pull/8) - whitelisted `fchown` in zipjail (https://github.com/doomedraven/sflock/commit/6d6ece5fd44aa81f1dc422bae0a09149ba421b91)
1.2.0
New features: - Enhanced https://github.com/doomedraven/sflock is used instead of embedded CERT.pl's fork.
1.1.0
New features: - Unknown compression types (e.g. AES-encrypted archives) are ignored instead of throwing exception (https://github.com/CERT-Polska/karton-archive-extractor/pull/10) - Accepting archive password from `attributes` (https://github.com/CERT-Polska/karton-archive-extractor/pull/18, thanks 74wny0wl)
Bugfixes: - Fixed documentation and karton-core version pinning