Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency crowdstrike-falconpy to v1.4.4 #2254

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
crowdstrike-falconpy ==1.4.3 -> ==1.4.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

CrowdStrike/falconpy (crowdstrike-falconpy)

v1.4.4

Compare Source

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

    Unit testing expanded to complete code coverage.

    • 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

    Unit testing expanded to complete code coverage.

    • 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.

    • aggregate_external_assets
    • blob_download_external_assets
    • blob_preview_external_assets
    • get_external_assets
    • patch_external_assets
    • query_external_assets
    • _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

    Unit testing expanded to complete code coverage.

    • tests/test_exposure_management.py
  • Added: Added five new operations to the FileVantage service collection.

    • getActionsMixin0
    • startActions
    • getContents
    • signalChangesExternal
    • queryActionsMixin0
    • _constant/__init__.py
    • _endpoint/_filevantage.py
    • _payload/__init__.py
    • _payload/_filevantage.py
    • filevantage.py

    Unit testing expanded to complete code coverage.

    • tests/test_filevantage.py
  • Added: Added cql-master, cql-update, and cql-changelog as allowed options for the type 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

    Unit testing expanded to complete code coverage.

    • 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

    Unit testing expanded to complete code coverage.

    • tests/test_threatgraph.py
  • Added: Added two new operations (WorkflowActivitiesCombined and WorkflowTriggersCombined) to the Workflows service collection.

    • _endpoint/_workflows.py
    • workflows.py

    Unit testing expanded to complete code coverage.

    • tests/test_workflows.py

Issues resolved

  • Fixed: Resolved parameter abstraction issue when leveraging form data payloads with certain API operations. Closes #​1160.

    • _util/__init__.py
    • _util/_functions.py
    • falconx_sandbox.py
    • foundry_logscale.py
    • message_center.py
    • sample_uploads.py
    • workflows.py

    Unit testing expanding to complete code coverage.

    • test_falconx_sandbox.py
    • test_message_center.py
    • test_sample_uploads.py
    • test_workflows.py
    • Thanks go out to @​Destom for reporting this issue! 🙇
  • Fixed: Resolved collision with the action keyword argument within the Uber Class and API operations using this string as a key. Closes #​1161.

    • _util/_uber.py
    • api_complete/_advanced.py
    • Thanks go out to @​Don-Swanson-Adobe for identifying and reporting this issue! 🙇
  • Fixed: Resolved potential ValueError when providing invalid values to version comparison method.

    • _version.py

    Unit testing expanded to complete code coverage.

    • 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.

    • ReadDriftIndicatorEntities
    • _endpoint/_drift_indicators.py
    • drift_indicators.py

    Unit testing revised to complete code coverage.

    • 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.

    • ReadContainerEnrichment
    • ReadDeploymentEnrichment
    • ReadPodEnrichment
    • _endpoint/_kubernetes_protection.py
    • kubernetes_protection.py

    Unit testing revised to complete code coverage.

    • tests/test_kubernetes_protection.py
  • Updated: Updated filter parameter description for the ReadRunningContainerImages operation within the Kubernetes Protection service collection.

    • _endpoint/_kubernetes_protection.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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels Jun 27, 2024
@helene-nguyen helene-nguyen merged commit 067f8cc into master Jun 27, 2024
3 checks passed
@helene-nguyen helene-nguyen deleted the renovate/crowdstrike-falconpy-1.x branch June 27, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant