Completed
U - Unsafe / Unused Functions in Code Banned Ansecure Ale Unknown APIs and Interfaces Vestigial Functions (Crl+C. Ctrl+X, Ctrl+V)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Code Insecurity or Code in Security - Mano Paul
Automatically move to the next video in the Classroom when playback concludes
- 1 whoami
- 2 What is this talk about?
- 3 More than what meets the Eye
- 4 Code Insecurity (INSECURE Framework)
- 5 N - Non-repudiation non-existent
- 6 E - Errors & Exceptions Mis-/Un-handled
- 7 C-Cryptographically Weak Code
- 8 U - Unsafe / Unused Functions in Code Banned Ansecure Ale Unknown APIs and Interfaces Vestigial Functions (Crl+C. Ctrl+X, Ctrl+V)
- 9 E - Elevated in Privileges
- 10 Defense against Injection
- 11 Defense against Non-repudiation
- 12 Defense against Spoofing
- 13 Defense against Errors & Exception Mis-/Un-handling Laconic error messages
- 14 Defense against Cryptographically Weak Code
- 15 Defense against Unsafe / Unused Functions
- 16 Defenses against Reversible Code
- 17 Defenses against Elevated Privileges Check authorization before allowing privileged operations Non-admin accounts used for code execution
- 18 Conclusion