File tree 5 files changed +6
-16
lines changed
src/test/java/org/hyperledger/fabric/client/identity
5 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 16
16
<packageUrl regex =" true" >^pkg:maven/org\.hyperledger\.fabric/fabric\-protos@.*$</packageUrl >
17
17
<cve >CVE-2022-36023</cve >
18
18
</suppress >
19
- <suppress >
20
- <notes ><![CDATA[
21
- file name: guava-31.1-android.jar
22
- The offending com.google.common.io.Files.createTempDir() method is deprecated and not used.
23
- NIST classify this CVE with a CVSS 3.x score of 3.3 (Low).
24
- ]]> </notes >
25
- <packageUrl regex =" true" >^pkg:maven/com\.google\.guava/guava@.*$</packageUrl >
26
- <vulnerabilityName >CVE-2020-8908</vulnerabilityName >
27
- </suppress >
28
19
</suppressions >
Original file line number Diff line number Diff line change 38
38
<properties >
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<javaVersion >8</javaVersion >
41
- <grpcVersion >1.58 .0</grpcVersion >
41
+ <grpcVersion >1.59 .0</grpcVersion >
42
42
<bouncyCastleVersion >1.76</bouncyCastleVersion >
43
43
<skipUnitTests >${skipTests}</skipUnitTests >
44
44
</properties >
380
380
<plugin >
381
381
<groupId >org.owasp</groupId >
382
382
<artifactId >dependency-check-maven</artifactId >
383
- <version >8.4.0 </version >
383
+ <version >8.4.2 </version >
384
384
<configuration >
385
385
<skipProvidedScope >true</skipProvidedScope >
386
386
<skipTestScope >true</skipTestScope >
Original file line number Diff line number Diff line change 32
32
import java .security .Provider ;
33
33
import java .security .cert .CertificateException ;
34
34
import java .security .cert .X509Certificate ;
35
- import java .security .spec .AlgorithmParameterSpec ;
36
35
import java .security .spec .ECGenParameterSpec ;
37
36
import java .util .Date ;
38
37
import java .util .Locale ;
Original file line number Diff line number Diff line change 50
50
"@types/node" : " ^18.18.6" ,
51
51
"@typescript-eslint/eslint-plugin" : " ^6.8.0" ,
52
52
"@typescript-eslint/parser" : " ^6.8.0" ,
53
- "eslint" : " ^8.51 .0" ,
54
- "eslint-plugin-jest" : " ^27.4.2 " ,
53
+ "eslint" : " ^8.52 .0" ,
54
+ "eslint-plugin-jest" : " ^27.4.3 " ,
55
55
"eslint-plugin-tsdoc" : " ^0.2.17" ,
56
56
"jest" : " ^29.7.0" ,
57
57
"npm-run-all" : " ^4.1.5" ,
Original file line number Diff line number Diff line change 23
23
"@hyperledger/fabric-protos" : " ^0.2.0"
24
24
},
25
25
"devDependencies" : {
26
- "@cucumber/cucumber" : " ^9.5 .1" ,
26
+ "@cucumber/cucumber" : " ^10.0 .1" ,
27
27
"@tsconfig/node18" : " ^18.2.2" ,
28
28
"@types/node" : " ^18.18.6" ,
29
29
"@typescript-eslint/eslint-plugin" : " ^6.8.0" ,
30
30
"@typescript-eslint/parser" : " ^6.8.0" ,
31
31
"cucumber-console-formatter" : " ^1.0.0" ,
32
- "eslint" : " ^8.51 .0" ,
32
+ "eslint" : " ^8.52 .0" ,
33
33
"expect" : " ^29.7.0" ,
34
34
"npm-run-all" : " ^4.1.5" ,
35
35
"typescript" : " ~5.2.2"
You can’t perform that action at this time.
0 commit comments