Update dependencies to mitigate CVE-2023-44487#661
Merged
bestbeforetoday merged 5 commits intohyperledger:mainfrom Dec 7, 2023
Merged
Update dependencies to mitigate CVE-2023-44487#661bestbeforetoday merged 5 commits intohyperledger:mainfrom
bestbeforetoday merged 5 commits intohyperledger:mainfrom
Conversation
This vulnerability can be exploited in gRPC servers (not clients) so should not directly impact the Fabric Gateway client API. However, updates to gRPC Java dependencies enables compatibility with Netty version 4.1.101.Final, which contains mitigations to this vulnerability and supports client applications that also expose gRPC services. See: - https://github.com/grpc/grpc-java/releases/tag/v1.59.1 - grpc/grpc-java#10617 Also update dependency-check-maven to avoid use of sunset NVD data-feed. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
296d7fb to
3d5770e
Compare
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
a98927b to
41aa93a
Compare
8c1136f to
4fd6604
Compare
Avoid exhausting the ForkJoin.commonPool() in constrained environments, which can cause deadlocks. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
4fd6604 to
0976419
Compare
andrew-coleman
approved these changes
Dec 7, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This vulnerability can be exploited in gRPC servers (not clients) so should not directly impact the Fabric Gateway client API. However, updates to gRPC Java dependencies enables compatibility with Netty version 4.1.101.Final, which contains mitigations to this vulnerability and supports client applications that also expose gRPC services.
See:
Also:
Closes #659
Closes #660