Skip to content

Upgrade github.com/mostynb/go-grpc-compression to avoid decompression bomb DoS #672

Upgrade github.com/mostynb/go-grpc-compression to avoid decompression bomb DoS

Upgrade github.com/mostynb/go-grpc-compression to avoid decompression bomb DoS #672

Triggered via pull request June 6, 2024 12:45
Status Failure
Total duration 59s
Artifacts

golangci-lint.yml

on: pull_request
golangci-lint
48s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
golangci-lint: utils/grpcreadclient/grpcreadclient.go#L113
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
golangci-lint: utils/grpcreadclient/grpcreadclient.go#L157
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
golangci-lint: cache/grpcproxy/grpcproxy_test.go#L66
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
golangci-lint: cache/grpcproxy/grpcproxy_test.go#L226
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
golangci-lint: config/proxy.go#L98
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
golangci-lint
issues found
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.