Completed
Removing Conditionals
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Hardening Java's Access Control by Abolishing Implicit Privilege Elevation
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Joint Work
- 3 Java Security Model
- 4 Information Checks
- 5 Model Deviation
- 6 Example
- 7 Permission Check
- 8 Shortcut
- 9 Consequences
- 10 Shortcuts prevent
- 11 Shortcut example
- 12 System class example
- 13 Sample exploits
- 14 Moving from Implicit to Explicit
- 15 Removing Conditionals
- 16 Implementation
- 17 General Lessons
- 18 Questions