Breaking changes:
- Dropped compatibility with Python 2. Recommended minimal Python version is 3.7
- Dropped legacy Malwarecage-named object aliases (use
MWDB
instead ofMalwarecage
) MWDB
uses~/.mwdb
configuration as a defaults. Useconfig_path
argument if you want to use another file or don't load configuration at all (None
)~/.mwdb
configuration is scoped and allows to specify different options for each MWDB Core instance
[mwdb]
api_url = https://mwdb.cert.pl/api/
[mwdb:https://mwdb.cert.pl/api/]
...
[mwdb:http://127.0.0.1/api/]
...
mwdb login --api-url <API_URL>
sets the default API endpoint used by further CLI invocations and api_url
default in MWDB()
constructor.
New features and improvements: