From d48e1aafebdfd42b1170dff04932c2035cef86b3 Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:46:48 +0000 Subject: [PATCH] =?UTF-8?q?ADMS:=20vuln=20github.com/envoyproxy/envoy=20(m?= =?UTF-8?q?inor=20=E2=86=92=20v1.38.2)=20[contrib/golang]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../golang/filters/http/test/test_data/dummy/go.mod | 2 +- contrib/golang/filters/http/test/test_data/go.mod | 10 +++++----- contrib/golang/filters/network/test/test_data/go.mod | 2 +- .../cluster_specifier/test/test_data/simple/go.mod | 10 +++++----- .../golang/upstreams/http/tcp/test/test_data/go.mod | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/contrib/golang/filters/http/test/test_data/dummy/go.mod b/contrib/golang/filters/http/test/test_data/dummy/go.mod index 9e0d8fb7fe6b9..b9dc7a7ca443e 100644 --- a/contrib/golang/filters/http/test/test_data/dummy/go.mod +++ b/contrib/golang/filters/http/test/test_data/dummy/go.mod @@ -2,7 +2,7 @@ module example.com/dummy go 1.24.6 -require github.com/envoyproxy/envoy v1.24.0 +require github.com/envoyproxy/envoy v1.38.2 require google.golang.org/protobuf v1.36.11 // indirect diff --git a/contrib/golang/filters/http/test/test_data/go.mod b/contrib/golang/filters/http/test/test_data/go.mod index 8f90996861c06..42129bf582c6e 100644 --- a/contrib/golang/filters/http/test/test_data/go.mod +++ b/contrib/golang/filters/http/test/test_data/go.mod @@ -3,16 +3,16 @@ module example.com/test-data go 1.24.6 require ( - github.com/cncf/xds/go v0.0.0-20251110193048-8bfbf64dc13e - github.com/envoyproxy/envoy v1.36.2 + github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 + github.com/envoyproxy/envoy v1.38.2 google.golang.org/protobuf v1.36.11 ) require ( cel.dev/expr v0.25.1 // indirect - github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20250728155136-f173205681a0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect + github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect ) replace github.com/envoyproxy/envoy => ../../../../../../ diff --git a/contrib/golang/filters/network/test/test_data/go.mod b/contrib/golang/filters/network/test/test_data/go.mod index 33197f5652810..628367d8e11cb 100644 --- a/contrib/golang/filters/network/test/test_data/go.mod +++ b/contrib/golang/filters/network/test/test_data/go.mod @@ -2,7 +2,7 @@ module github.com/envoyproxy/envoy/contrib/golang/filters/network/test/test_data go 1.24.6 -require github.com/envoyproxy/envoy v1.33.2 +require github.com/envoyproxy/envoy v1.38.2 require google.golang.org/protobuf v1.36.11 // indirect diff --git a/contrib/golang/router/cluster_specifier/test/test_data/simple/go.mod b/contrib/golang/router/cluster_specifier/test/test_data/simple/go.mod index 21d45eb369785..07a9faeb2eca9 100644 --- a/contrib/golang/router/cluster_specifier/test/test_data/simple/go.mod +++ b/contrib/golang/router/cluster_specifier/test/test_data/simple/go.mod @@ -3,16 +3,16 @@ module example.com/routeconfig go 1.24.6 require ( - github.com/cncf/xds/go v0.0.0-20251110193048-8bfbf64dc13e - github.com/envoyproxy/envoy v1.36.2 + github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 + github.com/envoyproxy/envoy v1.38.2 google.golang.org/protobuf v1.36.11 ) require ( cel.dev/expr v0.25.1 // indirect - github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect + github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect ) replace github.com/envoyproxy/envoy => ../../../../../../../ diff --git a/contrib/golang/upstreams/http/tcp/test/test_data/go.mod b/contrib/golang/upstreams/http/tcp/test/test_data/go.mod index e76e15bede2ba..e53553ecd3741 100644 --- a/contrib/golang/upstreams/http/tcp/test/test_data/go.mod +++ b/contrib/golang/upstreams/http/tcp/test/test_data/go.mod @@ -2,7 +2,7 @@ module example.com/test-data go 1.24.6 -require github.com/envoyproxy/envoy v1.33.2 +require github.com/envoyproxy/envoy v1.38.2 require google.golang.org/protobuf v1.36.11