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

[LIBS PLUGINS] Make each and every libs filtercheck result accessible to syscalls plugins #2007

Open
incertum opened this issue Aug 17, 2024 · 1 comment
Assignees
Labels
kind/feature New feature or request
Milestone

Comments

@incertum
Copy link
Contributor

While working on the first iteration of the anomalydetection plugin falcosecurity/plugins#419, it quickly became evident that a significant amount of sophisticated libs code needs to be duplicated. This process is not only tedious but also error-prone, placing additional burdens on developers who simply wish to leverage existing libs capabilities. I see this as complementary to issue #1944, as there will undoubtedly be cases where raw access to state table fields is still necessary.

But in cases where libs code is being copied exactly as-is, it might be worth discussing how we can improve the plugins API to avoid this kind of duplication. What do you think?

@incertum incertum added the kind/feature New feature or request label Aug 17, 2024
@incertum
Copy link
Contributor Author

/milestone TBD

/assign @jasondellaluce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants