UpliftOnlyExample.sol
comments state:
But due to a looser "if" compare it allows to add one more.
In addLiquidityProportional
function the first "if" verifies if the user already exceeds 100, but due to using ">" instead of ">=" it allows one more.
When the user will try to create a deposit when his mapping value length is already at 100, the "if" will pass.
Allows more deposits than intended and increasing max gas usage limits further in case max deposits exist and all are being removed. Otherwise nothing critical - low.
Manual review
Use >= instead of >
Only 1 more NFT won’t have any impact. Informational.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.