-
Notifications
You must be signed in to change notification settings - Fork 497
m365_defender: ensure $skip parameter is correctly formatted #15392
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
Conversation
68b7e1b
to
e6838bf
Compare
The values used to populate this parameter can be greater than the cutover to e-notation for doubles, so convert to int before converting to string.
e6838bf
to
1a61b11
Compare
The failures here are both unrelated and cosmetic, and unfixable until 8.19.4 is released since it depends on elastic/beats#46332. However, this change is fixing a real issue. So it would be good if on approval this could be merged despite the failures in alert and incident (I have added changes that will pick up the fix in those data streams when the stack is updated). |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
b5482bd
to
be65262
Compare
|
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
cc @efd6 |
Curious how the CI passed after adding |
Package m365_defender - 4.0.2 containing this change is available at https://epr.elastic.co/package/m365_defender/4.0.2/ |
…atted (#15471) microsoft_defender_endpoint: ensure $skip parameter is correctly formatted The values used to populate this parameter can be greater than the cutover to e-notation for doubles, so convert to int before converting to string. Fix is similar to #15392 as it the same API and CEL program.
Proposed commit message
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots