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 #7252

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.10.4 -> 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)

v1.10.7: @​grpc/grpc-js 1.10.7

Compare Source

  • Improve reporting of HTTP error codes (#​2723)
  • Update dependency on @grpc/proto-loader to the latest version (#​2732)

v1.10.6

Compare Source

v1.10.5: @​grpc/grpc-js 1.10.5

Compare Source

  • Resolve exception when Error.stackTraceLimit is undefined (#​2701 contributed by @​davidfiala)
  • Call configured checkServerIdentity when grpc.ssl_target_name_override is set (#​2704)
  • Add more information to DEADLINE_EXCEEDED error details strings (#​2692)

Configuration

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

🚦 Automerge: Disabled because a matching PR was automerged previously.

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 added the dependencies label Jul 9, 2024
Copy link
Contributor

github-actions bot commented Jul 9, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-mesh/fusion-runtime 0.5.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.91.3-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/grpc 0.101.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/json-schema 0.102.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/mysql 0.100.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/neo4j 0.100.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/openapi 0.102.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/raml 0.102.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.101.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/thrift 0.101.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@omnigraph/json-schema 0.102.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@omnigraph/mysql 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@omnigraph/neo4j 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@omnigraph/openapi 0.102.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@omnigraph/raml 0.102.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@omnigraph/soap 0.101.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@omnigraph/thrift 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-headers 0.3.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 0.102.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-cli 0.7.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-runtime 0.5.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-common 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http 0.3.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-mysql 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-neo4j 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-rest 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-soap 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-thrift 0.4.0-alpha-20240709121809-83204490c6874974fe0384a5b6e96393ad2b35df npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Jul 9, 2024

💻 Website Preview

The latest changes are available as preview in: https://4c4f9329.graphql-mesh.pages.dev

@renovate renovate bot force-pushed the renovate/npm-@grpc/grpc-js-vulnerability branch from 8320449 to 36c58e0 Compare July 10, 2024 20:58
@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 10, 2024
@renovate renovate bot closed this Jul 10, 2024
@renovate renovate bot deleted the renovate/npm-@grpc/grpc-js-vulnerability branch July 10, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants