zchn
zchn
The analysis should detect vulnerabilities not discoverable by the solc compiler. The vulnerability should exist in real solidity contracts. [Optional] the solidity contract should be used by more than X...
The analysis should detect vulnerabilities not discoverable by the solc compiler. The vulnerability should exist in real solidity contracts. [Optional] the solidity contract should be used by more than X...
The goal of this file to serve as a reference and source of truth, which we verify in the `CheckSecurityConfigs` script? I ask because as of https://github.com/ethereum-optimism/optimism/pull/6555, we can now...
**Is your feature request related to a problem? Please describe.** The CheckSecurityConfigs implemented in https://github.com/ethereum-optimism/superchain-registry/pull/31/files lacks support for ResourceMetering. **Describe the solution you'd like** We should figure out what security...
_Originally posted by @mds1 in https://github.com/ethereum-optimism/superchain-registry/pull/31#discussion_r1402490539_
In https://github.com/ethereum-optimism/superchain-registry/pull/31, we automated the checking of OP Chain access control integrity. To further improve the checks, we should also check the integrity of the implementations, i.e. whether the OP...
Automatically check the domain and message hashes sent to Ledger matches the ones in the simulation
Recently, due to a bug fixed in https://github.com/base-org/contract-deployments/pull/166/files, we were getting different hashes sent to the ledger devices compared to the ones in the Tenderly simulation. It would be great...
Currently, the SignFromJson script always use Multicall3.aggregate3 to generate the transaction to be signed, example: https://dashboard.tenderly.co/k-oplabs/project/simulator/4e4efb85-acfc-4210-9a8d-55785e0b65a1 The safe web UI uses MultiSendCallOnly.multiSend to generate the transaction to be signed if...
The following warning is given from the GitHub UI ``` As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash). ``` Please update all...