fix: remediate GO-2026-5942-golang.org/x/net in extras/dagger - #3316
Closed
chainloop-platform[bot] wants to merge 1 commit into
Closed
fix: remediate GO-2026-5942-golang.org/x/net in extras/dagger#3316chainloop-platform[bot] wants to merge 1 commit into
chainloop-platform[bot] wants to merge 1 commit into
Conversation
…2026-5942-golang.org/x/net
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
Updated the auxiliary
extras/daggerGo module to usegolang.org/x/net v0.56.0, the first fixed release for this advisory. This also refreshes the transitivegolang.org/x/syschecksum 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.modfromgolang.org/x/net v0.55.0tov0.56.0to pick up the fix for the panic in malformed SVCB/HTTPS RR parsing.Updated
extras/dagger/go.sumwith the newgolang.org/x/net v0.56.0checksums and the transitivegolang.org/x/sys v0.46.0checksums 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 jsonfrom the repository root against the patched source tree. Outcome:resolved— the SBOM includesgolang.org/x/net@v0.56.0, andgrypeno longer reportsGO-2026-5942-golang.org/x/net.Risk Assessment
View the risk assessment in Chainloop