Version 1.2.15 released! #959
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.2.15
This update provides the new
getAssessmentsByScoresV1
operation and resolves an issue with the JSONDecoder error object for users of thesimplejson
third party library.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.16 Run started:2023-04-20 15:48:52.502289 Test results: No issues identified. Code scanned: Total lines of code: 45083 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
getAssessmentsByScoreV1
._endpoint/_zero_trust_assessment.py
zero_trust_assessment.py
tests/test_zero_trust_assessment.py
Issues resolved
simplejson
3rd party library versus the standardjson
library. Closes [ BUG ] Unexpected behavior on 204 response from RTR_DeleteSession #953._util.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.2.15.
Beta Was this translation helpful? Give feedback.
All reactions