Version 1.0.5 released! #572
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.0.5
This update provides two bug fixes and two usage enhancements. It also adds the
confirm_base_region
,confirm_base_url
methods and theBaseURL
class to the module root__all__
list.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-02-24 19:10:16.943345 Test results: No issues identified. Code scanned: Total lines of code: 34149 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
update_detects_by_ids
(UpdateDetectsByIdsV2). When only acomment
keyword is provided,show_in_ui
is appended to the request with aTrue
value, which satisfies update requirements.detects.py
tests/test_detects.py
0
forsequence_id
keyword incheck_command_status
,check_active_responder_command_status
andcheck_admin_command_status
methods within Real Time Response Service Classes.real_time_response.py
real_time_response_admin.py
confirm_base_region
,confirm_base_url
methods andBaseURL
enumerator.__init__.py
Issues resolved
api_preempt_proxy_post_graphql
(Operation ID syntax) in Identity Protection Service Class. Closes [ BUG ] IdentityProtection Service Class is missing the api_preempt_proxy_post_graphql Operation ID syntax alias #567.identity_protection.py
command_payload
body payload handler. Closes [ BUG ] Payload creation error in command_payload body payload handler in Real Time Response Service Class #568._payload/_real_time_response.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.0.5.
Beta Was this translation helpful? Give feedback.
All reactions