From 5a48b9013cbb339e0befbe3d4de08baca5b56c3a Mon Sep 17 00:00:00 2001 From: Archana Date: Mon, 26 Aug 2024 20:39:50 +0530 Subject: [PATCH] - Fix CVE-2024-24791 - Resolves: RHEL-47198 --- go-toolset.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go-toolset.spec b/go-toolset.spec index 35dfe83..6d6dd0d 100644 --- a/go-toolset.spec +++ b/go-toolset.spec @@ -1,4 +1,4 @@ -%global go_version 1.21.11 +%global go_version 1.21.13 Name: go-toolset Version: %{go_version} @@ -18,6 +18,10 @@ This is the main package for go-toolset. %files %changelog +* Mon Aug 26 2024 Archana - 1.21.13-1 +- Fix CVE-2024-24791 +- Resolves: RHEL-47198 + * Thu Jun 13 2024 Archana Ravindar - 1.21.11-1 - Rebase to Go1.21.11 that includes fixes for CVE-2024-24789 and CVE-2024-24790 - Resolves: RHEL-40274