Closed jasondellaluce closed 1 week ago
/help
@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.
Hey @jasondellaluce i am interested in this issue. If this issue is still open can you tell me more about it
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.
@jasondellaluce please provide list and schema for all events.
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
/remove-lifecycle stale Just sleep from my mind, working on it.
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
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
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: Closing this issue.
Motivation
The SDK provides encoders and decoders for only
PPME_ASYNCEVENT_E
andPPME_PLUGINEVENT_E
. As the SDK practially allows working with every event supported infalcosecurity/libs
, we should introduce opt-in headers with encoders and decoders for all of them.