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 Dedup Period for Crowdstrike.Detection.passthrough #1445

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

ben-githubs
Copy link
Contributor

@ben-githubs ben-githubs commented Dec 9, 2024

Background

The dedup period for this rule was set to 0 minutes, causing the backend to revert to the default of 1 hour. Since the behaviour for 0 dedup minutes is not strictly defined, this PR changes the dedup to 1 hour to preserve the same functionality customer's are already experiencing. We believe there's no need to shorten the dedup period, since the dedup function in the rule code itself is already returning a sufficiently unique value.

Follows from ASK-1133.

Changes

  • change DedupPeriodMinutes from 0 to 60

Testing

  • tests and linting all pass

@ben-githubs ben-githubs requested a review from a team as a code owner December 9, 2024 17:59
@arielkr256 arielkr256 merged commit 8e38626 into develop Dec 9, 2024
10 checks passed
@arielkr256 arielkr256 deleted the ben/fix-rules-with-0-dedup branch December 9, 2024 19:55
@arielkr256 arielkr256 added the bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants