Skip to content

Comments

Bump crowdstrike-falconpy from 1.4.6 to 1.4.7#230

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps crowdstrike-falconpy from 1.4.6 to 1.4.7.

Release notes

Sourced from crowdstrike-falconpy's releases.

Version 1.4.7

FalconPy 1.4.7

This update adds 3 new service collections and addresses multiple bugs.

  • Enhancement
  • Bug fixes
  • Updated unit tests

Unit test coverage

Name                                                                   Stmts   Miss  Cover
------------------------------------------------------------------------------------------
src/falconpy/__init__.py                                                 107      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                                       208      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/_certificate_based_exclusions.py                    1      0   100%
src/falconpy/_endpoint/_cloud_connect_aws.py                               1      0   100%
src/falconpy/_endpoint/_cloud_snapshots.py                                 1      0   100%
src/falconpy/_endpoint/_compliance_assessments.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_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/_correlation_rules.py                               1      0   100%
src/falconpy/_endpoint/_cspm_registration.py                               1      0   100%
src/falconpy/_endpoint/_custom_ioa.py                                      1      0   100%
src/falconpy/_endpoint/_custom_storage.py                                  1      0   100%
src/falconpy/_endpoint/_d4c_registration.py                                1      0   100%
src/falconpy/_endpoint/_datascanner.py                                     1      0   100%
src/falconpy/_endpoint/_delivery_settings.py                               1      0   100%
src/falconpy/_endpoint/_detects.py                                         1      0   100%
</tr></table> 

... (truncated)

Changelog

Sourced from crowdstrike-falconpy's changelog.

Version 1.4.7

Added features and functionality

  • Added: Added new Intelligence Feeds service collection with 3 operations.

    • DownloadFeedArchive
    • ListFeedTypes
    • QueryFeedArchives
    • _endpoint/__init__.py
    • _endpoint/_intelligence_feeds.py
    • __init__.py
    • intelligence_feeds.py

    Unit testing expanded to complete code coverage.

    • tests/test_intelligence_feeds.py
  • Added: Added new NGSIEM service collection with 9 operations.

    • UploadLookupV1
    • GetLookupV1
    • GetLookupFromPackageWithNamespaceV1
    • GetLookupFromPackageV1
    • StartSearchV1
    • GetSearchStatusV1
    • StopSearchV1
    • CreateFileV1
    • UpdateFileV1
    • _endpoint/__init__.py
    • _endpoint/_ngsiem.py
    • _util/_functions.py
    • __init__.py
    • ngsiem.py

    Unit testing expanded to complete code coverage.

    • tests/test_ngsiem.py
  • Added: Added new Correlation Rules service collection with 6 operations.

    • combined_rules_get_v1
    • entities_rules_get_v1
    • entities_rules_post_v1
    • entities_rules_delete_v1
    • entities_rules_patch_v1
    • queries_rules_get_v1
    • _endpoint/__init__.py
    • _endpoint/_correlation_rules.py
    • _endpoint/deprecated/__init__.py
    • _endpoint/deprecated/_correlation_rules.py
    • _payload/__init__.py
    • _payload/_correlation_rules.py
    • __init__.py
    • correlation_rules.py

    Unit testing expanded to complete code coverage.

    • tests/test_correlation_rules.py

Issues resolved

... (truncated)

Commits
  • fa85077 Adjust DownloadFeedArchive operation
  • c23b75e Fix invalid body payload default in createMLExclusionsV1.
  • d9f9c77 Add CorrelationRules service collection. Closes #1275.
  • 768b55f Allow custom file name. Closes #1276.
  • d66c610 Description updates. Operation ID Update (UploadFileQuickScanPro). Closes #1277.
  • fdf775b Bump version -> 1.4.7
  • 1bf7b80 Fix error handling of invalid response from IdentityProtection GraphQL operation
  • 46b6c52 Add NGSIEM service collection
  • 79f6b36 Add new IntelligenceFeeds service collection
  • ad9b601 Fix payload handler when providing certificate keys as keywords
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [crowdstrike-falconpy](https://github.com/CrowdStrike/falconpy) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/CrowdStrike/falconpy/releases)
- [Changelog](https://github.com/CrowdStrike/falconpy/blob/main/CHANGELOG.md)
- [Commits](CrowdStrike/falconpy@v1.4.6...v1.4.7)

---
updated-dependencies:
- dependency-name: crowdstrike-falconpy
  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 Feb 17, 2025
@ChristopherHammond13
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

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

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/pip/crowdstrike-falconpy-1.4.7 branch March 31, 2025 18:22
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.

1 participant