Version 1.3.5 released! #1094
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.3.5
This update implements 99 new API operations, adds 9 new service collections (with matching Service Classes), and implements some minor fixes.
Cosmetic updates related to changes to the module file generator are also present in individual files within the endpoint module.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.17 Run started:2023-12-22 20:43:04.785829 Test results: No issues identified. Code scanned: Total lines of code: 63287 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
_endpoint/_alerts.py
alerts.py
tests/test_alerts.py
source_event_url
argument added to the WorkflowExecute operation definition within the endpoint module._endpoint/_workflows.py
_endpoint/__init__.py
_endpoint/_configuration_assessment.py
__init__.py
configuration_assessment.py
tests/test_configuration_assessment.py
_endpoint/__init__.py
_endpoint/_configuration_assessment_evaluation_logic.py
__init__.py
configuration_assessment_evaluation_logic.py
tests/test_configuration_assessment_evaluation_logic.py
_endpoint/__init__.py
_endpoint/_container_alerts.py
__init__.py
container_alerts.py
tests/test_container_alerts.py
_endpoint/__init__.py
_endpoint/_container_detections.py
__init__.py
container_detections.py
tests/test_container_detections.py
_endpoint/__init__.py
_endpoint/_container_images.py
__init__.py
container_images.py
tests/test_container_images.py
_endpoint/__init__.py
_endpoint/_container_packages.py
__init__.py
container_packages.py
tests/test_container_packages.py
_endpoint/__init__.py
_endpoint/_container_vulnerabilities.py
__init__.py
container_vulnerabilities.py
tests/test_container_vulnerabilities.py
next_token
argument added to the GetConfigurationDetectionIDsV2 operation within the CSPM Registration service collection._endpoint/_cspm_registration.py
cspm_registration.py
_endpoint/__init__.py
_endpoint/_drift_indicators.py
__init__.py
drift_indicators.py
tests/test_drift_indicators.py
_endpoint/_falcon_complete_dashboard.py
falcon_complete_dashboard.py
tests/test_falcon_complete_dashboard.py
check_test_data
is added to ListReposV1.app_id
is added to CreateSavedSearchesDynamicExecuteV1.app_id
is added to GetSavedSearchesExecuteV1.app_id
is added to CreateSavedSearchesExecuteV1.check_test_data
is added to ListViewV1.mode
andversion
have been removed from CreateSavedSearchesExecuteV1._endpoint/_foundry_logscale.py
foundry_logscale.py
tests/test_foundry_logscale.py
_endpoint/_hosts.py
hosts.py
tests/test_hosts.py
_endpoint/_ioc.py
_endpoint/deprecated/_ioc.py
ioc.py
tests/test_ioc.py
_endpoint/_kubernetes_protection.py
kubernetes_protection.py
tests/test_kubernetes_protection.py
_endpoint/_ods.py
_endpoint/deprecated/_ods.py
ods.py
tests/test_ods.py
_endpoint/_real_time_response_admin.py
_endpoint/deprecated/_real_time_response_admin.py
real_time_response_admin.py
tests/test_real_time_response_admin.py
_endpoint/__init__.py
_endpoint/_unidentified_containers.py
__init__.py
unidentified_containers.py
tests/test_unidentified_containers.py
Issues resolved
batch_id
andbatch_get_cmd_req_id
not available on pythonic Result object._result/_result.py
_result/_result.py
trace_id
property is not available on Result objects that do not contain a Meta attribute._result/_headers.py
_result/_result.py
ids
argument within the GetCSPMPolicy operation fromstring
tointeger
._endpoint/_cspm_registration.py
Other
limit
keyword was resolved in the QueryDetects operation docstring. Closes [ DOC ] Default value for limit is incorrectly listed in documentation for the QueryDetects operation #1089.detects.py
_result/_result.py
_endpoint/*
_endpoint/_user_management.py
_endpoint/_firewall_management.py
_endpoint/__init__.py
_endpoint/_cloud_snapshots.py
cloud_snapshots.py
_endpoint/_sample_uploads.py
_endpoint/_falconx_sandbox.py
tests/test_falconx_sandbox.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.3.5.
Beta Was this translation helpful? Give feedback.
All reactions