Skip to content
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

fix(deps): update dependency @grpc/grpc-js to v1.10.9 [security] - autoclosed #846

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.10.7 -> 1.10.9 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.10.9: @​grpc/grpc-js 1.10.9

Compare Source

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

v1.10.8: @​grpc/grpc-js 1.10.8

Compare Source

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#​2750)

Configuration

📅 Schedule: Branch creation - "" (UTC), 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 requested a review from a team as a code owner June 11, 2024 01:53
@renovate renovate bot added dependencies Pull requests that update a dependency file deps: javascript deps: patches labels Jun 11, 2024
Copy link
Contributor Author

renovate bot commented Jun 11, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot force-pushed the renovate/npm-@grpc/grpc-js-vulnerability branch 2 times, most recently from 5081910 to f496ae4 Compare June 14, 2024 01:36
@renovate renovate bot force-pushed the renovate/npm-@grpc/grpc-js-vulnerability branch 3 times, most recently from 8a4bbbe to f1f4d17 Compare June 18, 2024 13:22
@renovate renovate bot force-pushed the renovate/npm-@grpc/grpc-js-vulnerability branch 6 times, most recently from b391ef0 to b615b53 Compare July 11, 2024 14:52
@renovate renovate bot force-pushed the renovate/npm-@grpc/grpc-js-vulnerability branch 4 times, most recently from f88ee43 to 290628f Compare July 19, 2024 06:00
@renovate renovate bot force-pushed the renovate/npm-@grpc/grpc-js-vulnerability branch from 290628f to 60c0176 Compare July 21, 2024 05:11
@renovate renovate bot force-pushed the renovate/npm-@grpc/grpc-js-vulnerability branch from 60c0176 to d22d69c Compare July 21, 2024 09:44
@renovate renovate bot changed the title fix(deps): update dependency @grpc/grpc-js to v1.10.9 [security] fix(deps): update dependency @grpc/grpc-js to v1.10.9 [security] - autoclosed Jul 21, 2024
@renovate renovate bot closed this Jul 21, 2024
@renovate renovate bot deleted the renovate/npm-@grpc/grpc-js-vulnerability branch July 21, 2024 13:09
@Shzmj Shzmj restored the renovate/npm-@grpc/grpc-js-vulnerability branch July 21, 2024 13:37
@Shzmj Shzmj reopened this Jul 21, 2024
@renovate renovate bot closed this Jul 21, 2024
@renovate renovate bot deleted the renovate/npm-@grpc/grpc-js-vulnerability branch July 21, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file deps: javascript deps: patches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants