stripe-archive / safesql

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

Add a 'ignore/skip package' feature to safesql. #13

Closed jasontclark closed 5 years ago

jasontclark commented 6 years ago

When using safesql, the script scans the entire working directory for packages. In some cases, selected packages should the option of being 'skipped' or 'ignored' (i.e, vendor packages), so that we aren't running the tool against code that isn't developed by the first party.