Platform: Code4rena
Start Date: 09/11/2021
Pot Size: $30,000 ETH
Total HM: 6
Participants: 17
Period: 3 days
Judge: pauliax
Total Solo HM: 3
Id: 50
League: ETH
Rank: 12/17
Findings: 1
Award: $81.35
π Selected for report: 0
π Solo Findings: 0
0.0172 ETH - $81.35
JMukesh
In comments it mentioned that "slippage tolerance must be less than 100%. "
but setSlippageTolerance() allow 100% slippage
require( _slippageTolerance <= 100, "FSDNetwork::setSlippageTolerance: Incorrect Slippage Specified" );
condition should be changed to -> require( _slippageTolerance <100, "FSDNetwork::setSlippageTolerance: Incorrect Slippage Specified" );
manual review
#0 - YunChe404
2021-11-14T14:21:23Z
Comments do not pose any actual threat to the systems, so severity should be lowered to level zero.
#1 - pauliax
2021-11-17T15:03:41Z
A duplicate of #41.