Mwdb Core Versions Save

Malware repository component for samples & static configuration with REST API interface.

v2.12.0

2 months ago

Upgrade highlights:

If you use plugins that are adding new endpoints to the API, you need to fix Resource imports before upgrade: What's changed

New features and improvements:

Bug fixes:

Full Changelog: https://github.com/CERT-Polska/mwdb-core/compare/v2.11.0...v2.12.0

v2.11.0

4 months ago

New features and improvements:

Full Changelog: https://github.com/CERT-Polska/mwdb-core/compare/v2.10.3...v2.11.0

v2.10.3

7 months ago

Bugfixes:

v2.10.2

8 months ago

Bugfixes:

v2.10.1

10 months ago

Most important change in this bugfix release is rollback to libfuzzy2 for ssdeep hash evaluation instead of ppdeep introduced in v2.9.0. It means that for standalone installation (from PyPi) you need to install libfuzzy2 before applying this upgrade.

Bugfixes:

Other changes:

v2.10.0

10 months ago

Small, minor release that provides bugfixes and Karton integration improvements:

It's recommended to upgrade karton-system to v5.2.0 before upgrading mwdb-core (if Karton is used within your pipeline).

Minor improvements:

Bugfixes:

v2.9.0

10 months ago

This release includes huge database migrations made for query optimization, which includes rewriting of object permission tables. Database backup is highly recommended before upgrade.

Also there is a long changelog ahead, so please read information about most important changes in What's changed section before upgrade.

Major changes:

Minor changes and improvements:

Bugfixes:

Special thanks to @yankovs for tracking some regressions during development!

And finally thanks to development team that worked on this release: @KWMORALE, @Repumba, @postrowinski, @olivergav, @nazywam.

Hopefully we'll be publishing stable releases a bit more often so the changelogs won't be that long :smiling_face_with_tear:

v2.8.2

1 year ago

This release contains bugfixes related mostly with S3 object storage. Regressions were introduced by migration from py-minio to Boto3 AWS SDK which apparently wasn't tested enough.

Bugfixes:

v2.8.1

1 year ago

Bugfixes:

v2.8.0

1 year ago

This release includes huge database migrations made for query optimization, which includes rewriting of Object and Tag tables. Database backup is highly recommended before upgrade.

New features and improvements:

Bugfixes:

Thanks @jvoisin and @JohnConnorRF for contributions!