membphis commented on PR #13679: URL: https://github.com/apache/apisix/pull/13679#issuecomment-4923696970
P2: `t/grpc_server_example/go.mod` still declares `google.golang.org/grpc v1.53.0`, and the test server calls `grpc.Server.Serve` / `ServeHTTP`. The current Go vulnerability database flags this range via `GO-2026-4762` and `GO-2023-2153`; since this PR is intended to clear vulnerable test dependencies, please bump gRPC (for example to `v1.79.3` or newer) and refresh `go.sum`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
