Hacker News new | ask | show | jobs
by milankragujevic 3529 days ago
Does anyone have a list of common vulnerabilities that you should check your app against, maybe excluding the obvious ones like SQL Injection, XSS, etc... ? Because I can't keep track of all the vulnerabilities that exist in the world :(
1 comments

https://www.owasp.org/index.php/Top10#OWASP_Top_10_for_2013

This is a good one in specific. In general, be very careful of what information you share with who. Information is dangerous, and it leaks all over.