code-423n4 / 2022-11-paraspace-findings

7 stars 4 forks source link

Upgraded Q -> M from #258 [1674661917738] #515

Closed c4-judge closed 1 year ago

c4-judge commented 1 year ago

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

[L-03] Use of deprecated functions Impact The contract uses deprecated function latestAnswer(). Such functions might suddenly stop working if no longer supported. Impact: Deprecated API stops working. Prices cannot be obtained. Protocol stops and contracts have to be redeployed.

Findings: contracts/misc/ParaSpaceOracle.sol:L128 price = uint256(source.latestAnswer());

c4-judge commented 1 year ago

dmvt marked the issue as duplicate of #5

c4-judge commented 1 year ago

dmvt marked the issue as partial-25