stripe-archive / safesql

Static analysis tool for Golang that protects against SQL injections
MIT License
564 stars 47 forks source link

Detect connection leaks #11

Open briansorahan opened 7 years ago

briansorahan commented 7 years ago

I am researching tools that could detect leaked connections, e.g. failing to call rows.Close after a call to db.Query This tool does not do this right? Should it? Any suggestions for tools that are out there that might accept a PR if not this one? I want to avoid writing something from scratch.