Update dependencies to address security vulnerabilities#314
Merged
bestbeforetoday merged 1 commit intohyperledger:mainhyperledger/fabric-chaincode-java:mainfrom Sep 7, 2023
bestbeforetoday:dependenciesbestbeforetoday/fabric-chaincode-java:dependenciesCopy head branch name to clipboard
Merged
Update dependencies to address security vulnerabilities#314bestbeforetoday merged 1 commit intohyperledger:mainhyperledger/fabric-chaincode-java:mainfrom bestbeforetoday:dependenciesbestbeforetoday/fabric-chaincode-java:dependenciesCopy head branch name to clipboard
bestbeforetoday merged 1 commit intohyperledger:mainhyperledger/fabric-chaincode-java:mainfrom
bestbeforetoday:dependenciesbestbeforetoday/fabric-chaincode-java:dependenciesCopy head branch name to clipboard
Conversation
8674117 to
96d5cd1
Compare
68bb784 to
9d34364
Compare
37f9346 to
4d14529
Compare
auto-merge was automatically disabled
August 22, 2023 10:25
Pull request was converted to draft
- CVE-2022-25647 - CVE-2023-2976 - CVE-2020-8908 Also: - Update Gradle wrapper version to resolve Gradle bug in handling certain dependency JAR files. - Update Gradle shadowJar plugin to v7.1.2 (except for bare-bradle contract, since builder uses Gradle v5 if no wrapper is provided. - Add mergeServiceFiles() to test chaincode shadowJar Gradle tasks to resolve an issue with incorrect class versions being loaded from dependencies. - Add ServicesResourceTransformer to test chaincode maven-shade-plugin Maven plugin configuration to resolve an issue with incorrect class versions being loaded from dependencies. - Tidy-up integration test contract dependencies Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
4d14529 to
6dcc86e
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
Contributor
|
The changes look fine, but I'm having trouble mapping the PR Description to the code changes:
|
Member
Author
|
They are largely transitive dependencies, and there is still at least one additional outstanding vulnerability for which updates to the dependencies that pull in those vulnerabilities are not yet available. The newer version of OpenTelemetry made API changes so code changes had to happen where it was used. |
denyeart
approved these changes
Sep 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.
Also:
certain dependency JAR files.
since builder uses Gradle v5 if no wrapper is provided).
resolve an issue with incorrect class versions being loaded from dependencies.
Maven plugin configuration to resolve an issue with incorrect class
versions being loaded from dependencies.