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(user): avoid using serde(flatten) in events #139

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

qjerome
Copy link
Member

@qjerome qjerome commented Nov 7, 2024

Due to a serde(flatten) directive in one of the kunai event it was impossible to match hash fields and error under execve, execve_script and mmap_exec.

A fix not to use serde(flatten) has been implemented.

Note: do not use serde(flatten) in kunai events as it breaks rule matching

@qjerome qjerome merged commit 05c483a into main Nov 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant