Skip to content

Commit

Permalink
Report for issue #425 updated by T1MOH
Browse files Browse the repository at this point in the history
  • Loading branch information
code423n4 committed Aug 30, 2023
1 parent e51660d commit 0b31a2c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/T1MOH-Q.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ There is functionality to send native value in `emergencyWithdraw()`. But contra
...
}
```

The same with UniV3LiquidityAmo.sol
https://github.com/code-423n4/2023-08-dopex/blob/eb4d4a201b3a75dd4bddc74a34e9c42c71d0d12f/contracts/amo/UniV3LiquidityAmo.sol#L344

### Recommended Mitigation Steps
Remove functionality of native asset transfer
Remove functionality of native asset transfer or add payable function

0 comments on commit 0b31a2c

Please sign in to comment.