fix(cve): bump go toolchain and x/net, x/sys to close trivy findings#77
Merged
sarat-k merged 1 commit intoJul 10, 2026
Merged
Conversation
- go.mod: go 1.25.11 -> 1.25.12 (CVE-2026-39822, CVE-2026-42505) - replace golang.org/x/net v0.48.0 => v0.55.0 (CVE-2026-25681, CVE-2026-27136, CVE-2026-33814, CVE-2026-39821, CVE-2026-25680, CVE-2026-42502, CVE-2026-42506) - replace golang.org/x/sys v0.39.0 => v0.44.0 (CVE-2026-39824) - update both build-container Dockerfiles (rhel9, ubu2204) to go1.25.12 - go.sum and Makefile mod target updated accordingly
spraveenio
added a commit
to ROCm/device-metrics-exporter
that referenced
this pull request
Jul 10, 2026
… upstreamed abseil patch (#553) * [NO-JIRA] chore(gpuagent): bump to main HEAD ad0f7f10, drop upstreamed abseil patch (#1447) * chore(gpuagent): bump to main HEAD ad0f7f10, drop upstreamed abseil patch Advance GPUAGENT_COMMIT from 9af0bf5b → ad0f7f10 (2026-07-10). Commits pulled in: 22ec8211 — abseil --start-group/--end-group linker fix (ROCm/gpu-agent#74) ad0f7f10 — CVE fix: go 1.25.11→1.25.12, x/net v0.55.0, x/sys v0.44.0 (ROCm/gpu-agent#77) Remove patch/gpuagent/0001-abseil-link-start-group.patch — merged upstream in ROCm/gpu-agent#74. 0002-gpuop-907-clock-freq-oob.patch stays (PR #75 still open). Co-Authored-By: Claude <noreply@anthropic.com> * docs: add plan file for gpuagent bump to ad0f7f10 Satisfies the per-PR plan-file CI gate for #1447. Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 6c587757f14987ac70ec3ecc9aac457a5641e948) * Delete docs-internal/knowledge/plans/2026-07-09-gpuagent-bump-ad0f7f10.md --------- Co-authored-by: Praveen Kumar Shanmugam <58961022+spraveenio@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Trivy scan of
gpuctl(sw/nic/build/x86_64/sim/bin/gpuctl) reported 10 vulnerabilities (4 HIGH, 3 MEDIUM, 3 UNKNOWN). This closes all of them via toolchain/dependency bumps, no code changes.golang.org/x/net(replace)golang.org/x/sys(replace)Changes
sw/nic/gpuagent/go.mod/go.sum: go directive bump + newreplacedirectivessw/nic/gpuagent/Makefile(mod:target): pin updated, new replace lines added alongside existing CVE-2024-24790/CVE-2026-33186 entriestools/build-container/Dokerfile.rhel9/Dokerfile.ubu2204: Go download bumped to 1.25.12Test plan
make -C tools/build-container all)make -C sw/nic/gpuagent modinside container to regeneratego.sum/vendor/make gpuagent— full build succeeds,gpuctlproduced with go1.25.12trivy rootfs --scanners vuln sw/nic/build/x86_64/sim/bin/gpuctl— 0 findings (down from 10)