safesql: tatic analysis tool for Go that protects against SQL injections

SafeSQL is a static analysis tool for Go that protects against SQL injections. How does it work? SafeSQL uses the static analysis utilities in go/tools to search for all call sites of each of the query functions in...