Version 0.8.10 released! #490
jshcodes
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy v0.8.10
This update provides the MessageCenter Service Class to represent the new Message Center service collection and all related endpoints. Uber class support is also available.
A better solution for handling scenarios where developers provide arguments to keyword argument only methods is also implemented. Minor linting / code quality updates.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.7 Run started:2021-12-10 08:24:40.756084 Test results: No issues identified. Code scanned: Total lines of code: 33759 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0.0 Low: 0.0 Medium: 0.0 High: 0.0 Total issues (by confidence): Undefined: 0.0 Low: 0.0 Medium: 0.0 High: 0.0 Files skipped (0):
Added features and functionality
_endpoint/_message_center.py
_endpoint/__init__.py
_payload/_message_center.py
_payload/__init__.py
message_center.py
__init.py__
tests/test_message_center.py
.github/wordlist.txt
Issues resolved
_util.py
tests/test_hosts.py
get_sample
method.sample_uploads.py
Other
sample_uploads.py
tests/test_overwatch_dashboard.py
tests/test_prevention_policy.py
Installation
You can install this new release by installing the package via the Python Package Index.
or
Upgrading
You can upgrade to this new release by installing the update via the Python Package Index.
or
This discussion was created from the release Version 0.8.10.
Beta Was this translation helpful? Give feedback.
All reactions