New bleeding edge build (v0.8.5) now available! #458
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.5
This update resolves an issue with several body payload handlers where lists that are provided to keywords as comma-delimited strings are potentially mishandled. Handler methods evidencing this issue are still fully functional when provided these keywords as lists instead of comma-delimited strings.
Planned release date
This update will release to the production index on 11.27.2021.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.8.10 Run started:2021-11-26 05:56:12.382288 Test results: No issues identified. Code scanned: Total lines of code: 32513 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
indicator_object
. Closes [ BUG ] IOC body payload handler can mishandle lists and booleans depending on keyword format #447._payload/_ioc.py
tests/test_ioc.py
groups
keyword to the body payload handler forioa_exclusion_payload
. Closes [ BUG ] IOA Exclusion body payload handler can mishandle list values depending on keyword format #448._payload/_ioa.py
tests/test_ioa_exclusions.py
ids
keyword to the body payload handler forupdate_detects_payload
. Resolved boolean handling ofshow_in_ui
keyword. Closes [ BUG ] Boolean / comma-delimited list handling issue with update detects body payload handler #449._payload/_detects.py
tests/test_detects.py
user_tags
keyword to the body payload handler forsubmit
. Closes [ BUG ] Falcon X Sandbox body payload handler has the potential to mishandle the user_tags keyword when provided as a comma-delimited string #450._payload/_falconx.py
tests/test_falconx_sandbox.py
role_ids
keyword to the body payload handler for Flight Control POST / PATCH operations. Closed [ BUG ] MSSP body payload handler has the potential to mishandle the role_ids list when passed as a comma-delimited string #451._payload/_mssp.py
tests/test_mssp.py
command_payload
body payload handler. Closes [ BUG ] Potential list / boolean handling issues with RTR body payload handlers #452._payload/_real_time_response.py
tests/test_real_time_response.py
_payload/_malquery.py
tests/test_malquery.py
recipients
within body payload handler forupdate_action
method within Recon Service Class. Closes [ BUG ] Recon Service Class action update body payload handler could potential mishandle recipient lists passed as a comma-delimited string #454._payload/_recon.py
tests/test_recon.py
rule_ids
andrule_versions
keywords within FirewallManagement Service Class body payload handlers. Closes [ BUG ] Potential comma-delimited list handling issue with Firewall Service Class body payload handlers #455._payload/firewall.py
tests/test_firewall_management.py
groups
keyword within the generic exclusion body payload handler. Closes [ BUG ] Potential comma-delimited list handling issue with groups keyword within generic exclusion body payload handler #456._payload/_generic.py
tests/test_ml_exclusions.py
Installation
You can check out 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
Beta Was this translation helpful? Give feedback.
All reactions