Version 1.2.3 released! #801
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.3
This update resolves a few minor issues. One related to using the
RTR_GetExtractedFileContents
operation from the Uber Class, and the others related to the PID memory dump sample.The sensor download sample is also updated to support specifying
N-1
andN-2
versions.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-10-11 16:10:33.224872 Test results: No issues identified. Code scanned: Total lines of code: 37321 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
N-1
andN-2
within the Sensor Download sample. Closes [ ENH ] Download N-1 sensor #793.samples/sensor_download/download_sensor.py
Issues resolved
Fixed: Invalid
body
payload passed when leveraging the Uber Class to call theRTR_GetExtractedFileContents
operation. Closes [ BUG ] Uber APIHarness failing for RTR_GetExtractedFileContents #788._uber_default_preference.py
Fixed: Invalid data type comparison in RTR dump memory sample.
samples/rtr/pid-dump/rtr_dump_memory.py
Fixed: Invalid arguments provided to
execute_admin_command
method within RTR dump memory sample. Closes [ BUG ] Keyword error on line #84 of PID-Dump sample #789.samples/rtr/pid-dump/rtr_dump_memory.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.3.
Beta Was this translation helpful? Give feedback.
All reactions