Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Path of Secure Software Development - AppSec EU 2017
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 OWASP Top 10 Risks - 2013
- 3 Cyber attacks
- 4 OWASP Application Security Verification Standard (ASVS)
- 5 OWASP ASVS
- 6 Verify for Security Early and Often
- 7 SOL injection example
- 8 Parameterize Queries
- 9 XSS Example
- 10 Contextual Encoding Libraries
- 11 Example of Validations
- 12 2nd Order SQL Injection Example
- 13 CS. Implement Identity and Authentication Controls
- 14 Strong cryptographic algorithms
- 15 Secure Password Storage
- 16 C5. Password Storage - How Not To Do It!
- 17 C5. Error Messages - How Not To Do It!
- 18 C5. Risks Addressed
- 19 Implement Appropriate Access Controls
- 20 Implement Logging and Intrusion Detection
- 21 Risks Addressed - All Top Ten!
- 22 Current state of software
- 23 Unmanaged 3 Party Components
- 24 Don't leak information
- 25 @OWASP Controls