Open c4-bot-8 opened 6 months ago
in the previous implementation
In extreme cases, emitLoan() can reuse signatures, but it must satisfy the following conditions:
emitLoan()
Since the situation is quite extreme, the choice is not to modify the code, which I personally think is acceptable. However, add a comment
Only adding a comment here. Borrower should always set block.timestamp +small time delta as expiration to control when the loan can be started.
alex-ppg marked the issue as satisfactory
Lines of code
Vulnerability details
Comments
in the previous implementation
In extreme cases,
emitLoan()
can reuse signatures, but it must satisfy the following conditions:Since the situation is quite extreme, the choice is not to modify the code, which I personally think is acceptable. However, add a comment