The Exchange.sol constructor has a natspec comment which is missing the _exchangeFactoryAddress function parameter. Issues with comments are low risk based on Code4rena risk categories.
Proof of Concept
Exchange.sol line 62 is missing a comment indicating the _exchangeFactoryAddress input parameter is required.
Recommended Mitigation Steps
Make sure natspec comments include all parameters and add one for the _exchangeFactoryAddress parameter.
Handle
sirhashalot
Vulnerability details
Impact
The Exchange.sol constructor has a natspec comment which is missing the _exchangeFactoryAddress function parameter. Issues with comments are low risk based on Code4rena risk categories.
Proof of Concept
Exchange.sol line 62 is missing a comment indicating the _exchangeFactoryAddress input parameter is required.
Recommended Mitigation Steps
Make sure natspec comments include all parameters and add one for the _exchangeFactoryAddress parameter.