dwyl / learn-security

:closed_lock_with_key: For most technology projects Security is an "after thought", it does not have to be that way; let's be proactive!
67 stars 10 forks source link

How? (the Security & Privacy Mindset) #3

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

Security is not a magic wand you can wave in your organisation or application; it's a mindset. head-in-the-sand-decision

jackie-scholl commented 7 years ago

Probably also worth mentioning the OWASP Top Ten, a list of the top ten general classes of vulnerabilities that result in exploits in the wild. If you're developing an application, you should probably make sure that you've reviewed each element.

nelsonic commented 7 years ago

@raptortech-js yeah, we'll be covering the "OWASP Top Ten" for sure 😉 What do you think of the Cheat Sheet: https://www.owasp.org/index.php/OWASP_Top_Ten_Cheat_Sheet ?