Skip to content

Commit 7892afa

Browse files
authored
build(deps): bump hardhat and ignore two advisories (#597)
1 parent f239f82 commit 7892afa

File tree

3 files changed

+157
-158
lines changed

3 files changed

+157
-158
lines changed

audit-ci.jsonc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@
6969
// from: @arbitrum/token-bridge-contracts>@openzeppelin/contracts-upgradeable
7070
// from: @arbitrum/nitro-contracts>@openzeppelin/contracts
7171
// from: @arbitrum/token-bridge-contracts>@openzeppelin/contracts
72-
"GHSA-9vx6-7xxf-x967"
72+
"GHSA-9vx6-7xxf-x967",
73+
// https://github.com/advisories/GHSA-xq7p-g2vc-g82p
74+
// Homograph attack allows Unicode lookalike characters to bypass validation.
75+
// we don't use them in this repo, they are nested dependencies
76+
// from: @arbitrum/token-bridge-contracts>@openzeppelin/upgrades-core>ethereumjs-util>ethereum-cryptography>bs58check>bs58>base-x
77+
// from: @offchainlabs/l1-l3-teleport-contracts>@arbitrum/token-bridge-contracts>@openzeppelin/upgrades-core>ethereumjs-util>ethereum-cryptography>bs58check>bs58>base-x
78+
"GHSA-xq7p-g2vc-g82p",
79+
// https://github.com/advisories/GHSA-cxrh-j4jr-qwg3
80+
// undici Denial of Service attack via bad certificate data
81+
// we only use hardhat in a test and we don't use undici in the sdk
82+
// from: hardhat>undici
83+
"GHSA-cxrh-j4jr-qwg3"
7384
]
7485
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-mocha": "^9.0.0",
3939
"eslint-plugin-prettier": "^4.0.0",
4040
"ethers": "^5.0.0",
41-
"hardhat": "^2.22.19",
41+
"hardhat": "^2.24.0",
4242
"mocha": "^9.2.1",
4343
"nyc": "^15.1.0",
4444
"prettier": "^2.3.2",

0 commit comments

Comments
 (0)