Security vulnerabilities – how to find and fix them
https://datarockets.com/blog/code/sql-injection-security-vulnerability/ This article is about security vulnerabilities that can be found in many projects. Ignoring them can have terrible consequences. Hopefully, they are easy to fix. Here I described how I found a vulnerability, showed how it could be used for data extracting from the database, and fixed it with just one line of code.
Post a comment