Omniscia Mitosis Audit

Entrypoint Manual Review Findings

Entrypoint Manual Review Findings

ETN-01M: Empty Contract / TODO

Description:

This contract contains a TODO comment and is empty.

Example:

src/entrypoint/Entrypoint.sol
10/// @notice does nothing for now
11function _handle(uint32 origin, bytes32 sender, bytes calldata message) internal override {
12 /// TODO: implement me
13}

Recommendation:

We advise its code to be matured for proper evaluation as its security cannot be presently validated.

Alleviation (58e8cc66dfa900c03c47df78f5170d9960005629):

The Entrypoint contract has been removed from the codebase, thereby addressing this exhibit as it was deemed an unnecessary contract.