Skip to content

Commit d604587

Browse files
Merge pull request #6902 from BitGo/DX-1515_grpc_vul_fix
fix(chore): gRPC Memory Allocation Vulnerability
2 parents 3fcad89 + 3b9aee3 commit d604587

File tree

3 files changed

+140
-113
lines changed

3 files changed

+140
-113
lines changed

modules/sdk-coin-hbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@bitgo/sdk-core": "^36.8.0",
4545
"@bitgo/statics": "^57.8.0",
4646
"@hashgraph/proto": "2.12.0",
47-
"@hashgraph/sdk": "2.29.0",
47+
"@hashgraph/sdk": "2.72.0",
4848
"@stablelib/sha384": "^1.0.0",
4949
"bignumber.js": "^9.0.0",
5050
"lodash": "^4.17.15",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"**/avalanche/**/ws": "8.18.3",
9898
"**/ethers/**/ws": "7.5.10",
9999
"**/swarm-js/**/ws": "5.2.4",
100-
"serialize-javascript": "^6.0.2"
100+
"serialize-javascript": "^6.0.2",
101+
"@grpc/grpc-js": "^1.12.6"
101102
},
102103
"workspaces": [
103104
"modules/*"

0 commit comments

Comments
 (0)