Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge optimism-v1.9.3 into develop #10

Merged
merged 265 commits into from
Nov 28, 2024

merge optimism-v1.9.3 into develop

985994d
Select commit
Loading
Failed to load commit list.
Merged

merge optimism-v1.9.3 into develop #10

merge optimism-v1.9.3 into develop
985994d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Slither failed Nov 22, 2024 in 6s

46 new alerts including 17 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 17 high
  • 29 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 358 in packages/contracts-bedrock/src/L1/DataAvailabilityChallenge.sol

See this annotation in the file changed.

Code scanning / Slither

Uninitialized local variables Medium

Check warning on line 176 in packages/contracts-bedrock/src/L1/DelayedVetoable.sol

See this annotation in the file changed.

Code scanning / Slither

Reentrancy vulnerabilities Medium

Check warning on line 321 in packages/contracts-bedrock/src/L1/L2OutputOracle.sol

See this annotation in the file changed.

Code scanning / Slither

Contracts that lock Ether Medium

Contract locking ether found:
Contract L2OutputOracle has payable functions:
- L2OutputOracle.proposeL2Output(bytes32,uint256,bytes32,uint256)
But does not have a function to withdraw the ether

Check warning on line 225 in packages/contracts-bedrock/src/L1/OPContractsManager.sol

See this annotation in the file changed.

Code scanning / Slither

Uninitialized local variables Medium

Check warning on line 590 in packages/contracts-bedrock/src/cannon/MIPS2.sol

See this annotation in the file changed.

Code scanning / Slither

Divide before multiply Medium

Check warning on line 654 in packages/contracts-bedrock/src/cannon/PreimageOracle.sol

See this annotation in the file changed.

Code scanning / Slither

Uninitialized local variables Medium