code-423n4 / 2022-07-fractional-findings

0 stars 0 forks source link

Call() should be used instead of transfer() on an address payable #651

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Lines of code

https://github.com/code-423n4/2022-07-fractional/blob/main/src/modules/Migration.sol#L172

Vulnerability details

Impact

Detailed description of the impact of this finding.

Proof of concept

Migration.sol

L 172

Tools Used

Recommended Mitigation Steps

Use call

stevennevins commented 2 years ago

Duplicate of #325

HardlyDifficult commented 2 years ago

Duping to #504