SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 1 forks source link

Make SQL statements Injection-Attack Proof #291

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

In the sqlstatements package, make the statements injection-attack proof.

Example of how to do this: https://stackoverflow.com/questions/26345318/how-can-i-prevent-sql-injection-attacks-in-go-while-using-database-sql

ramirez915 commented 5 years ago

Completed