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

CUT-4632: Fix CrowdStrike sensor download filter #651

Merged
merged 4 commits into from
Feb 18, 2025

Conversation

gweinjc
Copy link
Contributor

@gweinjc gweinjc commented Feb 18, 2025

Issues

  • CUT-4632 - Fix CrowdStrike sensor download filter

What does this solve?

CrowdStrike recently changed the default sort when pulling sensor download from release_date to platform causing issues when attempting to sort the latest installers only finding linux sensors.

Added a filter for the Windows platform on the sensors/combined/installers/v1 endpoint to alleviate the issue and no longer need to rely on grouping/sorting all results from the endpoint in PowerShell

Is there anything particularly tricky?

N/A

How should this be tested?

Pull the latest version of the script and validate that installs no longer result in an error

@gweinjc gweinjc requested a review from a team as a code owner February 18, 2025 21:05
jworkmanjc
jworkmanjc previously approved these changes Feb 18, 2025
Copy link
Contributor

@jworkmanjc jworkmanjc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me!

kmaranionjc
kmaranionjc previously approved these changes Feb 18, 2025
@gweinjc gweinjc dismissed stale reviews from kmaranionjc and jworkmanjc via 6650f6d February 18, 2025 22:22
kmaranionjc
kmaranionjc previously approved these changes Feb 18, 2025
jworkmanjc
jworkmanjc previously approved these changes Feb 18, 2025
@gweinjc gweinjc dismissed stale reviews from jworkmanjc and kmaranionjc via 3096e43 February 18, 2025 23:20
@jworkmanjc jworkmanjc self-requested a review February 18, 2025 23:22
@kmaranionjc kmaranionjc self-requested a review February 18, 2025 23:23
@gweinjc gweinjc merged commit a67c2e7 into master Feb 18, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants