Skip to content

Commit 50fdd2d

Browse files
authored
[SECURITY] fix: Adjust the toolchain version (#36537)
# Summary: - Adjust the toolchain version to fix the security issues ```log Vulnerability #1: GO-2026-4337 Unexpected session resumption in crypto/tls More info: https://pkg.go.dev/vuln/GO-2026-4337 Standard library Found in: crypto/tls@go1.25.6 Fixed in: crypto/tls@go1.25.7 Example traces found: ``` Signed-off-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
1 parent fca94bc commit 50fdd2d

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
@@ -2,7 +2,7 @@ module code.gitea.io/gitea
22

33
go 1.25.0
44

5-
toolchain go1.25.6
5+
toolchain go1.25.7
66

77
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
88
// But some CAs use negative serial number, just relax the check. related:

0 commit comments

Comments
 (0)