-
Notifications
You must be signed in to change notification settings - Fork 0
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
ca #22
base: main
Are you sure you want to change the base?
Conversation
/// @notice Initialize the contract. | ||
/// @param _foreignOmniBridge The contract address of the foreign omni bridge on the source chain. | ||
/// @param _wethOmniBridge The contract address of the weth omni bridge on the source chain. | ||
constructor(IOmniBridge _foreignOmniBridge, IOmniBridge _wethOmniBridge) { |
Check notice
Code scanning / Olympix Integrated Security
Parameters passed to a constructor that are not validated for correct values may lead to contract creation in an undesired state. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/no-parameter-validation-in-constructor Low
🤖 GitHub Action: Security Alerts Review 🔍🚨 Unresolved Security Alerts Found! 🚨 🔴 View Alert - File: 🟢 Dismissed Security Alerts with Comments 🟢 View Alert - File: 🟢 View Alert - File: 🟢 View Alert - File: |
Which Jira task belongs to this PR?
Why did I implement it this way?
Checklist before requesting a review
Checklist for reviewer (DO NOT DEPLOY and contracts BEFORE CHECKING THIS!!!)