Version 1.4.4 released! #1180
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 1.4.4
This update implements the following:
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.11.8 Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% Run started:2024-06-04 16:34:59.880373 Test results: No issues identified. Code scanned: Total lines of code: 69910 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
Added: Added new API Integrations service collection with two new operations, GetCombinedPluginConfigs and ExecuteCommand.
__init__.py
_endpoint/__init__.py
_endpoint/_api_integrations.py
_payload/__init__.py
_payload/_api_integrations.py
api_integrations.py
tests/test_api_integrations.py
tests/test_uber.py
Added: Added new allowed parameters for the GetCSPMAwsAccountScriptsAttachment operation within the CSPM Registration service collection.
_endpoint/_cspm_registration.py
cspm_registration.py
Added: Added one new operation (update_rules_v2) to the Custom IOA service collection.
_endpoint/_custom_ioa.py
_endpoint/deprecated/_custom_ioa.py
custom_ioa.py
tests/test_custom_ioa.py
Added: Added new allowed parameters for the GetD4CAWSAccountScriptsAttachment operation within the D4C Registration service collection.
_endpoint/_d4c_registration.py
d4c_registration.py
Added: Added new Exposure Management service collection with 6 new operations.
_endpoint/__init__.py
_endpoint/_exposure_management.py
_endpoint/deprecated/__init__.py
_endpoint/deprecated/_exposure_management.py
_payload/__init__.py
_payload/_exposure_management.py
__init__.py
exposure_management.py
tests/test_exposure_management.py
Added: Added five new operations to the FileVantage service collection.
_constant/__init__.py
_endpoint/_filevantage.py
_payload/__init__.py
_payload/_filevantage.py
filevantage.py
tests/test_filevantage.py
Added: Added
cql-master
,cql-update
, andcql-changelog
as allowed options for thetype
keyword within the GetLatestIntelRuleFile and QueryIntelRuleIds operations (Intel service collection)._endpoint/_intel.py
intel.py
Added: Added one new operation (RequestDeviceEnrollmentV4) to the Mobile Enrollment service collection.
_endpoint/_mobile_enrollment.py
_payload/__init__.py
_payload/_mobile_enrollment.py
mobile_enrollment.py
tests/test_mobile_enrollment.py
Added: Added new ThreatGraph service collection with 5 new operations.
__init__.py
_endpoint/__init__.py
_endpoint/_threatgraph.py
_util/_functions.py
_util/uber.py
threatgraph.py
tests/test_threatgraph.py
Added: Added two new operations (WorkflowActivitiesCombined and WorkflowTriggersCombined) to the Workflows service collection.
_endpoint/_workflows.py
workflows.py
tests/test_workflows.py
Issues resolved
Fixed: Resolved parameter abstraction issue when leveraging form data payloads with certain API operations. Closes [ BUG ] Large file uploads using UploadSampleV3 fail depending on syntax used #1160.
_util/__init__.py
_util/_functions.py
falconx_sandbox.py
foundry_logscale.py
message_center.py
sample_uploads.py
workflows.py
test_falconx_sandbox.py
test_message_center.py
test_sample_uploads.py
test_workflows.py
Fixed: Resolved collision with the
action
keyword argument within the Uber Class and API operations using this string as a key. Closes [ BUG ] Uber Class command method keyword "action" collides with action parameter utilized by updatePolicyHostGroups operation. #1161._util/_uber.py
api_complete/_advanced.py
Fixed: Resolved potential ValueError when providing invalid values to version comparison method.
_version.py
test_timeout.py
Other
Adjusted: Unit testing adjusted to allow 204 responses from DeletePolicy operation testing.
test_image_assessment_policies.py
Expanded: Unit testing expanded to test context authentication when
base_url
is not specified.test_zero_trust_assessment.py
Updated: Updated enumerator for the
sort
parameter definition for the QueryCasesIdsByFilter operation (Message Center service collection)._endpoint/_message_center.py
Updated: Updated
filter
parameter description for the query_iot_hosts operation within the Discover service collection._endpoint/_discover.py
_endpoint/deprecated/_discover.py
Removed: Removed one operation from the Drift Indicators service collection.
_endpoint/_drift_indicators.py
drift_indicators.py
tests/test_drift_indicators.py
Updated: Updated
sort
parameter description for the query_rulesMixin0 operation within the Custom IOA service collection._endpoint/_custom_ioa.py
_endpoint/deprecated/_custom_ioa.py
Removed: Removed three operations from the Kubernetes Protection service collection.
_endpoint/_kubernetes_protection.py
kubernetes_protection.py
tests/test_kubernetes_protection.py
Updated: Updated
filter
parameter description for the ReadRunningContainerImages operation within the Kubernetes Protection service collection._endpoint/_kubernetes_protection.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.4.4.
Beta Was this translation helpful? Give feedback.
All reactions