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

feat: adapt combo on opbnb v0.5.2 alpha.1 #40

Merged
merged 3,127 commits into from
Feb 19, 2025

fix chain config

189e341
Select commit
Loading
Failed to load commit list.
Merged

feat: adapt combo on opbnb v0.5.2 alpha.1 #40

fix chain config
189e341
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Slither succeeded Feb 18, 2025 in 3s

28 new alerts including 28 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 28 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 50 in packages/contracts-bedrock/src/L1/OptimismPortal2.sol

See this annotation in the file changed.

Code scanning / Slither

Write after write Medium

Check warning on line 148 in packages/contracts-bedrock/src/Safe/LivenessGuard.sol

See this annotation in the file changed.

Code scanning / Slither

Unused return Medium

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

See this annotation in the file changed.

Code scanning / Slither

Uninitialized local variables Medium

Check warning on line 186 in packages/contracts-bedrock/src/dispute/DisputeGameFactory.sol

See this annotation in the file changed.

Code scanning / Slither

Tautology or contradiction Medium

Check warning on line 777 in packages/contracts-bedrock/src/dispute/FaultDisputeGame.sol

See this annotation in the file changed.

Code scanning / Slither

Uninitialized local variables Medium

FaultDisputeGame.getChallengerDuration(uint256).parentClock is a local variable never initialized

Check warning on line 102 in packages/contracts-bedrock/src/dispute/PermissionedDisputeGame.sol

See this annotation in the file changed.

Code scanning / Slither

Dangerous usage of `tx.origin` Medium