Version 1.2.4 released! #838
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.4
This update provides 23 new API operations and adds a new Service Class, TailoredIntelligence (includes an additional 5 operations).
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-11-20 21:03:15.089723 Test results: No issues identified. Code scanned: Total lines of code: 39424 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
__init__.py
tailored_intelligence.py
_endpoint/__init__.py
_endpoint/_tailored_intelligence.py
tests/test_tailored_intelligence.py
GetD4CAwsAccount
,CreateD4CAwsAccount
,DeleteD4CAwsAccount
,GetD4CAwsConsoleSetupURLs
,GetD4CAWSAccountScriptsAttachment
, andGetHorizonD4CScripts
operations to the D4CRegistration Service Class.d4c_registration.py
_endpoint/_d4c_registration.py
_payload/__init__.py
_payload/_d4c_registration.py
tests/test_d4c_registration.py
update_policy_container_v1
,create_rule_group_validation
,update_rule_group_validation
, andvalidate_filepath_pattern
operations to the FirewallManagement Service Class.firewall_management.py
_endpoint/_firewall_management.py
_payload/__init__.py
_payload/_firewall.py
tests/test_firewall_management.py
indicator_aggregate_v1
,action_get_v1
,GetIndicatorsReport
,action_query_v1
,ioc_type_query_v1
,platform_query_v1
, andseverity_query_v1
operations to the IOC Service Class.ioc.py
_endpoint/_ioc.py
_payload/__init__.py
_payload/_ioc.py
tests/test_ioc.py
indicator_delete_v1
operation within the IOC Service Class.ioc.py
_endpoint/_ioc.py
RTR_InitSession
operation within the RealTimeResponse Service Class.real_time_response.py
_endpoint/_real_time_response.py
BatchAdminCmd
operation within the RealTimeResponseAdmin Service Class.real_time_response_admin.py
_endpoint/_real_time_response_admin.py
QueryNotificationsV1
operation within the Recon Service Class._endpoint/_recon.py
ReadImageVulnerabilities
operation to the FalconContainer Service Class.falcon_container.py
_endpoint/_falcon_container.py
_payload/__init__.py
_payload/_container.py
tests/test_falcon_container.py
Other
string
toint
and added maximum / minimum limits for the offset parameter used by theQueryActionsV1
operation within the Recon Service Class._endpoint/_recon.py
X-CS-USERNAME
parameter from all operations within the IOC Service Class._endpoint/_ioc.py
description
as an available field from enum. Updated operation description._endpoint/_custom_ioa.py
csv
tomulti
for multiple operations within the_endpoint
module._endpoint/_ioa_exclusions.py
(getIOAExclusionsV1, deleteIOAExclusionsV1)_endpoint/_ml_exclusions.py
(getMLExclusionsV1, deleteMLExclusionsV1)_endpoint/_sensor_visibility_exclusions.py
(getSensorVisibilityExclusionsV1, deleteSensorVisibilityExclusionsV1)_endpoint
module._endpoint/_device_control_policies.py
(getDeviceControlPolicies, deleteDeviceControlPolicies)_endpoint/_firewall_policies.py
(getFirewallPolicies, deleteFirewallPolicies)_endpoint/_host_group.py
(getHostGroups, deleteHostGroups)_endpoint/_prevention_policies.py
(getPreventionPolicies, deletePreventionPolicies)_endpoint/_response_policies.py
(getRTResponsePolicies, deleteRTResponsePolicies)_endpoint/_sensor_update_policies.py
(getSensorUpdatePolicies, deleteSensorUpdatePolicies, getSensorUpdatePoliciesV2)autodiscover_region
method._util.py
setuptools
version to 65.5.1 (SNYK-PYTHON-SETUPTOOLS-3113904).requirements-dev.txt
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.4.
Beta Was this translation helpful? Give feedback.
All reactions