
SQL injection!… Is it really a thing?
SQL injection is a code injection technique that is capable of destroying your database. It is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution. (e.g. to dump the database contents to the attacker)
Continue reading “SQL Injection and Preventing them in your Golang app”