Mwdblib

Latest version: v4.5.0

Safety actively analyzes 622295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

4.5.0

New features:
- `recent_*` and `search_*` methods accept `chunk_size` argument that allows to set size of requested entries while iterating over results (default is 10). Requires MWDB Core v2.9.0 (https://github.com/CERT-Polska/mwdblib/pull/94)
- Classes representing MWDB objects have meaningful `__repr__` that prints basic object attributes (https://github.com/CERT-Polska/mwdblib/pull/95)
- CLI: `mwdb login` accepts `--use-keyring/--no-keyring` flag that allows you to choose whether you want to use keyring for storing credentials or not. It's useful especially on platforms that doesn't support keyring at all (https://github.com/CERT-Polska/mwdblib/pull/85)
- `MWDB` constructor accepts `autologin` argument (default: True). You can set it to False if you don't want to automatically fetch stored credentials and login during object construction (https://github.com/CERT-Polska/mwdblib/pull/85)

Bugfixes:
- `mwdb login`/`mwdb logout` no longer try to login using previously stored credentials (https://github.com/CERT-Polska/mwdblib/pull/85)

4.4.0

New features:
- Added `remove_comment` function in MWDBObject (https://github.com/CERT-Polska/mwdblib/pull/87, thanks msm-code!)

Bugfixes:
- Fixed `mwdb login --api-key` that was failing silently to store API key (thanks v-rzh for bug report https://github.com/CERT-Polska/mwdblib/issues/90 and Repumba for fix https://github.com/CERT-Polska/mwdblib/pull/92)

4.3.1

Bugfixes:

- Fixed methods implementing fallback for older server versions (e.g. `MWDBFile.download()` / `mwdb fetch`) (https://github.com/CERT-Polska/mwdblib/pull/83)

4.3.0

New features:
- HTTP 413 handling (`ObjectTooLargeError`, https://github.com/CERT-Polska/mwdblib/pull/81)


Bugfixes:

- CLI: Confirmation messages are printed to stderr instead of stdout (https://github.com/CERT-Polska/mwdblib/pull/76)
- Fixed blob overwrite in `config_dhash` (https://github.com/CERT-Polska/mwdblib/pull/80)
- Fixed wrapping of methods with server version-dependent fallback (https://github.com/CERT-Polska/mwdblib/pull/79)

4.2.1

Bugfixes:
- CLI: Fixed broken `fetch` command (https://github.com/CERT-Polska/mwdblib/pull/74)

4.2.0

**New features**:
- Removing attributes by attribute id (https://github.com/CERT-Polska/mwdblib/pull/68)

**Bugfixes**:
- Fixed compatibility with 8.x versions of Click (https://github.com/CERT-Polska/mwdblib/pull/71)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.