chore: bump Go 1.24 and fix govulncheck vulnerabilities#31
Open
JayT106 wants to merge 3 commits intocrypto-org-chain:v0.38.xfrom
Open
chore: bump Go 1.24 and fix govulncheck vulnerabilities#31JayT106 wants to merge 3 commits intocrypto-org-chain:v0.38.xfrom
JayT106 wants to merge 3 commits intocrypto-org-chain:v0.38.xfrom
Conversation
Bump Go from 1.23.1 to 1.24.13 and upgrade vulnerable dependencies: - go-git/go-git/v5: v5.12.0 → v5.16.5 (GO-2026-4473, GO-2025-3368, GO-2025-3367) - cloudflare/circl: v1.3.7 → v1.6.3 (GO-2026-4550, GO-2025-3754) - golang.org/x/crypto: v0.28.0 → v0.45.0 (GO-2025-3487) The Go 1.24.13 stdlib also fixes 15 vulnerabilities in crypto/tls, crypto/x509, encoding/asn1, encoding/pem, net/http, and net/url. 3 vulns remain (GO-2026-4601/4602/4603) requiring Go 1.25.8+ which is too aggressive for a maintenance branch at this time. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
- e2e Dockerfile: set GOTOOLCHAIN=auto so Go 1.23 base image auto-downloads Go 1.24.13 toolchain required by go.mod - DOCKER/Dockerfile: bump golang base from 1.23-alpine to 1.24-alpine - test/docker/Dockerfile: bump golang base from 1.23 to 1.24 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
go-git/go-git/v5v5.12.0 → v5.16.5 (fixes GO-2026-4473, GO-2025-3368, GO-2025-3367)cloudflare/circlv1.3.7 → v1.6.3 (fixes GO-2026-4550, GO-2025-3754)golang.org/x/cryptov0.28.0 → v0.45.0 (fixes GO-2025-3487)crypto/tls,crypto/x509,encoding/asn1,encoding/pem,net/http, andnet/urlResolves 18 of 21 govulncheck findings. The remaining 3 (GO-2026-4601, GO-2026-4602, GO-2026-4603) require Go 1.25.8+ which is too aggressive for a maintenance branch at this time.