Skip to content

fix(deps): Update dependency @grpc/grpc-js to v1.10.9 [SECURITY] #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Jun 10, 2024

This PR contains the following updates:

Package Type Update Change
@grpc/grpc-js (source) dependencies patch 1.10.8 -> 1.10.9

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.10.9: @​grpc/grpc-js 1.10.9

Compare Source

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


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

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added automerge Add to automerge PRs once requirements are met security labels Jun 10, 2024
@kodiakhq kodiakhq bot merged commit 9aabab2 into main Jun 10, 2024
7 checks passed
@kodiakhq kodiakhq bot deleted the renovate/npm-@grpc/grpc-js-vulnerability branch June 10, 2024 22:22
kodiakhq bot pushed a commit that referenced this pull request Jun 11, 2024
🤖 I have created a release *beep* *boop*
---


## [0.1.13](v0.1.12...v0.1.13) (2024-06-11)


### Bug Fixes

* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.20 ([#180](#180)) ([e80c25f](e80c25f))
* **deps:** Update dependency @grpc/grpc-js to v1.10.9 [SECURITY] ([#178](#178)) ([9aabab2](9aabab2))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant