Version 1.2.0 released! #772
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
This version provides the following updates:
GetDeviceDetailsV2
andPostDeviceDetailsV2
operations within the Hosts Service Collection. Legacy requests to the old operationGetDeviceDetails
are gracefully redirected to the new operationPostDeviceDetailsV2
.GetImageAssessmentReport
,DeleteImageDetails
andImageMatchesPolicy
.ContainerBaseURL
is added for retrieving the Falcon Container Registry url base.RTR_ListFiles
andRTR_ListFilesV2
operations when called by the Uber Class.host_timeout_duration
parameter toBatchActiveResponderCmd
,BatchCmd
,BatchGetCmd
andBatchInitSessions
operations within the Real Time Response Service Collection._endpoint
module.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-08-30 06:01:37.408828 Test results: No issues identified. Code scanned: Total lines of code: 37299 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
Updated: Updated operation payload parameter datatype details.
_endpoint/_ioc.py
_endpoint/_recon.py
_endpoint/_sample_uploads.py
Updated: Updated operation payload parameter data location details.
_endpoint/_falconx_sandbox.py
_endpoint/_sample_uploads.py
Added: New
host_timeout_duration
parameter toBatchActiveResponderCmd
,BatchCmd
,BatchGetCmd
andBatchInitSessions
operations within the Real Time Response Service Collection._endpoint/_real_time_response.py
Added: New
GetDeviceDetailsV2
andPostDeviceDetailsV2
operations to Hosts Service Collection._endpoint/_hosts.py
_uber_default_preference.py
api_complete.py
hosts.py
tests/test_get_device_details.py
Added: Falcon Container registry functionality to Falcon Container Service Class.
_endpoint/_falcon_container.py
__init__.py
_container_base_url.py
_uber_default_preference.py
_util.py
api_complete.py
falcon_container.py
tests/test_falcon_container.py
Issues resolved
Fixed: Default NoneType preference for body payloads sent to the
RTR_ListFiles
andRTR_ListFilesV2
operations. Closes [ BUG ] Uber APIHarness failing for RTR ListFiles* #750._uber_default_preference.py
Removed: Unused header payload parameters from operation payloads.
_endpoint/_falconx_sandbox.py
_endpoint/_firewall_management.py
_endpoint/_recon.py
_endpoint/_report_executions.py
_endpoint/_sample_uploads.py
Removed: Duplicate parameter definition (
after
) fromindicator_combined_v1
operation._endpoint/_ioc.py
Other
_endpoint/_d4c_registration.py
userActionV1
operation. Closes [ DOC ] action key is incorrectly defined as a list of dictionaries in userActionV1 docstring #763.user_management.py
Issues resolved
get_online_state_v1
. Closes [ ENH ] Add alias for get_online_state_v1 to Hosts Service Class. #739.hosts.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.0.
Beta Was this translation helpful? Give feedback.
All reactions