falco-probes icon indicating copy to clipboard operation
falco-probes copied to clipboard

Automated build and mirror of eBPF kernel probes for use as a driver with the Falco runtime security agent (https://falco.org/)

Results 10 falco-probes issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 24.0.9+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.9 24.0.9 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

Bumps google.golang.org/protobuf from 1.27.1 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.27.1&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.11.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.11.0 What's Changed git: validate reference names (#929) by @​aymanbagabas in go-git/go-git#950 git: stop iterating at oldest shallow...

dependencies

Attempting to compile probes for amazonlinux2 kernel-5.10 errors. Patching driverkit to source packages for 5.10 and attempting a compilation also errors, suggesting an upstream issue. It is possible this will...

bug

At the moment, we're using a simple _limiting_ method to parallelise our building of Falco probes. We should migrate this to use job queues where workers pull configurations off of...

good first issue

In order to make it easy for consumers of this project to determine which release they should download probes from, we should add supported Falco versions information to each release's...

In #7, we added a rough implementation of logging and used it for all of the console output produced by our binaries. This is an arguably improper use of logging,...

good first issue

In order to provide consumers assurance that the eBPF probes built by this project actually work with their associated kernels, we should implement some form of tests that prove their...

enhancement
help wanted

In order to improve our Golang code and review processes we should add a more comprehensive linter like https://github.com/golangci/golangci-lint to our `plz lint` command.

good first issue