Skip to content

Bump Go toolchain to 1.25.13 to resolve stdlib Snyk vulnerabilities - #160

Open
devin-ai-integration[bot] wants to merge 3 commits into
mainfrom
devin/1788763371-snyk-go-stdlib
Open

devin-ai-integration[bot] wants to merge 3 commits into
mainfrom
devin/1788763371-snyk-go-stdlib

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Sep 7, 2026

Copy link
Copy Markdown

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.7 directive in go.mod. There are no third-party dependency or SAST findings.

  • go.mod: go 1.23.7go 1.25.13 — the minimum version that satisfies every "fixed in" range (the net/http and net/url issues require ≥1.25.13 on the 1.25 line).
  • Dockerfile: build stage golang:1.24.4-alpinegolang:1.25.13-alpine so the shipped binary is built with the patched stdlib too.
  • .github/workflows/lint.yml: golangci-lint v2.1v2.5 (v2.1 is built with Go 1.24 and refuses a 1.25 target), and go-version: stablego-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 tidy produced no changes to go.mod requirements or go.sum.

Snyk issues resolved

Package Issue IDs
std/crypto/x509 SNYK-GOLANG-STDCRYPTOX509-14545542, SNYK-GOLANG-STDCRYPTOX509-14545554, SNYK-GOLANG-STDCRYPTOX509-15928851, SNYK-GOLANG-STDCRYPTOX509-17135840
std/mime SNYK-GOLANG-STDMIME-17135844
std/net SNYK-GOLANG-STDNET-16535159, SNYK-GOLANG-STDNET-16535161
std/net/http SNYK-GOLANG-STDNETHTTP-14548596, SNYK-GOLANG-STDNETHTTP-16535158, SNYK-GOLANG-STDNETHTTP-18858429
std/net/url SNYK-GOLANG-STDNETURL-15139468, SNYK-GOLANG-STDNETURL-18858438
std/os SNYK-GOLANG-STDOS-17905377

Skipped

None.

Verification

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

@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

devin-ai-integration Bot and others added 2 commits September 7, 2026 07:04
Co-Authored-By: shayan <shayan@cognition.ai>
Co-Authored-By: shayan <shayan@cognition.ai>
@sonarqubecloud

sonarqubecloud Bot commented Sep 7, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant