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

fix(sensor_download_info): use v2 override for new endpoint #520

Merged
merged 2 commits into from
May 21, 2024

Conversation

carlosmmatos
Copy link
Contributor

To maintain backwards compatability with FalconPy, we take advantage of the override feature that allows us to use the new sensors/combined/installers/v2 endpoint. This means we can now pass in architectures as a filter.

This also updates the limit to ensure users know the default limit is set to 100.

Closes #488

To maintain backwards compatability with FalconPy, we take advantage of
the override feature that allows us to use the new
sensors/combined/installers/v2 endpoint. This means we can now pass in
architectures as a filter.

This also updates the limit to ensure users know the default limit is
set to 100.
@carlosmmatos carlosmmatos added the bugfixes Bug fixes or minor enhancements label May 20, 2024
@carlosmmatos carlosmmatos added this to the 4.5.1 milestone May 20, 2024
@carlosmmatos carlosmmatos requested a review from redhatrises May 20, 2024 19:59
@carlosmmatos carlosmmatos self-assigned this May 20, 2024
@carlosmmatos carlosmmatos added ok-to-test Run tests and removed ok-to-test Run tests labels May 20, 2024
redhatrises
redhatrises previously approved these changes May 21, 2024
This particular endpoint doesn't provide an offset which is strange
since the default limit is 100 and if you have more than that you
wouldn't know without passing in a larger offset.
@carlosmmatos carlosmmatos merged commit 7d30714 into CrowdStrike:main May 21, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixes Bug fixes or minor enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update sensor_download module to use new v2 endpoint
2 participants