code-423n4 / 2022-04-mimo-findings

0 stars 0 forks source link

Upgraded Q -> M from 114 [1654442763376] #166

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Judge has assessed an item in Issue #114 as Medium risk. The relevant finding follows:

PROBLEM All external functions that can be called by users should have comments

SEVERITY Non-Critical

PROOF OF CONCEPT Instances include:

SuperVaultFactory.sol SuperVaultFactory.sol:23: function clone(bytes calldata _initdata) public TOOLS USED Manual Analysis

MITIGATION Add comments to these functions

gzeoneth commented 2 years ago

Duplicate of #145