You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since our pipeline is (most of the times) a channel of pointers, those pointers could have been garbage collected, I believe, in case references to it don't matter any more (probably during our shutdown ?).
In the pipeline, the caching step checks if event is null before moving on in both 'in/out' channels.
I believe the same should happen in the enrich pipeline stage:
Description
Output of
tracee version
:Output of
uname -a
:Additional details
The text was updated successfully, but these errors were encountered: