File tree Expand file tree Collapse file tree 3 files changed +157
-158
lines changed
Expand file tree Collapse file tree 3 files changed +157
-158
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments