tetragon
tetragon copied to clipboard
deduplicate generic type arguments
There are two versions of generic type arguments:
https://github.com/cilium/tetragon/blob/3076ae7b9cd2bbd7320af3708af240caa0fc684a/pkg/generictypes/generictypes.go#L6-L36
And
https://github.com/cilium/tetragon/blob/3076ae7b9cd2bbd7320af3708af240caa0fc684a/pkg/selectors/kernel.go#L140-L159
There seem to already be conflicts, so we should deduplicate them.
Hey @kkourt Can I work on this issue? I am pretty new to tetragon, this would be good first issue for me.
Hi @rajaSahil,
Go ahead if you want. I'm not aware of someone else working on it at the moment. Thanks!
hey @kkourt can i work on this issue
Hi @SumaiyaSafdar. Please sync with @rajaSahil.
For info there is potential progress here https://github.com/cilium/tetragon/pull/696 but no response from the author yet.
There was a first attempt here https://github.com/cilium/tetragon/pull/696 that was abandoned, I'll close the PR for now but this can be of inspiration for someone that wants to complete that :)
This issue already solved by PR https://github.com/cilium/tetragon/pull/2168
Indeed thanks!