falcosecurity / plugin-sdk-cpp

Falco plugins SDK for C++
Apache License 2.0
3 stars 10 forks source link

Support event encoders and decoders for all event types available in the Falco libs #33

Closed jasondellaluce closed 1 week ago

jasondellaluce commented 11 months ago

Motivation

The SDK provides encoders and decoders for only PPME_ASYNCEVENT_E and PPME_PLUGINEVENT_E. As the SDK practially allows working with every event supported in falcosecurity/libs, we should introduce opt-in headers with encoders and decoders for all of them.

jasondellaluce commented 11 months ago

/help

poiana commented 11 months ago

@jasondellaluce: This request has been marked as needing help from a contributor.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/falcosecurity/plugin-sdk-cpp/issues/33): >/help Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
h4l0gen commented 8 months ago

Hey @jasondellaluce i am interested in this issue. If this issue is still open can you tell me more about it

jasondellaluce commented 8 months ago

Hi @h4l0gen. In the current state of the SDK we provide encoders and decoders only for PPME_ASYNCEVENT_E and PPME_PLUGINEVENR_E event types, however the falcosecurity/libs support many more. The goal of this issue is to track the effort of supporting all event types. Here's the full list I'm referring to, with schemas for all events.

h4l0gen commented 8 months ago

@jasondellaluce please provide list and schema for all events.

poiana commented 5 months ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

h4l0gen commented 5 months ago

/remove-lifecycle stale Just sleep from my mind, working on it.

poiana commented 2 months ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

poiana commented 1 month ago

Stale issues rot after 30d of inactivity.

Mark the issue as fresh with /remove-lifecycle rotten.

Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle rotten

poiana commented 1 week ago

Rotten issues close after 30d of inactivity.

Reopen the issue with /reopen.

Mark the issue as fresh with /remove-lifecycle rotten.

Provide feedback via https://github.com/falcosecurity/community. /close

poiana commented 1 week ago

@poiana: Closing this issue.

In response to [this](https://github.com/falcosecurity/plugin-sdk-cpp/issues/33#issuecomment-2439938977): >Rotten issues close after 30d of inactivity. > >Reopen the issue with `/reopen`. > >Mark the issue as fresh with `/remove-lifecycle rotten`. > >Provide feedback via https://github.com/falcosecurity/community. >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.