code-423n4 / 2022-05-opensea-seaport-findings

1 stars 0 forks source link

QA Report #104

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Seaport QA report (Low/Non-critical)

Summary: The code base is well structured and well documented. Although assembly is heavily utilized to optimize the gas spending, it also contains the reference files to compare and test on. One concern going forward is to modify and update the code. One should have a deep understanding to be able to safely change things. After apply any change, it should be thoroughly reviewed and tested.

Low

lack of owner address check in the createConduit

Non-critical

misleading comment in GettersAndDerivers.sol

misleading comment in FulfillmentApplier.sol

misleading comment in ReferenceFulfillmentApplier.sol

missing Natspec in function _callIsValideOrder

typo in Assertions.sol

GalloDaSballo commented 2 years ago

lack of owner address check in the createConduit

Valid Low per #56

Typo /Comments

1 NC