fix: bump extras/dagger golang.org/x/text to v0.39.0#3308
Open
chainloop-platform[bot] wants to merge 1 commit into
Open
fix: bump extras/dagger golang.org/x/text to v0.39.0#3308chainloop-platform[bot] wants to merge 1 commit into
chainloop-platform[bot] wants to merge 1 commit into
Conversation
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
Bump the helper module under
extras/daggerfromgolang.org/x/text v0.37.0tov0.39.0, which is the first fixed release for GO-2026-5970. This aligns the helper module with the already-patched root module and removes the vulnerable version from the dependency graph.Vulnerability Fixed
GO-2026-5970-golang.org/x/text(HIGH) -norm.Itercan enter an infinite loop when handling invalid UTF-8 bytes in releases beforegolang.org/x/text v0.39.0.Changes Made
extras/dagger/go.modto requiregolang.org/x/text v0.39.0instead ofv0.37.0.extras/dagger/go.sumfor the patched module version;go getalso lifted the indirectgolang.org/x/syncentry tov0.21.0during module resolution.extras/daggerhelper module because the repository root already pinsgolang.org/x/text v0.39.0.Verification
Ran
syft dir:/workspace/run/repo -o cyclonedx-json=/tmp/chainloop-sbom.json && grype sbom:/tmp/chainloop-sbom.json --only-fixed -o jsonagainst the patched repository. Verification outcome:resolved-GO-2026-5970-golang.org/x/textis no longer reported in the generated SBOM scan.Risk Assessment
View the risk assessment in Chainloop