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. ----