Skip to content

Bump crowdstrike-falconpy from 1.5.0 to 1.5.4#248

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/crowdstrike-falconpy-1.5.4
Closed

Bump crowdstrike-falconpy from 1.5.0 to 1.5.4#248
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/crowdstrike-falconpy-1.5.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps crowdstrike-falconpy from 1.5.0 to 1.5.4.

Release notes

Sourced from crowdstrike-falconpy's releases.

Version 1.5.4

FalconPy v1.5.4

This update adds the new IT Automation service collection, along with new operations in the Cloud Azure Registration, CSPM Registration, Deployments, Exposure Management, Falcon Container, Falcon Complete Dashboard, Intel, Intelligence Indicator Graph and Real Time Response service collections.

Additional enhancements and changes:

  • Named debug logger targeting functionality is added.
  • HEAD HTTP requests are now supported.
  • Multiple bugs are addressed.
  • New parameters and parameter values are added.
  • Enhancement
  • Bug fixes
  • Updated unit tests

Unit test coverage

============= 423 passed, 2 skipped, 4 warnings in 839.47s (0:13:59) =============
Name                                                                   Stmts   Miss  Cover
------------------------------------------------------------------------------------------
src/falconpy/__init__.py                                                 121      0   100%
src/falconpy/_api_request/__init__.py                                      7      0   100%
src/falconpy/_api_request/_request.py                                    112      0   100%
src/falconpy/_api_request/_request_behavior.py                            64      0   100%
src/falconpy/_api_request/_request_connection.py                           8      0   100%
src/falconpy/_api_request/_request_meta.py                                26      0   100%
src/falconpy/_api_request/_request_payloads.py                             8      0   100%
src/falconpy/_api_request/_request_validator.py                            6      0   100%
src/falconpy/_auth_object/__init__.py                                      6      0   100%
src/falconpy/_auth_object/_base_falcon_auth.py                            13      0   100%
src/falconpy/_auth_object/_bearer_token.py                                63      0   100%
src/falconpy/_auth_object/_falcon_interface.py                           257      0   100%
src/falconpy/_auth_object/_interface_config.py                            40      0   100%
src/falconpy/_auth_object/_uber_interface.py                              51      0   100%
src/falconpy/_constant/__init__.py                                        11      0   100%
src/falconpy/_endpoint/__init__.py                                       242      0   100%
src/falconpy/_endpoint/_alerts.py                                          1      0   100%
src/falconpy/_endpoint/_api_integrations.py                                1      0   100%
src/falconpy/_endpoint/_aspm.py                                            1      0   100%
src/falconpy/_endpoint/_cao_hunting.py                                     1      0   100%
src/falconpy/_endpoint/_certificate_based_exclusions.py                    1      0   100%
src/falconpy/_endpoint/_cloud_aws_registration.py                          1      0   100%
src/falconpy/_endpoint/_cloud_azure_registration.py                        1      0   100%
src/falconpy/_endpoint/_cloud_connect_aws.py                               1      0   100%
src/falconpy/_endpoint/_cloud_oci_registration.py                          1      0   100%
src/falconpy/_endpoint/_cloud_security_assets.py                           1      0   100%
src/falconpy/_endpoint/_cloud_snapshots.py                                 1      0   100%
src/falconpy/_endpoint/_configuration_assessment.py                        1      0   100%
src/falconpy/_endpoint/_configuration_assessment_evaluation_logic.py       1      0   100%
src/falconpy/_endpoint/_container_alerts.py                                1      0   100%
src/falconpy/_endpoint/_container_detections.py                            1      0   100%
</tr></table> 

... (truncated)

Changelog

Sourced from crowdstrike-falconpy's changelog.

Version 1.5.4

Added features and functionality

  • Added: Added tag_key and tag_value as allowed values for the filter parameter in the cloud_security_assets_combined_compliance_by_account operation within the Cloud Security Assets service collection.

    • _endpoint/_cloud_security_assets.py
    • _endpoint/deprecated/_cloud_security_assets.py
  • Added: Added 5 new operations to the Cloud Azure Registration service collection.

    • cloud_registration_azure_get_registration
    • cloud_registration_azure_create_registration
    • cloud_registration_azure_update_registration
    • cloud_registration_azure_delete_registration
    • download_azure_script
    • _endpoint/_cloud_azure_registration.py
    • _endpoint/deprecated/_cloud_azure_registration.py
    • _payload/__init__.py
    • _payload/_cloud_azure_registration.py
    • cloud_azure_registration.py

    Unit testing expanded to complete code coverage.

    • tests/test_cloud_azure_registration.py
  • Added: Added insights.date_value, insights.integer_value, insights.string_list_value, and insights.string_value as allowed values for the filter parameter in the cloud_security_assets_queries operation within the Cloud Security Assets service collection.

    • _endpoint/_cloud_security_assets.py
    • _endpoint/deprecated/_cloud_security_assets.py
  • Added: Added new getCloudEventIDs operation to the CSPM Registration service collection.

    • _endpoint/_cspm_registration.py
    • cspm_registration.py

    Unit testing expanded to complete code coverage.

    • tests/test_cspm_registration.py
  • Added: Added new GetEntityIDsByQueryPOSTV2 operation to the Deployments service collection. This operation is now the default operation used when calling the PEP 8 compliant get_release_notes method within the service class. The legacy operation is still available using the get_release_notes_v1 method.

    • _endpoint/_deployments.py
    • deployments.py

    Unit testing expanded to complete code coverage.

    • tests/test_deployments.py
  • Added: Added new query_external_assets_v2 operation to the Exposure Management service collection. This operation is now the default operation used when calling the PEP 8 compliant query_assets method within the service class. The legacy operation is still available using the query_assets_v1 method.

    • _endpoint/_exposure_management.py
    • _endpoint/deprecated/_exposure_management.py
    • exposure_management.py

    Unit testing expanded to complete code coverage.

    • tests/test_exposure_management.py
  • Added: Added 2 new operations to the Falcon Container service collection.

    • PostImageScanInventory
    • HeadImageScanInventory
    • _endpoint/_falcon_container.py
    • _payload/__init__.py
    • _payload/_container.py
    • falcon_container.py

... (truncated)

Commits
  • 3ccd539 Add filename to scrub_target for GetLookupV1 operation. Closes #1359.
  • 8becc8a Deprecate SearchIndicators body payload and move parameters to query string
  • 20b19ec Add node_uid as an allowed filter value to five operations
  • a506100 Add new filter parameter options to the cloud_security_assets_queries operation
  • d4587f0 Cosmetic updates and changed collection format for the stage parameter in que...
  • 8d1024d Add new IT Automation service collection
  • 174464a Add named debug log targeting functionality
  • a3caec7 Add missing GetCSPMGCPAccount endpoint definition
  • a7cca85 Add 5 new Azure registration operations
  • a103a04 Add new getCloudEventIDs operation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [crowdstrike-falconpy](https://github.com/CrowdStrike/falconpy) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/CrowdStrike/falconpy/releases)
- [Changelog](https://github.com/CrowdStrike/falconpy/blob/main/CHANGELOG.md)
- [Commits](CrowdStrike/falconpy@v1.5.0...v1.5.4)

---
updated-dependencies:
- dependency-name: crowdstrike-falconpy
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 5, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Superseded by #257.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/crowdstrike-falconpy-1.5.4 branch December 22, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants