-
**Table of Contents:**
- [[L-01] Unsafe casting may overflow](#l-01-unsafe-casting-may-overflow)
- [[L-02] Add constructor initializers](#l-02-add-constructor-initializers)
- [[L-03] Deprecated safeA…
-
# Lines of code
https://github.com/code-423n4/2023-09-ondo/blob/47d34d6d4a5303af5f46e907ac2292e6a7745f6c/contracts/bridge/DestinationBridge.sol#L197-L203
https://github.com/code-423n4/2023-09-ondo/bl…
-
# Lines of code
https://github.com/code-423n4/2022-12-tigris/blob/588c84b7bb354d20cbca6034544c4faa46e6a80e/contracts/Trading.sol#L857-L868
# Vulnerability details
## Impact
The current implementat…
-
//SPDX-License-Identifier: MIT
pragma solidity ^0.6.6;
// Import Libraries Migrator/Exchange/Factory
import "github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/interfaces/IUniswapV2Migrato…
-
# Lines of code
https://github.com/code-423n4/2022-07-fractional/blob/8f2697ae727c60c93ea47276f8fa128369abfe51/src/Vault.sol#L73
# Vulnerability details
## Impact
Each vault owner can manage freel…
-
# Bounty
leap-node should use `ripemd160(length, sha3(bytecode))` for spencon[¹](#spencon) addresses
## Scope
- update `checkSpendingCondition`
## Deliverables
- updated code
- upd…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [ ] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (ca67d15 2023-08-01T22:03:1…
-
## Context
The EVM is the most popular and widespread VM for blockchains to offer smart contracting abilities as Ethereum led the ways. Many alt-L1s and rollups specifically emphasize their EVM com…
-
## [L-01] No Transfer Ownership Pattern
Recommend considering implementing a two step process where the owner or admin nominates an account and the nominated account needs to call an acceptOwnership(…
-
**Do you want to request a *feature* or report a *bug*?**
Request a feature.
**What is the current behavior?**
All addresses found in event parameters are handled as lowercase strings, contra…