Version 1.0.6 released! #587
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 v1.0.6
This update provides a configuration enhancement that allows for specifying
base_url
values using dashed syntax. (Example:US-1
).Failure headers have been added to 401 results when generated from the Uber Class.
Minor docstring edits were performed within the Prevention Policy Service Class.
A fix to resolve a bandit false positive was implemented.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-03-09 22:02:48.470956 Test results: No issues identified. Code scanned: Total lines of code: 34206 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0):
Added features and functionality
_util.py
api_complete.py
_util.py
Issues resolved
_token_fail_reason.py
api_complete.py
oauth2.py
Other
android
,iOS
). Closes [ DOC ] Add iOS and Android as available platform_name option to Prevention Policies service collection documentation #582.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 1.0.6.
Beta Was this translation helpful? Give feedback.
All reactions