Version 0.8.0 released! #414
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.0
This update provides query string parameter abstraction for the Uber class, allowing you to specify query string parameters using keywords instead of passing a
parameters
payload.Example
This update also:
Includes docstring formatting fixes and implements a new docstring style validation workflow.
Resolves a bad reference within the FalconXSandbox.query_sample method for the inbound body payload parameter
sha256s
.Enhancement
Major Feature update
Updated unit tests
Documentation
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.7 Run started:2021-11-02 09:34:23.364452 Test results: No issues identified. Code scanned: Total lines of code: 32012 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
api_complete.py
_util.py
app_id
keyword for theappId
parameter used by methods within the EventStreams Service Class.event_streams.py
Issues resolved
recon.py
_payload/_recon.py
query_sample
method within FalconXSandbox Service Class. Also resolved matching invalid docstring reference. Closes [ BUG ] Body payload parameter (sha256s) is mishandled in FalconXSandbox.query_sample #409.falconx_sandbox.py
Other
calc_url_from_args
method_util.py
parse_id_list
method_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.0.
Beta Was this translation helpful? Give feedback.
All reactions