fix: upgrade extras/dagger golang.org/x/text to v0.39.0#3307
Open
chainloop-platform[bot] wants to merge 1 commit into
Open
fix: upgrade extras/dagger golang.org/x/text to v0.39.0#3307chainloop-platform[bot] wants to merge 1 commit into
chainloop-platform[bot] wants to merge 1 commit into
Conversation
… GO-2026-5970-golang.org/x/text
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 nested
extras/daggerGo module to usegolang.org/x/textv0.39.0, which contains the fix for the normalization iterator infinite-loop issue. The module graph also movedgolang.org/x/syncto v0.21.0 as a transitive requirement of the patchedgolang.org/x/textrelease.Vulnerability Fixed
GO-2026-5970-golang.org/x/text (HIGH):
norm.Itercould enter an infinite loop when handling invalid UTF-8 bytes.Changes Made
golang.org/x/textinextras/dagger/go.modfromv0.37.0tov0.39.0, the first fixed release identified by the assessment.extras/dagger/go.sumwith checksums for the patched dependency version.golang.org/x/syncv0.20.0 -> v0.21.0update becausegolang.org/x/textv0.39.0 now requires that newer transitive version.Verification
Ran
syft dir:extras/dagger -o cyclonedx-json=/tmp/chainloop-sbom.jsonandGRYPE_DB_AUTO_UPDATE=false grype sbom:/tmp/chainloop-sbom.json --only-fixed -o json. Outcome:resolved— grype no longer reportsGO-2026-5970-golang.org/x/textfor the patched module.Risk Assessment
View the risk assessment in Chainloop