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

🚨 [security] Update @restorecommerce/rc-grpc-clients 5.1.30 → 5.1.35 (patch) #35

Closed

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Aug 27, 2024


🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​restorecommerce/rc-grpc-clients (5.1.30 → 5.1.35) · Repo · Changelog

Release Notes

5.1.35 (from changelog)

Note: Version bump only for package @restorecommerce/rc-grpc-clients

5.1.34 (from changelog)

Note: Version bump only for package @restorecommerce/rc-grpc-clients

5.1.33 (from changelog)

Note: Version bump only for package @restorecommerce/rc-grpc-clients

5.1.32 (from changelog)

Note: Version bump only for package @restorecommerce/rc-grpc-clients

Does any of this look wrong? Please let us know.

✳️ @​restorecommerce/grpc-client (2.2.2 → 2.2.4) · Repo · Changelog

Release Notes

2.2.4 (from changelog)

Note: Version bump only for package @restorecommerce/grpc-client

Does any of this look wrong? Please let us know.

✳️ @​restorecommerce/logger (1.2.11 → 1.3.1) · Repo · Changelog

Release Notes

1.3.1 (from changelog)

Bug Fixes

  • logger: Defaulting of stringifyMeta option (28b92f3)

Does any of this look wrong? Please let us know.

↗️ @​grpc/grpc-js (indirect, 1.10.8 → 1.11.1) · Repo

Security Advisories 🚨

🚨 @grpc/grpc-js can allocate memory for incoming messages well above configured limits

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

1.11.1

  • Fixed an issue where building from source would sometimes fail (#304)
  • Added NodeJS 10 pre-built binaries (#302)
  • Added Electron 2 pre-built binaries (#291)
  • Added TypeScript type definitions for APIs added in v1.11.x (#306)

1.11.0

@grpc/proto-loader v0.1.0

This is a new library for loading .proto files for use with gRPC using the latest version of Protobuf.js. The output of this package is intended to be loaded using the new loadPackageDefinition function in the grpc library.

@grpc/grpc-js v0.1.0

This is the first alpha release of the new pure JavaScript implementation of gRPC. It implements the same API as the existing grpc library. Currently only the client is implemented, with the following functionality:

  • loadPackageDefinition
  • Unary and streaming calls
  • Cancellation
  • Deadlines
  • Metadata
  • Basic automatic reconnection logic
  • Channel and call credentials

grpc v1.11.0

Node changes:

  • Add client interceptors API (#59 contributed by @drobertduke)
  • Add loadPackageDefintion function (#196)
  • Publish ARM64 binaries (#200)
  • Improve function type test in a client method (#204 contributed by @arcana261)
  • Add details to UNIMPLEMENTED response status (#207 contributed by @theogravity)
  • Add error handling for missing files when calling grpc.load (#228 contributed by @cblair)
  • Fix error message in grpc.loadObject when failing to detect Protobuf.js version (#253 contributed by @kellycampbell)
  • Remove -zdefs flag from binding.gyp to enable building on FreeBSD (#266)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 17 commits:

↗️ protobufjs (indirect, 7.3.0 → 7.4.0) · Repo · Changelog

Release Notes

7.4.0 (from changelog)

Features

  • Add prepublishOnly script (0e4da8b)

Bug Fixes

7.3.3 (from changelog)

Bug Fixes

  • handle nullability for optional fields (59569c1)

7.3.2 (from changelog)

Bug Fixes

  • docs: Update readme to correct command for creating types (#1939) (0f9d477)

7.3.1 (from changelog)

Bug Fixes

  • types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)

Does any of this look wrong? Please let us know.

🆕 uuid (added, 10.0.0)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10585915345

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.043%

Totals Coverage Status
Change from base Build 9714826143: 0.0%
Covered Lines: 540
Relevant Lines: 598

💛 - Coveralls

Copy link
Author

depfu bot commented Nov 7, 2024

Closing because this update has already been applied

@depfu depfu bot closed this Nov 7, 2024
@depfu depfu bot deleted the depfu/update/npm/@restorecommerce/rc-grpc-clients-5.1.35 branch November 7, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant