Bump Go toolchain to 1.25.13 to resolve stdlib Snyk vulnerabilities - #160
Open
devin-ai-integration[bot] wants to merge 3 commits into
Open
devin-ai-integration[bot] wants to merge 3 commits into
devin-ai-integration[bot] wants to merge 3 commits into
Conversation
Co-Authored-By: shayan <shayan@cognition.ai>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: shayan <shayan@cognition.ai>
Co-Authored-By: shayan <shayan@cognition.ai>
|
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.




Closes: N/A (Snyk security audit remediation)
Summary
All 13 high-severity Snyk findings for this repo are Go standard-library vulnerabilities pinned by the
go 1.23.7directive ingo.mod. There are no third-party dependency or SAST findings.go.mod:go 1.23.7→go 1.25.13— the minimum version that satisfies every "fixed in" range (thenet/httpandnet/urlissues require ≥1.25.13 on the 1.25 line).Dockerfile: build stagegolang:1.24.4-alpine→golang:1.25.13-alpineso the shipped binary is built with the patched stdlib too..github/workflows/lint.yml:golangci-lintv2.1→v2.5(v2.1 is built with Go 1.24 and refuses a 1.25 target), andgo-version: stable→go-version-file: go.mod(matching the other workflows) so the toolchain golangci-lint type-checks against matches the one it was built with.go mod tidyproduced no changes togo.modrequirements orgo.sum.Snyk issues resolved
Skipped
None.
Verification
go build ./...,go vet ./...,go test ./...,golangci-lint run(v2.5.0) — all pass on go1.25.13.Analyze (go|actions)(CodeQL: 403read_packageongithub/ccr-*-queriespack) and SonarCloud fail identically on PRs Bump Go toolchain to 1.25.12 to patch stdlib vulnerabilities #156–Fix all Snyk go.mod vulnerabilities: Go toolchain 1.26.7 + mapstructure v2.4.0 #159 and are unrelated repo config issues.Link to Devin session: https://app.devin.ai/sessions/c0981155bb6047d1b156715008fcbace
Open in Devin Desktop: https://app.devin.ai/desktop/session/c0981155bb6047d1b156715008fcbace?variant=devin
Requested by: @shayanshafii