|
2 | 2 | "$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", |
3 | 3 | "low": true, |
4 | 4 | "allowlist": [ |
5 | | - // OpenZeppelin |
6 | | - //////////// |
7 | | - // https://github.com/advisories/GHSA-4g63-c64m-25w9 |
8 | | - // OpenZeppelin Contracts's SignatureChecker may revert on invalid EIP-1271 signers |
9 | | - // We dont use EIP-1271 |
10 | | - "GHSA-4g63-c64m-25w9", |
11 | | - // https://github.com/advisories/GHSA-qh9x-gcfh-pcrw |
12 | | - // OpenZeppelin Contracts's ERC165Checker may revert instead of returning false |
13 | | - // We don't use ERC165Checker |
14 | | - "GHSA-qh9x-gcfh-pcrw", |
15 | | - // https://github.com/advisories/GHSA-7grf-83vw-6f5x |
16 | | - // OpenZeppelin Contracts ERC165Checker unbounded gas consumption |
17 | | - // We don't use ERC165Checker |
18 | | - "GHSA-7grf-83vw-6f5x", |
19 | | - // https://github.com/advisories/GHSA-xrc4-737v-9q75 |
20 | | - // OpenZeppelin Contracts's GovernorVotesQuorumFraction updates to quorum may affect past defeated proposals |
21 | | - // We don't use GovernorVotesQuorumFraction |
22 | | - "GHSA-xrc4-737v-9q75", |
23 | | - // https://github.com/advisories/GHSA-4h98-2769-gh6h |
24 | | - // OpenZeppelin Contracts vulnerable to ECDSA signature malleability |
25 | | - // We don’t use signatures for replay protection anywhere |
26 | | - "GHSA-4h98-2769-gh6h", |
27 | | - // https://github.com/advisories/GHSA-mx2q-35m2-x2rh |
28 | | - // OpenZeppelin Contracts TransparentUpgradeableProxy clashing selector calls may not be delegated |
29 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts-upgradeable |
30 | | - // from: arb-bridge-peripherals>@openzeppelin/contracts-upgradeable |
31 | | - // from: arb-bridge-peripherals>arb-bridge-eth>@openzeppelin/contracts-upgradeable |
32 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts |
33 | | - // from: arb-bridge-peripherals>@openzeppelin/contracts |
34 | | - // from: arb-bridge-peripherals>arb-bridge-eth>@openzeppelin/contracts |
35 | | - // Clashing selector between proxy and implementation can only be caused deliberately |
36 | | - "GHSA-mx2q-35m2-x2rh", |
37 | | - // https://github.com/advisories/GHSA-93hq-5wgc-jc82 |
38 | | - // GovernorCompatibilityBravo may trim proposal calldata |
39 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts-upgradeable |
40 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts |
41 | | - // We don't use GovernorCompatibilityBravo |
42 | | - "GHSA-93hq-5wgc-jc82", |
43 | | - // https://github.com/advisories/GHSA-5h3x-9wvq-w4m2 |
44 | | - // OpenZeppelin Contracts's governor proposal creation may be blocked by frontrunning |
45 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts-upgradeable |
46 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts |
47 | | - // We don't use Governor or GovernorCompatibilityBravo |
48 | | - "GHSA-5h3x-9wvq-w4m2", |
49 | | - // https://github.com/advisories/GHSA-g4vp-m682-qqmp |
50 | | - // OpenZeppelin Contracts vulnerable to Improper Escaping of Output |
51 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts-upgradeable |
52 | | - // from @arbitrum/nitro-contracts>@openzeppelin/contracts |
53 | | - // We don't use ERC2771Context |
54 | | - "GHSA-g4vp-m682-qqmp", |
55 | | - // https://github.com/advisories/GHSA-wprv-93r4-jj2p |
56 | | - // OpenZeppelin Contracts using MerkleProof multiproofs may allow proving arbitrary leaves for specific trees |
57 | | - // we don't use oz/merkle-trees anywhere |
58 | | - // from @arbitrum/nitro-contracts>@offchainlabs/upgrade-executor>@openzeppelin/contracts-upgradeable |
59 | | - // from @arbitrum/nitro-contracts>@offchainlabs/upgrade-executor>@openzeppelin/contracts |
60 | | - "GHSA-wprv-93r4-jj2p", |
61 | | - // https://github.com/advisories/GHSA-9vx6-7xxf-x967 |
62 | | - // OpenZeppelin Contracts base64 encoding may read from potentially dirty memory |
63 | | - // we don't use the base64 functions |
64 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts-upgradeable |
65 | | - // from: @arbitrum/token-bridge-contracts>@openzeppelin/contracts-upgradeable |
66 | | - // from: @arbitrum/nitro-contracts>@openzeppelin/contracts |
67 | | - // from: @arbitrum/token-bridge-contracts>@openzeppelin/contracts |
68 | | - "GHSA-9vx6-7xxf-x967", |
69 | 5 | // https://github.com/advisories/GHSA-584q-6j8j-r5pm |
70 | 6 | // secp256k1-node allows private key extraction over ECDH |
71 | 7 | // We're using eliptic 5.0.7 which doesn't contain the issue |
|
0 commit comments