Closed code423n4 closed 1 year ago
contested, appears to be a duplicate
Used in the for-loop. Feels like warden simply ran the code against SWC issues and flagged without further investigation.
// Retrieve the order status using the derived order hash.
orderStatus = _orderStatus[orderHash];
// Update the order status as not valid and cancelled.
orderStatus.isValidated = false;
orderStatus.isCancelled = true;
HickupHH3 marked the issue as unsatisfactory: Insufficient proof
Lines of code
https://github.com/ProjectOpenSea/seaport/blob/5de7302bc773d9821ba4759e47fc981680911ea0/contracts/lib/OrderValidator.sol#L656
Vulnerability details
Impact
Proof of Concept
Exploit Vulnerability
Tools Used
{github}
Recommended Mitigation Steps