code-423n4 / 2022-03-lifinance-findings

6 stars 4 forks source link

QA Report #46

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Lows and Non-criticals

H3xept commented 2 years ago

Re Solidity version pragma: We internally decided to tackle the solc pragma issue after the audit resolves.

H3xept commented 2 years ago

Re Unsafe onwership transfer

Fixed in lifinance/lifi-contracts@221fe883f705635feebb2af64a028f30d05afbf8

H3xept commented 2 years ago

Re initHop length

Fixed in lifinance/lifi-contracts@77afb9a8839efbee2a9b8367fa81fecfec7ce647

H3xept commented 2 years ago

Re amount check

Fixed in lifinance/lifi-contracts@87a27cee2fbde337c4ab873971f37573d2240994

H3xept commented 2 years ago

Re heck that the array's lengths given to the initHop

Duplicate of #71

H3xept commented 2 years ago

Re 2-step ownership transfer pattern

Duplicate of #143