Version 0.8.3 released! #429
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.3
This update provides Direct Authentication functionality for MSSP scenarios by providing the
member_cid
keyword.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.7 Run started:2021-11-10 23:39:20.664923 Test results: No issues identified. Code scanned: Total lines of code: 32502 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
member_cid
, allowing developers targeting MSSP functionality to make use of Direct Authentication as opposed to still using Credential Authentication. This functionality is supported in all Service Classes and the Uber Class._service_class.py
api_complete.py
oauth2.py
tests/test_authorization.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.3.
Beta Was this translation helpful? Give feedback.
All reactions