William Findlay

Results 39 issues of 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...

enhancement

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.

area/documentation
good first issue

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...

good first issue
area/e2e
area/metrics

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...

good first issue
area/ci
area/testing
area/e2e

#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...

area/codegen

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.

good first issue
area/userspace

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...

good first issue
area/bpf

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...

enhancement

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...