CERT-Polska / mwdblib

Client library for the mwdb service by CERT Polska.
https://mwdblib.readthedocs.io/en/latest/
MIT License
40 stars 13 forks source link

Support for new attributes features from mwdb-core #56

Closed KWMORALE closed 2 years ago

KWMORALE commented 2 years ago

Feature Category

Describe the problem

New attribute api for integration with objects has been introduced in mwdb-core in mwdblib there is legacy version of it. Furthermore JSON attributes was introduced so we need to expand attributes in mwdblib.

Describe the solution you'd like

Implementation steps

  1. Analyze mwdb-core api references from mwdblib related to metakeys and attributes
  2. Adapting mwdblib functions to the new mwdb-core api, changing references to new endpoints.
  3. Change of naming from metakeys to attributes
  4. Check the code for backward compatibility to metakeys
  5. Introduction of JSON attributes