Omniscia Echidna Finance Audit

ProxyFactory Code Style Findings

ProxyFactory Code Style Findings

PFY-01C: Improperly Attributed Code

TypeSeverityLocation
Code StyleInformationalProxyFactory.sol:L5-L23

Description:

The linked code segment is copied from Solidity-by-example which in turn uses copyrighted code from Murray Software.

Example:

contracts/rewards/ProxyFactory.sol
1// SPDX-License-Identifier: MIT
2
3pragma solidity 0.8.11;
4
5/// @title Used to clone other contracts.
6contract ProxyFactory {

Recommendation:

We advise the code to be properly attributed and the extensive comments supplied in the first link to also be integrated to better illustrate the contract's purpose.

Alleviation:

The Echidna Finance team considered this exhibit but opted not to apply a remediation for it in the current iteration of the codebase.