Completed
Have a trusted person take a look
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Defensive Coding Bootcamp
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Don't (always) build it yourself
- 3 Be skeptical about the new library on the block
- 4 Challenge the status quo
- 5 Your stack can obfuscate reality
- 6 Know what tests cover security
- 7 Don't assume popular tech is secure by default
- 8 There is more than one way to approach auth
- 9 Incorrect encoding & serializations are an issue
- 10 Don't use insufficient hashes
- 11 Code your wrote, with time, will become insecure
- 12 String comparisons are red flags
- 13 Don't assume the user will follow your use case
- 14 You can be lazy and secure
- 15 Get your head out of the code
- 16 Have a trusted person take a look
- 17 Verify that your environment has bare minimum security
- 18 What do YOU wish you had known about coding defensively?