Releases: CERT-Polska/karton-mwdb-reporter
Releases · CERT-Polska/karton-mwdb-reporter
v1.3.0
New features and improvements:
- Support for
report_unrecognized
option to upload files not recognized by karton.classifier
(#32)
- Contents of configurations and blobs is not reuploaded when already in MWDB (#30)
Bugfixes:
- Fixed error handling when upload size exceeds MWDB limit (#27)
- Fixed command-line argument handling (#37)
- Fixed
karton
attribute handling: tasks were crashing when karton
appeared in payload["attributes"]
section (#35)
v1.2.0
New features and improvements:
karton-core
bump to v5.0.0 (#21)
- Small improvement in mwdblib password-based authentication (#23)
v1.1.0
New features and improvements:
- Support for blob reporting (#15)
- Support for MWDB Core 2.6.0 API features e.g. JSON-like objects in attributes (#14, #15)
This version drops support for Python 3.6
v1.0.1
Bugfixes:
- Fixed handling of too big artifacts (#5)
- Fixed documentation and karton-core version pinning