Msiempy

Latest version: v0.3.5

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

Scan your dependencies

Page 1 of 2

0.3.5

New:
- Documentation website ! 87
- Change to `search()` method: applied to every list objects **BUT** `DevTree`
The `search()` method only takes one arguments as the searching pattern (`DevTree` always only accepted one argument as the search pattern)
If you used something like `search('term1', 'term2')` please use `search('term1').search('term2')`.
Note: The changes announced in https://github.com/mfesiem/msiempy/releases/tag/0.3.4 has not been acted yet

0.3.4

New:
- Better alarm filtering 83
- `NitroList.search()` change: Comparing match values against dict values only.
Argument `match_prop` **has beed removed**.
Introducing `fields` argument to search into specific fields only.
This change sets things up to unify `DevTree .search()` and other objects `search()` return values and arguments in the future. Right now `DevTree.search()` returns a Datasource object or None and `DevTree.search_ds_group()` returns a `generator`, this behaviour goes against what's defined in `msiempy.core.types.NitroList.search()`. All other objects would return a `list` of items matching the search.
**In the future `DevTree.search_ds_group()` should be removed and `DevTree .search()` should return a list.**
- Clearer docs regarding EventManager.load_data(max_query_depth), Event.refresh, and other utils methods
- Autopublishing to PyPi after any commits to master if `__version__` has been bumped

0.3.3

New features:
- Grouped event queries !
- Implements remove watchlist values
- Transition all query calls to API v2
- Format code

Fixes:
- House kipping / Better docs

0.3.2

0.3.1

0.3.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.