From 1409dc9357f2c405c7898deb24669d1ab5df1db6 Mon Sep 17 00:00:00 2001 From: Gary Swalling <31018813+gjswalling@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:41:23 -0800 Subject: [PATCH] remove empty patch, scanner will detect updated gotlang/x/net --- .../application-gateway-kubernetes-ingress.spec | 3 --- .../golang-x-net-updated-to-version0-34-0.patch | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 SPECS/application-gateway-kubernetes-ingress/golang-x-net-updated-to-version0-34-0.patch diff --git a/SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec b/SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec index 920dfb17e3d..365b854ae02 100644 --- a/SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec +++ b/SPECS/application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress.spec @@ -24,8 +24,6 @@ Source0: https://github.com/Azure/application-gateway-kubernetes-ingress/ # Source1: %{name}-%{version}-vendor.tar.gz Patch0: CVE-2022-21698.patch -# CVE-2022-41273, CVE-2024-45338, CVE-2023-39325, CVE-2023-44487 -Patch1: golang-x-net-updated-to-version0-34-0.patch BuildRequires: golang >= 1.13 @@ -39,7 +37,6 @@ to act as the ingress for an AKS cluster. rm -rf vendor tar -xf %{SOURCE1} --no-same-owner %patch 0 -p1 -d vendor/github.com/prometheus/client_golang -%patch 1 -p1 %build export VERSION=%{version} diff --git a/SPECS/application-gateway-kubernetes-ingress/golang-x-net-updated-to-version0-34-0.patch b/SPECS/application-gateway-kubernetes-ingress/golang-x-net-updated-to-version0-34-0.patch deleted file mode 100644 index 80218bce409..00000000000 --- a/SPECS/application-gateway-kubernetes-ingress/golang-x-net-updated-to-version0-34-0.patch +++ /dev/null @@ -1,3 +0,0 @@ -This patch fixes CVE-2022-41273, CVE-2024-45338, CVE-2023-39325, CVE-2023-44487 - gaswal 2025-01-28 -Updated golang.org/x/net to version 0.34.0 in vendor tarball...nothing to patch. ----