Skip to content

Commit 5275f35

Browse files
reinkrulclaude
andauthored
Upgrade Go to 1.26.2 to fix stdlib CVEs (v6.2.2) (#4172)
Fixes GO-2026-4865 (html/template XSS), GO-2026-4866 (crypto/x509 auth bypass), GO-2026-4869 (archive/tar DoS), GO-2026-4870 (crypto/tls DoS), GO-2026-4946 (crypto/x509 DoS) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 98a1528 commit 5275f35

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# golang alpine
2-
FROM golang:1.26.1-alpine AS builder
2+
FROM golang:1.26.2-alpine AS builder
33

44
ARG TARGETARCH
55
ARG TARGETOS

docs/pages/release_notes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Release notes
33
#############
44

5+
****************
6+
Peanut (v6.2.2)
7+
****************
8+
9+
Release date: 2026-04-10
10+
11+
- Upgrade Go to 1.26.2 to fix GO-2026-4865 (html/template XSS), GO-2026-4866 (crypto/x509 auth bypass), GO-2026-4869 (archive/tar DoS), GO-2026-4870 (crypto/tls DoS), GO-2026-4946 (crypto/x509 DoS)
12+
13+
**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v6.2.1...v6.2.2
14+
515
****************
616
Peanut (v6.2.1)
717
****************

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/nuts-foundation/nuts-node
22

33
// This is the minimal version, the actual go version is determined by the images in the Dockerfile
44
// This version is used in automated tests such as the 'Scheduled govulncheck' action
5-
go 1.26.1
5+
go 1.26.2
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0

0 commit comments

Comments
 (0)