3.5: upgrade gRPC-go to 1.58.3

The last step with gRPC update behavior changes auditing to resolve CVE #16740 in 3.5

This PR backports #14922, #16338, #16587, #16630, #16636 and #16739 to release-3.5.

Signed-off-by: Chao Chen <chaochn@amazon.com>
This commit is contained in:
Chao Chen
2023-10-17 11:07:03 -07:00
parent 4cf9ef8574
commit 1aa4aa8a96
22 changed files with 230 additions and 143 deletions

View File

@ -6,7 +6,7 @@ import (
"net"
"google.golang.org/grpc"
testpb "google.golang.org/grpc/test/grpc_testing"
testpb "google.golang.org/grpc/interop/grpc_testing"
)
// StubServer is borrowed from the interal package of grpc-go.