falcosecurity / plugin-sdk-cpp

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

Update SDK to support plugin API v3.2.0 #34

Closed jasondellaluce closed 8 months ago

jasondellaluce commented 11 months ago

Motivation

The SDK currently relies on the Falco libs plugin API v3.0.0. The latest API v3.2.0 introduces the ability of releasing state table entry pointers when not used anymore (essential for a complete memory ownership model), looping over state tables, and modiying event-type based runtime filters for the parsing and extraction capabilities post plugin initialization, and pushing asynchronous events with timestamp-based ordering guarantees.

More is visibile in detail in: https://github.com/falcosecurity/libs/commits/master/userspace/plugin/plugin_api.h

poiana commented 8 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

jasondellaluce commented 8 months ago

Fixed in https://github.com/falcosecurity/plugin-sdk-cpp/pull/35