Security: Bump Go toolchain to 1.26.3 to remediate vulnerabilities#740
Open
plural-copilot[bot] wants to merge 1 commit into
Open
Security: Bump Go toolchain to 1.26.3 to remediate vulnerabilities#740plural-copilot[bot] wants to merge 1 commit into
plural-copilot[bot] wants to merge 1 commit into
Conversation
Updated Go version from 1.26.2 to 1.26.3 across all build configurations to address security vulnerabilities. This includes updates to: - go.mod: Go directive - Dockerfile: builder and final stages - test.Dockerfile: test environment - hack/lib.sh and hack/gen-client-mocks.sh: containerized tooling Note: Dependencies github.com/go-git/go-git/v5 (v5.19.0) and github.com/go-git/go-billy/v5 (v5.9.0) were already at the required versions, so no dependency updates were needed.
Contributor
Author
There was a problem hiding this comment.
This PR was generated by the claude Plural Agent Runtime. Here's some useful information you might want to know to evaluate the ai's perfomance:
| Name | Details |
|---|---|
| 💬 Prompt | Create a minimal PR in pluralsh/plural-cli to remediate the in-scope vulnerabilities.... |
| 🔗 Run history | View run history |
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
This PR remediates security vulnerabilities by updating the Go toolchain from version 1.26.2 to 1.26.3 across all build and development configurations.
Changes
Go Toolchain Updates
1.26.2to1.26.3golang:1.26.2-alpine3.22togolang:1.26.3-alpine3.22golang:1.25.7-bookwormtogolang:1.26.3-bookwormgolang:1.18.4togolang:1.26.3golang:1.25.1togolang:1.26.3Dependency Status
✅
github.com/go-git/go-git/v5- Already at required versionv5.19.0(no changes needed)✅
github.com/go-git/go-billy/v5- Already at required versionv5.9.0(no changes needed)Vulnerabilities Addressed
This update addresses security vulnerabilities present in Go 1.26.2 by upgrading to the patched 1.26.3 release. The Go dependencies that were specified for remediation (
go-git/go-gitandgo-git/go-billy) were already at their target secure versions.Testing
Service Tag
Note: Could not determine specific Plural service tag from repository metadata. This PR affects the
plural-cliservice/repository.Files changed: 5 files
Lines changed: 6 insertions(+), 6 deletions(-)