build(deps): bump github.com/cilium/ebpf from 0.9.1 to 0.22.0 in /integration/client - #7
Conversation
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.9.1 to 0.22.0. - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](cilium/ebpf@v0.9.1...v0.22.0) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-version: 0.22.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b82da3d. Configure here.
| github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 // indirect | ||
| github.com/Microsoft/go-winio v0.6.1 // indirect | ||
| github.com/cilium/ebpf v0.9.1 // indirect | ||
| github.com/cilium/ebpf v0.22.0 // indirect |
There was a problem hiding this comment.
Module versions diverge from root
High Severity
Only integration/client was updated, so shared requires such as github.com/cilium/ebpf, golang.org/x/sys, github.com/stretchr/testify, and github.com/opencontainers/image-spec no longer match root go.mod. script/verify-go-modules.sh (via make verify-vendor) requires matching versions and will fail CI. Root and vendor/ remain on ebpf v0.9.1.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit b82da3d. Configure here.
There was a problem hiding this comment.
Risk: medium. Left a non-blocking comment because Cursor Bugbot skipped and reported an unresolved high-severity finding about integration/client module versions diverging from the root go.mod. Human review is needed; no reviewers were assigned.
Sent by Cursor Approval Agent: Pull Request Router and Approver




Bumps github.com/cilium/ebpf from 0.9.1 to 0.22.0.
Release notes
Sourced from github.com/cilium/ebpf's releases.
... (truncated)
Commits
e55144ebtf: Add BTF layout header parsingd37ad9cstruct_ops_test: FixTestCreateStructOpsMapSpecSimple5e8bcc7btf: Remove vmlinux dedup testf1eb026Update kernel dependencies to 7.1970a97dCODEOWNERS: allow reviewers to merge docs/, add rgo3 to link/7be98efvariable: reject offsets that overflow uint32 boundsb404658build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.163647bcbuild(deps): bump mkdocs-git-revision-date-localized-plugine30ccb7memory: use unsafe.Add to align unsafe memory instead of uintptr conversion0e35955Makefile: pre-create GOCACHE, GOPATH and GOMODCACHE for podmanDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Indirect-only dependency refresh in the integration client, but it also raises the module Go version from 1.19 to 1.25.0 and jumps cilium/ebpf across many majors, which can affect CI toolchain and transitive behavior.
Overview
Dependabot refresh of
integration/clientmodules. The headline change isgithub.com/cilium/ebpf0.9.1 → 0.22.0 (still an indirect dep). The module Go version is also raised from 1.19 to 1.25.0.Other direct/indirect bumps in the same
go.mod/go.sumincludeopencontainers/image-spec1.1.1,testify1.11.1,golang.org/x/{sys,net,sync,text,mod,tools},klauspost/compress, and testify-related packages. Rootcontainerdstill pinsebpfat 0.9.1; this PR only touches the integration client module.Reviewed by Cursor Bugbot for commit b82da3d. Bugbot is set up for automated code reviews on this repo. Configure here.