code-423n4 / 2022-04-backd-findings

6 stars 4 forks source link

Swapper3Crv.sol use the wrong address for sushiswap #166

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Lines of code

https://github.com/code-423n4/2022-04-backd/blob/c856714a50437cb33240a5964b63687c9876275b/backd/contracts/swappers/Swapper3Crv.sol#L173

Vulnerability details

Impact

This seems to be out of scope, but still worth mentioning. This line should be

address sushiSwap_ = SUSHISWAP;
gzeoneth commented 2 years ago

Out of scope.

chase-manning commented 2 years ago

https://github.com/backdfund/protocol/pull/288