Feature Category
Describe the problem
Hey, the systems we use for working on files from MWDB recognize the zip files as malicious files even before we open them due to an "infected" password, which is the default one.
Describe the solution you'd like
Add an option to control the password with mwdb-vars and pull it from the config.
https://github.com/CERT-Polska/mwdb-core/blob/master/mwdb/model/file.py#L296 - instead of "infected", try to pull from env vars and if they do not exist, take "infected" as a default.