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 we've added the hardcoded gRPC event ids we've added some new events which are not translated.
So in terms of fixing:
Add these events: security_task_rlimit, security_settime, tracee_info (all new events since commit 9356795)
I emphasize again that the hard typing does not allow us dynamisn in adding new events from external sources. At the very least, in order to avoid these errors in the future we need to do either:
add code generation for these relevant sections (not ideal IMO)
remove the golang enum event definitions and only use the externally defined grpc defined IDs (more type style PRs but at least we keep types consistent and reduce the amount of translation points).
@rscampos FYI since you implemented the feature. @yanivagman FYI for the design concern.
The text was updated successfully, but these errors were encountered:
Since we've added the hardcoded gRPC event ids we've added some new events which are not translated.
So in terms of fixing:
security_task_rlimit
,security_settime
,tracee_info
(all new events since commit 9356795)I emphasize again that the hard typing does not allow us dynamisn in adding new events from external sources. At the very least, in order to avoid these errors in the future we need to do either:
@rscampos FYI since you implemented the feature.
@yanivagman FYI for the design concern.
The text was updated successfully, but these errors were encountered: