Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.01 KB

Evaluate all tokens prior to inclusion in the system.md

File metadata and controls

24 lines (20 loc) · 1.01 KB

Review current and future tokens in the system for non-standard behavior.

Particularly dangerous functionality to look for includes a callback (ie. ERC777) which would enable an attacker to execute potentially arbitrary code during the transaction, fees on transfers, or inflationary/deflationary tokens.

Recommendation:

Evaluate all tokens prior to inclusion in the system


Slide Screenshot

121.jpg


Slide Text

  • ConsenSys Audit Growth DeFi Finding 5.2
  • Specification/Access Control
  • CAllbacks/Deflationary/Inflationary/Rebasing
  • Evaluate Token Behavior before Inclusion

References


Tags