Skip to content

fix(deps): update module google.golang.org/grpc to v1.52.0 - autoclosed - #275

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/google.golang.org-grpc-1.x
Closed

fix(deps): update module google.golang.org/grpc to v1.52.0 - autoclosed#275
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/google.golang.org-grpc-1.x

Conversation

@renovate

@renovate renovate Bot commented Jan 12, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.50.1 -> v1.52.0

Release Notes

grpc/grpc-go

v1.52.0: Release 1.52.0

Compare Source

New Features

  • xdsclient: log node ID with verbosity INFO (#​5860)
  • ringhash: impose cap on max_ring_size to reduce possibility of OOMs (#​5801)

Behavior Changes

  • client: return an error from Dial if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs (#​5732)

Bug Fixes

  • transport (net/http server handler): respond to bad HTTP requests with status 400 (Bad Request) instead of 500 (Internal Server Error). (#​5804)
  • transport: Fixed closing a closed channel panic in handlePing (#​5854)
  • server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (#​5666)
  • transport: ensure value of :authority header matches server name used in TLS handshake when the latter is overridden by the name resolver (#​5748)

Documentation

  • examples: add an example to illustrate the usage of stats handler (#​5657)
  • examples: add new example to show updating metadata in interceptors (#​5788)

v1.51.0: Release 1.51.0

Compare Source

Behavior Changes

  • xds: NACK EDS resources with duplicate addresses in accordance with a recent spec change (#​5715)
  • grpc: restrict status codes that can be generated by the control plane (gRFC A54) (#​5653)

New Features

  • client: set grpc-accept-encoding header with all registered compressors (#​5541)
  • xds/weightedtarget: return a more meaningful error when all child policies are in TRANSIENT_FAILURE (#​5711)
  • gcp/observability: add "started rpcs" metric (#​5768)
  • xds: de-experimentalize the google-c2p-resolver (#​5707)
  • balancer: add experimental Producer types and methods (#​5669)
  • orca: provide a way for LB policies to receive OOB load reports (#​5669)

Bug Fixes

  • go.mod: upgrade x/text dependency to address CVE 2022-32149 (#​5769)
  • client: fix race that could lead to an incorrect connection state if it was closed immediately after the server's HTTP/2 preface was received (#​5714)
  • xds: ensure sum of the weights of all EDS localities at the same priority level does not exceed uint32 max (#​5703)
  • client: fix binary logging bug which logs a server header on a trailers-only response (#​5763)
  • balancer/priority: fix a bug where unreleased references to removed child policies (and associated state) was causing a memory leak (#​5682)
  • xds/google-c2p: validate URI schema for no authorities (#​5756)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
renovate Bot force-pushed the renovate/google.golang.org-grpc-1.x branch from e55753e to c7cca5e Compare January 12, 2023 04:28
@renovate
renovate Bot force-pushed the renovate/google.golang.org-grpc-1.x branch from c7cca5e to 94be1b1 Compare January 12, 2023 08:55
@renovate renovate Bot changed the title fix(deps): update module google.golang.org/grpc to v1.52.0 fix(deps): update module google.golang.org/grpc to v1.52.0 - autoclosed Jan 12, 2023
@renovate renovate Bot closed this Jan 12, 2023
@renovate
renovate Bot deleted the renovate/google.golang.org-grpc-1.x branch January 12, 2023 10:02
raphael-wigoutschnigg-dt pushed a commit to open-feature-forking/flagd that referenced this pull request Mar 11, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
toddbaert pushed a commit that referenced this pull request Aug 18, 2026
- js-yaml 4.3.0 -> 4.3.1 (high, alert #275) in playground-app

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
jonathannorris added a commit that referenced this pull request Aug 24, 2026
## Summary

- Bumped `js-yaml` to 4.3.1 in `playground-app` to resolve a
high-severity quadratic CPU consumption vulnerability (alert #275)
- Bumped `github.com/moby/go-archive` to v0.3.3 in
`test/integration/go.mod` to resolve a high-severity path-traversal
vulnerability in tar extraction (alert #280)

## Dependabot Alerts Resolved

| Alert | Package | Severity | Fix |
|-------|---------|----------|-----|
| #275 | `js-yaml` | **high** | Bumped to 4.3.1 via
package.json/package-lock.json |
| #280 | `github.com/moby/go-archive` | **high** | Bumped to v0.3.3 via
`go get`/`go mod tidy` |

## Unresolvable (no compatible patched version)

The following alerts affect `github.com/docker/docker` in
`test/integration/go.mod`, pulled in transitively via
`testcontainers-go`, `docker/buildx`, and `docker/compose/v5`. Upstream
moved the fixed releases (v29.x+) to a new module path
(`github.com/moby/moby/v2`), so `go get
github.com/docker/docker@v29.3.1` fails outright (the tagged commit's
`go.mod` declares module `github.com/moby/moby/v2`, not
`github.com/docker/docker`). There is no compatible tagged version under
the old `github.com/docker/docker` import path, and none of the
transitive dependents have migrated to the new module path yet. No safe
non-breaking fix is currently available.

| Alert | Package | Severity | Status |
|-------|---------|----------|--------|
| #152 | `github.com/docker/docker` | high | No compatible module
version available (patched release lives under a different module path,
`github.com/moby/moby/v2`) |
| #151 | `github.com/docker/docker` | medium | No patched version
reported for the affected code path |
| #184 | `github.com/docker/docker` | high | No patched version reported
for the affected code path |
| #185 | `github.com/docker/docker` | medium | No patched version
reported for the affected code path |
| #186 | `github.com/docker/docker` | high | No patched version reported
for the affected code path |

---------

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants