GoogleCloudPlatform / opentelemetry-demo

Apache License 2.0
11 stars 6 forks source link

Update dependency @grpc/grpc-js to v1.9.15 [SECURITY] #98

Closed renovate-bot closed 1 week ago

renovate-bot commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.9.9 -> 1.9.15 age adoption passing confidence
@grpc/grpc-js (source) 1.9.13 -> 1.9.15 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-37168

Impact

There are two separate code paths in which memory can be allocated per message in excess of the grpc.max_receive_message_length channel option:

  1. If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded.
  2. If an incoming message has a size within the limit on the wire but decompresses to a size greater than the limit, the entire message is decompressed into memory, and on the server is not discarded.

Patches

This has been patched in versions 1.10.9, 1.9.15, and 1.8.22


Release Notes

grpc/grpc-node (@​grpc/grpc-js) ### [`v1.9.15`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.15): @​grpc/grpc-js 1.9.15 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.14...@grpc/grpc-js@1.9.15) - Avoid buffering significantly more than `grpc.max_receive_message_size` per received message. ### [`v1.9.14`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.14): @​grpc/grpc-js 1.9.14 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.13...@grpc/grpc-js@1.9.14) - Fix a bug that could rarely cause connection leaks ([#​2644](https://togithub.com/grpc/grpc-node/issues/2644)) - Fix a bug that could cause clients to go IDLE incorrectly some time after calling `waitForReady` ([#​2643](https://togithub.com/grpc/grpc-node/issues/2643)) ### [`v1.9.13`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.13): @​grpc/grpc-js 1.9.13 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.12...@grpc/grpc-js@1.9.13) - Fix a bug that could cause the Node process to close early when establishing a connection while a request is pending ([#​2626](https://togithub.com/grpc/grpc-node/issues/2626)) ### [`v1.9.12`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.12): @​grpc/grpc-js 1.9.12 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.11...@grpc/grpc-js@1.9.12) - Fix a bug that could cause connectivity state information to become stale in some circumstances ([#​2623](https://togithub.com/grpc/grpc-node/issues/2623)) ### [`v1.9.11`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.11): @​grpc/grpc-js 1.9.11 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.10...@grpc/grpc-js@1.9.11) - Fix a busy loop when recovering from a failure to establish a connection to a unix domain socket address target ([#​2618](https://togithub.com/grpc/grpc-node/issues/2618)) - Fix a bug that caused clients to stop trying to connect to a fixed IP address target after a working connection drops ([#​2619](https://togithub.com/grpc/grpc-node/issues/2619)) ### [`v1.9.10`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.10): @​grpc/grpc-js 1.9.10 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.9...@grpc/grpc-js@1.9.10) - Provide the correct port to the proxy when connecting to a target without an explicitly specified port ([#​2608](https://togithub.com/grpc/grpc-node/issues/2608) contributed by [@​segevfiner](https://togithub.com/segevfiner)) - Properly handle goaway events with no additional data attached ([#​2611](https://togithub.com/grpc/grpc-node/issues/2611))

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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



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

github-actions[bot] commented 2 weeks ago

This PR was marked stale due to lack of activity. It will be closed in 7 days.

github-actions[bot] commented 1 week ago

Closed as inactive. Feel free to reopen if this PR is still being worked on.

forking-renovate[bot] commented 1 week ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.9.15). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.