Skip to content

Releases: mvenditto/FalcoSecurity.Plugin.Sdk

v0.4.1

19 Nov 14:39
b35893d
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

0.4.1

Release Highlights

Breaking Changes

IEventBatch.UnderlyingArray IntPtr -> PluginEvent*
PluginEvent.Data IntPtr -> void*
IExtractionRequest.SetPtr (IntPtr ptr) -> (PluginExtractField* ptr)
IPlugin +string? ConfigRaw

Includes Source Generator 0.3.6..0.5.1

v0.1.3

11 Nov 10:00
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Changelog

Falco.Plugin.Sdk

  • fixed default event source timeout (BaseEventSourceInstance.TimeoutMs) not being set (now set to 30ms) (9c0d6ff)
    • this was causing partial batches not being flushed correctly
  • fixed missing defaults for batchSize and eventSize in BaseEventSourceInstance.ctor() and derived classes (6bca437)
    • unexpected segfaults will happen if eventSize value is too small

Falco.Plugin.Sdk.Generators

  • fixed a crash on plugin_init when only IEventSource is implemented ( 86e2764)