code-423n4 / 2022-05-cally-findings

2 stars 0 forks source link

Upgraded Q -> M from 174 [1654475154140] #341

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Judge has assessed an item in Issue #174 as Medium risk. The relevant finding follows:

feeRate Can Be Set to 100% Permalinks https://github.com/code-423n4/2022-05-cally/blob/1849f9ee12434038aa80753266ce6a2f2b082c59/contracts/src/Cally.sol#L120

Description There is no maximum limit on how high the feeRate can be, which might result in a fee rate of 100%, meaning the protocol will collect every ether sent in.

Mitigation It is recommended to add a validation of the acceptable maximum limit for the feeRate variable.

HardlyDifficult commented 2 years ago

Dupe of https://github.com/code-423n4/2022-05-cally-findings/issues/48