You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
microsoft_defender_endpoint: ensure $skip parameter is correctly formatted (#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.
0 commit comments