code-423n4 / 2022-02-concur-findings

2 stars 0 forks source link

Variables that should be bounded #277

Closed CloudEllie closed 2 years ago

CloudEllie commented 2 years ago

Judge @GalloDaSballo has assessed the 8th item in QA Report #263 as Medium risk. The relevant finding follows:

The variable MasterChef.sol:43: uint16 depositFeeBP; // Deposit fee in basis points is never bounded, and UInt16.MaxValue is 65535

CloudEllie commented 2 years ago

Duplicate of #242