Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 727 Bytes

Incorrectly used modifiers.md

File metadata and controls

16 lines (16 loc) · 727 Bytes

Access control is typically enforced on functions using modifiers that check if specific addresses/roles are calling these functions. A system can have multiple roles with different privileges. Ensure that correct modifiers are used on functions requiring specific access control enforced by that modifier.


Slide Screenshot

0152.jpg


Slide Text

  • Modifiers Incorrect Use
  • Modifiers -> Which/Why/How/What/When/Where
  • Correct Functions & Modifiers & Parameters
  • Ensure Correct Usage

References


Tags