Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 718 Bytes

Function invocation arguments.md

File metadata and controls

17 lines (17 loc) · 718 Bytes

Externally accessible functions (external/public visibility) may be called with any possible arguments. Without complete and proper validation (e.g. zero address checks, bound checks, threshold checks etc.), they cannot be assumed to comply with any assumptions made about them in the code.


Slide Screenshot

0146.jpg


Slide Text

  • Function Calls Inputs -> What
  • Public/External Called w/Any Inputs
  • Assumptions on Validity
  • Inputs -> Arbitrary
  • Input Validation

References


Tags