code-423n4 / 2023-01-opensea-findings

0 stars 0 forks source link

QA Report #104

Closed code423n4 closed 1 year ago

code423n4 commented 1 year ago

See the markdown file with the details of this report here.

HickupHH3 commented 1 year ago
  1. Signature Validation - Invalid. Proper checks are being performed. Similar to #109
  2. Lack of Input Validation in _deriveOrderHash function - Disagree.
  3. Integer Overflow/Underflow in _locateCurrentAmount() function - Invalid, dup #117.
  4. Lack of Input Validation in _staticcall function - Invalid, generic issue without insufficient justification.
  5. Old solidity version - Invalid. Core contracts are compiled with 0.8.17.
c4-judge commented 1 year ago

HickupHH3 marked the issue as grade-c

HickupHH3 commented 1 year ago

Possibly generated by chatGPT as it has the same feel to other issues submitted that were suspected of using it.