Platform: Code4rena
Start Date: 03/05/2022
Pot Size: $50,000 USDC
Total HM: 4
Participants: 46
Period: 5 days
Judge: gzeon
Total Solo HM: 2
Id: 117
League: ETH
Rank: 30/46
Findings: 1
Award: $114.33
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: BowTiedWardens
Also found by: 0x1337, 0x1f8b, 0x4non, 0xDjango, David_, Funen, GimelSec, IllIllI, Picodes, TerrierLover, WatchPug, bobi, cryptphi, csanuragjain, delfin454000, dirk_y, ellahi, fatherOfBlocks, hyh, ilan, jayjonah8, kebabsec, leastwood, oyc_109, robee, samruna, simon135, sorrynotsorry, throttle
114.326 USDC - $114.33
Through my audit of this project I have found 2 low priority findings that I think are worth calling out:
borrowGuardianPaused[address(cNft)] = true;
_changeAdmin
in Comptroller here should have a require statement to guard against the 0 address (require(newAdmin != address(0))
and ideally should have a propose-accept pattern to protect against assigning admin rights to the wrong address by accident#0 - bunkerfinance-dev
2022-05-18T06:41:58Z
This report was useful to us.
#1 - gzeoneth
2022-05-29T13:20:50Z
Nice catch re:borrowGuardianPaused