Skip to content

fix: remediate GO-2026-5942-golang.org/x/net in extras/dagger - #3316

Closed
chainloop-platform[bot] wants to merge 1 commit into
mainfrom
chainloop/fix-go-2026-5942-golang-org-x-net-20260730-120047
Closed

fix: remediate GO-2026-5942-golang.org/x/net in extras/dagger#3316
chainloop-platform[bot] wants to merge 1 commit into
mainfrom
chainloop/fix-go-2026-5942-golang-org-x-net-20260730-120047

Conversation

@chainloop-platform

@chainloop-platform chainloop-platform Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Updated the auxiliary extras/dagger Go module to use golang.org/x/net v0.56.0, the first fixed release for this advisory. This also refreshes the transitive golang.org/x/sys checksum data to match the resolved module graph.

Vulnerability Fixed

GO-2026-5942-golang.org/x/net (HIGH) — Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer.

Changes Made

  • Bumped extras/dagger/go.mod from golang.org/x/net v0.55.0 to v0.56.0 to pick up the fix for the panic in malformed SVCB/HTTPS RR parsing.

  • Updated extras/dagger/go.sum with the new golang.org/x/net v0.56.0 checksums and the transitive golang.org/x/sys v0.46.0 checksums pulled in by the module resolution.

Verification

Ran syft dir:. -o cyclonedx-json=/tmp/remediate/sbom.json && grype sbom:/tmp/remediate/sbom.json --only-fixed -o json from the repository root against the patched source tree. Outcome: resolved — the SBOM includes golang.org/x/net@v0.56.0, and grype no longer reports GO-2026-5942-golang.org/x/net.

Risk Assessment

View the risk assessment in Chainloop

Review in cubic

@migmartri migmartri closed this Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant