Closed code423n4 closed 1 year ago
https://github.com/code-423n4/2022-12-escher/blob/5d8be6aa0e8634fdb2f328b99076b0d05fefab73/src/minters/FixedPrice.sol#L57
the function doesn't check if the input is more the supply
the function doesn't have any condition check of amount
manually
check the input for maximum or requirement for max supply
berndartmueller marked the issue as unsatisfactory: Insufficient quality
Lines of code
https://github.com/code-423n4/2022-12-escher/blob/5d8be6aa0e8634fdb2f328b99076b0d05fefab73/src/minters/FixedPrice.sol#L57
Vulnerability details
Impact
the function doesn't check if the input is more the supply
Proof of Concept
the function doesn't have any condition check of amount
Tools Used
manually
Recommended Mitigation Steps
check the input for maximum or requirement for max supply