Update dependency crowdstrike-falconpy to v1.4.6 #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.4.5
->==1.4.6
Release Notes
CrowdStrike/falconpy (crowdstrike-falconpy)
v1.4.6
Compare Source
Added features and functionality
Added: Added ExecuteCommandProxy operation to the API Integrations service collection.
_endpoint/_api_integrations.py
_payload/_api_integrations.py
api_integrations.py
tests/test_api_integrations.py
Added: Added new ASPM service collection with 23 operations.
_endpoint/__init__.py
_endpoint/_aspm.py
_payload/__init__.py
_payload/_aspm.py
_util/_functions.py
_util/_uber.py
__init__.py
aspm.py
tests/test_aspm.py
Added: Added 1 new operation (GetCredentialsIAC) to the Cloud Snapshots service collection.
_endpoint/_cloud_snapshots.py
cloud_snapshots.py
tests/test_cloud_snapshots.py
Added: Added new operations, parameters and parameter options to the Container Images service collection.
include_base_image_vuln
as a filter option to the AggregateImageCount operation.source
as a sort option to the GetCombinedImages operation.include_base_image_vuln
as a filter option to the ReadCombinedImagesExport operation.source
as a sort option to the ReadCombinedImagesExport operation.include_base_image_vuln
parameter to the CombinedImageIssuesSummary operation.include_base_image_vuln
parameter to the CombinedImageVulnerabilitySummary operation._endpoint/_container_images.py
_payload/__init__.py
_payload/_container.py
container_images.py
tests/test_container_images.py
Added: Added parameters to multiple operations within the CSPM Registration service collection.
template
parameter to the GetCSPMAwsConsoleSetupURLs operation.account_type
,dspm_enabled
,dspm_regions
, anddspm_role
parameters to the GetCSPMAwsAccountScriptsAttachment operation._endpoint/_cspm_registration.py
cspm_registration.py
Added: Added six new operations to the Custom Storage service collection.
_endpoint/_custom_storage.py
_util/_functions.py
_util/_uber.py
custom_storage.py
tests/test_custom_storage.py
Added: Added
dspm_enabled
,dspm_regions
, anddspm_role
to the GetD4CAWSAccountScriptsAttachment operation within the D4C Registration service collection._endpoint/_d4c_registration.py
d4c_registration.py
Updated: Added new filter options to all operations within the Compliance Assessment service collection.
_endpoint/__init__.py
_endpoint/_compliance_assessments.py
compliance_assessments.py
Added: Added
include_base_image_vuln
as an allowed filter option to multiple operations within the Container Vulnerabilities service collection._endpoint/_container_vulnerabilities.py
container_vulnerabilities.py
Added: Added new DataScanner service collection with 4 new operations.
_endpoint/__init__.py
_endpoint/_datascanner.py
_endpoint/deprecated/__init__.py
_endpoint/deprecated/_datascanner.py
__init__.py
datascanner.py
tests/test_datascanner.py
Added: Added new DeliverySettings service collection with 2 new operations.
_endpoint/__init__.py
_endpoint/_delivery_settings.py
_payload/__init__.py
_payload/_delivery_settings.py
__init__.py
delivery_settings.py
tests/test_delivery_settings.py
Added: Added combined_applications and combined_hosts operations to the Discover service collection.
_endpoint/_discover.py
_endpoint/deprecated/_discover.py
discover.py
tests/test_discover.py
Added: Added new ReadDriftIndicatorEntities operation to the Drift Indicators service collection.
_endpoint/_drift_indicators.py
drift_indicators.py
tests/test_drift_indicators.py
Added: Added new Downloads service collection with 2 new operations.
_endpoint/__init__.py
_endpoint/_downloads.py
__init__.py
downloads.py
tests/test_downloads.py
Added: Added new delete_external_assets operation to the Exposure Management service collection.
_endpoint/_exposure_management.py
_endpoint/deprecated/_exposure_management.py
exposure_management.py
Added: Added
aid
parameter and two new values forenvironment_id
to the Submit operation within the Falcon Intelligence Sandbox service collection._endpoint/_falconx_sandbox.py
falconx_sandbox.py
Added: Added
data_content
parameter to IngestDataAsyncV1 and IngestData operations and addedjob_status_only
parameter to the GetSavedSearchesExecuteV1 operation within the Foundry LogScale service collection._endpoint/_foundry_logscale.py
foundry_logscale.py
Updated: Increased resultset max return for the QueryDevicesByFilterScroll operation to align with new API maximums. (Hosts Service Class)
_endpoint/_hosts.py
hosts.py
Added: Added 4 new operations to the Identity Protection service collection. Deprecated
api_preempt_proxy_
prefix from all operation IDs._endpoint/_identity_protection.py
_endpoint/deprecated/_identity_protection.py
_payload/__init__.py
_payload/_identity_protection.py
identity_protection.py
tests/test_identity_protection.py
Added: Added
cl_regex
andifn_regex
parameters to the queryIOAExclusionsV1 operation within the IOA Exclusions service collection._endpoint/_ioa_exclusions.py
ioa_exclusions.py
Added: Added 5 new operations to the Kubernetes Protection service collection.
_endpoint/_kubernetes_protection.py
kubernetes_protection.py
tests/test_kubernetes_protection.py
Added: Added new QuickScan Pro service collection with 6 new operations.
__init__.py
_endpoint/__init__.py
_endpoint/_quick_scan_pro.py
quick_scan_pro.py
tests/test_quick_scan_pro.py
Added: Added
secondary_sort
(Also accepted:secondarySort
) parameter to the QueryRulesV1 operation within the Recon service collection._endpoint/_recon.py
_recon.py
Added: Added new Sensor Usage service collection with one operation (GetSensorUsageWeekly).
_endpoint/__init__.py
_endpoint/_sensor_usage.py
__init__.py
sensor_usage.py
tests/test_sensor_usage.py
Added: Added
is_descendent_process
parameter to the updateSensorVisibilityExclusionsV1 operation within the Sensor Visibility Exclusions service collection._payload/_generic.py
sensor_visibility_exclusions.py
Added: Added additional vertices types as possible values to the
combined_summary_get
,entities_vertices_get
, andentities_vertices_getv2
operations within the ThreatGraph service collection._endpoint/_threatgraph.py
_util/_functions.py
threatgraph.py
Issues resolved
Fixed: Resolve issue causing headers to not be passed to the PutObject operation within the Custom Storage service collection.
custom_storage.py
Updated: Fixed typing syntax on
update_device_tags
method. (Hosts Service Class)hosts.py
Fixed: Added "all" as the default for the
groups
parameter if it is not present when calling the createMLExclusionsV1 operation. Closes #1233.ml_exclusions.py
Other
Added: Added US-GOV-2 region to CrowdStrike container region (Container Base URL) enumerator.
_enum/_container_base_url.py
Deprecated: Moved the GetQueriesAlertsV1, PostEntitiesAlertsV1, PatchEntitiesAlertsV2, and PostAggregatesAlertsV1 operations within the Alerts service collection to a deprecated status.
_endpoint/_alerts.py
alerts.py
Updated: Cosmetic updates to multiple operation descriptions within the Custom IOA service collection.
_endpoint/_custom_ioa.py
_endpoint/deprecated/_custom_ioa.py
Updated: Cosmetic updates to multiple operation descriptions and enumerators within the Host Migration service collection.
_endpoint/_host_migration.py
Updated: Enumerator updated for the QueryCasesIdsByFilter operation within the Message Center service collection.
_endpoint/_message_center.py
Updated: Updated descriptions for GetNotificationsDetailedTranslatedV1 and GetNotificationsDetailedV1 operations within the Recon service collection.
_endpoint/_recon.py
_recon.py
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.