From 69c629d495649bacd4ecf6b2027bd0b0636f8a79 Mon Sep 17 00:00:00 2001 From: Amir Yogev Date: Mon, 29 Jun 2026 15:11:23 +0300 Subject: [PATCH] Patch CVE-2025-61729 by updating Go to 1.25.9 Resolves CVE-2025-61729 (HIGH) in Go stdlib crypto/x509. Updated Go from 1.24.0 (toolchain 1.25.8) to 1.25.0 (toolchain 1.25.9) in proxy/go.mod, matching the backend repository. Assisted-by: Claude (cherry picked from commit d0362947bb29f5f946bda6ac1568144a9aaf6004) --- proxy/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/go.mod b/proxy/go.mod index 08cdae64a..063a1a8eb 100644 --- a/proxy/go.mod +++ b/proxy/go.mod @@ -1,8 +1,8 @@ module github.com/flightctl/flightctl-ui -go 1.24.0 +go 1.25.0 -toolchain go1.24.6 +toolchain go1.25.9 require ( github.com/flightctl/flightctl v1.0.0-main.0.20251127101911-da85f5a8551a