Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 803 Bytes

Principle of Complete Mediation.md

File metadata and controls

18 lines (18 loc) · 803 Bytes

“Every access to every object must be checked for authority.” — Ensure that any required access control is enforced along all access paths to the object or function being protected. (See Saltzer and Schroeder's Secure Design Principles)


Slide Screenshot

0196.jpg


Slide Text

  • Complete Mediation
  • Saltzer & Schroeder 1975
  • Access Control
  • All Assets/Actors/Actions
  • Missing Modifiers, Permissive Visibility, Missing auth Flows
  • Mediation -> Every Thing/One/Call

References


Tags