pypi mwdb-core 2.6.0
v2.6.0

latest releases: 2.14.0, 2.13.0, 2.12.0...
2 years ago

Key changes:

  • Support for OpenID Connect authentication
    You can play with it using our development setup: https://github.com/CERT-Polska/mwdb-core/blob/master/dev/oidc/README.md
  • JSON values in attributes
    Whole objects can be stored as attribute value instead of single string. In future: we plan to implement template-based rich formatting to visually represent these objects in tables, lists, collapsible trees etc.
  • New Attribute API - better designed API for accessing attriibutes that supersedes old Metakey API

New features and improvements:

  • Transactional tag adding during upload. Now you can upload your file and related tags within the same request (7b05dfb)
  • comment_author: search field that allows to search for objects commented by selected user (#454)
  • upload_count: search field that allows to search for objects related with more than N different user uploads. (#466)
  • multi: search field that allows to search for multiple hashes separated by spaces (#470)
  • MWDB stores all file names that object appeared with, not only the first one (#482)
  • Introduced server-side statement timeout, along with customizable client-side timeouts (currently hardcoded to 8 seconds for general Web requests and 60 seconds for file upload from Web)

Bugfixes and improvements:

  • Fixed faulty login/recover password page that responds with Session expired instead of actual error (#461)
  • Fixed password recover in Settings page when administrator wants to send new password link to different user (#475)
  • Fixed race conditions resulting in ISE 500 on adding/removing the same tags concurrently (#459)
  • Correct handling of missing API endpoint when static files are served by Flask (#472)
  • Fixed ISE 500 when non-UUID value was passed to karton attribute (#474)
  • Fixed wrong type conflict check during object upload (#477)
  • karton:<uuid> search field supports single wildcard to filter out not analyzed samples (#451)
  • CRC32 hash is zero-padded to 8 bytes (#495)
  • Added mouseover text for attribute keys (#490)

Don't miss a new mwdb-core release

NewReleases is sending notifications on new releases.