Commit 1148b9d
authored
Update dependencies to address security vulnerabilities (#314)
- 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-gradle 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 <[email protected]>1 parent 3b5b2cb commit 1148b9d
File tree
43 files changed
+650
-474
lines changed- examples
- fabric-contract-example-as-service
- fabric-contract-example-gradle-kotlin
- gradle/wrapper
- fabric-contract-example-gradle
- ledger-api
- fabric-chaincode-integration-test
- src
- contracts
- bare-gradle
- src/main/java/org/hyperledger/fabric/example
- bare-maven
- src/main/java/org/hyperledger/fabric/example
- fabric-ledger-api
- gradle/wrapper
- src/main/java/org/hyperledger/fabric/example
- fabric-shim-api
- gradle/wrapper
- src/main/java/org/hyperledger/fabric/example
- wrapper-maven
- src/main/java/org/hyperledger/fabric/example
- test/java/org/hyperleder/fabric/shim/integration/util
- fabric-chaincode-shim
- src
- main/java/org/hyperledger/fabric
- contract
- annotation
- routing
- ledger/impl
- shim
- ext/sbe/impl
- traces/impl
- test/java/org/hyperledger/fabric/traces/impl
- gradle/wrapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+650
-474
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
Binary file not shown.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
0 commit comments