Skip to content

Bump crowdstrike-falconpy from 1.4.7 to 1.4.9#241

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

Bump crowdstrike-falconpy from 1.4.7 to 1.4.9#241
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/crowdstrike-falconpy-1.4.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2025

Bumps crowdstrike-falconpy from 1.4.7 to 1.4.9.

Release notes

Sourced from crowdstrike-falconpy's releases.

Version 1.4.9

FalconPy 1.4.9

This update adds 2 new service collections, 14 new operations, and implements multiple cosmetic and allowed parameter value updates. The Compliance Assessments service collection is also renamed to Container Image Compliance.

  • Enhancement
  • Updated unit tests

Unit test coverage

==== 408 passed, 4 skipped, 4 warnings in 695.49s (0:11:35) ====
Name                                                                   Stmts   Miss  Cover
------------------------------------------------------------------------------------------
src/falconpy/__init__.py                                                 118      0   100%
src/falconpy/_api_request/__init__.py                                      7      0   100%
src/falconpy/_api_request/_request.py                                    109      0   100%
src/falconpy/_api_request/_request_behavior.py                            55      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                              42      0   100%
src/falconpy/_constant/__init__.py                                        11      0   100%
src/falconpy/_endpoint/__init__.py                                       240      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%
src/falconpy/_endpoint/_container_image_compliance.py                      1      0   100%
src/falconpy/_endpoint/_container_images.py                                1      0   100%
src/falconpy/_endpoint/_container_packages.py                              1      0   100%
src/falconpy/_endpoint/_container_vulnerabilities.py                       1      0   100%
src/falconpy/_endpoint/_content_update_policies.py                         1      0   100%
src/falconpy/_endpoint/_correlation_rules.py                               1      0   100%
src/falconpy/_endpoint/_cspm_registration.py                               1      0   100%
</tr></table> 

... (truncated)

Changelog

Sourced from crowdstrike-falconpy's changelog.

Version 1.4.9

Added features and functionality

  • Added: Added new CAO Hunting service collection with 4 new operations.

    • _endpoint/__init__.py
    • _endpoint/_cao_hunting.py
    • _payload/_generic.py
    • __init__.py
    • cao_hunting.py

    Unit testing expanded to complete code coverage.

    • tests/test_cao_hunting.py
  • Added: Added new cloud_security_assets_combined_compliance_by_account operation to the Cloud Security Assets service collection.

    • _endpoint/_cloud_security_assets.py
    • _endpoint/deprecated/_cloud_security_assets.py
    • cloud_security_assets.py

    Unit testing expanded to complete code coverage.

    • tests/test_cloud_security_assets.py
  • Added: Added 6 new operations to the Custom Storage service collection.

    • ListCollections
    • DescribeCollections
    • DescribeCollection
    • ListSchemas
    • GetSchema
    • GetSchemaMetadata
    • _endpoint/_custom_storage.py
    • _util/_functions.py
    • custom_storage.py

    Unit testing expanded to complete code coverage.

    • tests/test_custom_storage.py
  • Added: Added new FaaS Execution service collection with 1 new operation.

    • ReadRequestBody
    • _endpoint/__init__.py
    • _endpoint/_faas_execution.py
    • __init__.py
    • faas_execution.py

    Unit testing expanded to complete code coverage.

    • tests/test_faas_execution.py
  • Added: Added new ReadClusterCombinedV2 operation to the Kubernetes Protection service collection.

    • _endpoint/_kubernetes_protection.py
    • kubernetes_protection.py

    Unit testing expanded to complete code coverage.

    • tests/test_kubernetes_protection.py
  • Added: Added aggregateUsersV1 operation to the User Management service collection.

    • _endpoint/_user_management.py
    • user_management.py

    Unit testing expanded to complete code coverage.

... (truncated)

Commits
  • e6753c3 Add FaaS Execution service collection
  • 54eaede Add new allowed values for filter parameter in ReadClusterCombined
  • 1fe11b6 Add ReadClusterCombinedV2 operation
  • f58443f Add new cloud_security_assets_combined_compliance_by_account operation
  • 55207c7 Add service_category as an allowed sort parameter to cloud_security_assets_qu...
  • cfca3c2 Add direct_assigned_cids and status as allowed filter values to queryUserV1
  • 837b476 Bump version -> 1.4.9
  • 7bf9f81 Rename ComplianceAssessments -> ContainerImageCompliance
  • e9b8148 Add Collection and Schema operations
  • fe0d006 Add has_temporary_roles as an allowed value for filter and sort in the queryU...
  • 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.4.7 to 1.4.9.
- [Release notes](https://github.com/CrowdStrike/falconpy/releases)
- [Changelog](https://github.com/CrowdStrike/falconpy/blob/main/CHANGELOG.md)
- [Commits](CrowdStrike/falconpy@v1.4.7...v1.4.9)

---
updated-dependencies:
- dependency-name: crowdstrike-falconpy
  dependency-version: 1.4.9
  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 Apr 21, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 2, 2025

Looks like crowdstrike-falconpy is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 2, 2025
@dependabot dependabot Bot deleted the dependabot/pip/crowdstrike-falconpy-1.4.9 branch May 2, 2025 00:17
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