Skip to content

Commit 4e5ca0c

Browse files
authored
Bump Go toolchain to 1.26.3 to address Snyk findings (#433)
Fixes HIGH severity stdlib vulnerabilities: - CVE-2026-33811 Double Free in std/net (GO-2026-4981) - CVE-2026-39836 Uncaught Exception in std/net (GO-2026-4971) - CVE-2026-33814 Infinite loop in std/net/http (GO-2026-4918)
1 parent 665a60a commit 4e5ca0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redpanda-data/benthos/v4
22

3-
go 1.26.1
3+
go 1.26.3
44

55
require (
66
cuelang.org/go v0.16.1

0 commit comments

Comments
 (0)