code-423n4 / 2021-04-basedloans-findings

0 stars 1 forks source link

Unused comptroller verify functions #30

Closed code423n4 closed 3 years ago

code423n4 commented 3 years ago

Handle

@cmichelio

Vulnerability details

Vulnerability Details

There are several *Verify calls in the caller that lack implementation details. They are removed in the latest Compound code.

Impact

The calls cost gas but do not do anything.

Recommended Mitigation Steps

Remove them.

ghoul-sol commented 3 years ago

These functions will be left for future implementations.

cemozerr commented 3 years ago

Duplicate of https://github.com/code-423n4/2021-04-basedloans-findings/issues/18