Version 0.8.7 released! #470
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.7
This update resolves an issue with argument lookups in the
args_to_params
method. This fix impacts a limited number of Service Classes and the Uber Class when making use of Parameter Abstraction functionality.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.7 Run started:2021-12-01 19:53:10.961446 Test results: No issues identified. Code scanned: Total lines of code: 32546 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):
Issues resolved
args_to_params
method. Closes [ BUG ] QuickScan Service Class is not producing valid results using the GetScans operation. #467._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 0.8.7.
Beta Was this translation helpful? Give feedback.
All reactions