William Findlay
William Findlay
Thanks for the awesome extension! I was wondering if it would be possible (or even technically feasible) to have passff auto-fill personal verification questions using the format described in the...
This will help us debug failing tests by enabling us to match events 1:1 with the checker logs. See individual commits.
Folks who are new to Golang might have trouble doing the go mod tidy/vendor/verify dance. It would be nice to provide some better instructions in developer docs to avoid headaches.
We already have an rpcchecker package to verify Tetragon events from our gRPC API. The next item on my wishlist is a metricschecker we could use to verify specific prometheus...
Filing this issue to gauge who would be interested in taking a stab at writing some end-to-end tests using the new framework introduced in #226. Happy to help mentor new...
#260 adds support in the eventchecker for map[string]string but it would be nice to future-proof this by adding support for other map[KEY]VAL types as well. Doing so would require some...
Similar to what was done [here](https://github.com/cilium/tetragon/pull/242), it would be nice to have all cli flags be backed by values in options.Config.
Our eBPF code makes some arch-specific assumptions about the layout of struct pt_regs. We need to refactor this to use BPF CO-RE macros to make multi-arch support work properly for...
Right now our program loading/unloading logic is a bit messy and could probably be cleaned up quite significantly. In particular, it would be nice to have one shared codepath for...
Add a new metric to keep track of how many copies of a sensor map are loaded into the kernel. This value should always be 1 for every sensor map...