Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 618 Bytes

File metadata and controls

17 lines (17 loc) · 618 Bytes

Ensure that the strictest visibility is used for the required functionality. An accidental external/public visibility will allow (untrusted) users to invoke functionality that is supposed to be restricted internally.


Slide Screenshot

0140.jpg


Slide Text

  • Public -> External -> Internal -> Private
  • Strictest Visibility
  • Public/External -> Anyone
  • Use <-> Abuse
  • Byzantine Threat Model

References


Tags