stripe-archive / safesql

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

safesql command running issue #20

Open enochii opened 3 years ago

enochii commented 3 years ago

Hi, I ran into trouble when running the shipped test case. The command and output are listed below:

PS PATH\TO\safe-sql-testdata> safesql.exe
Usage: D:\lang\go_work\bin\safesql.exe [-q] [-v] package1 [package2 ...]
  -q    Only print on failure
  -v    Verbose mode
# the command got stuck here
PS PATH\TO\safe-sql-testdata> safesql.exe -v .\ignored_back_to_back\

When I ran safesql.exe -v .\ignored_back_to_back\, the shell got stuck without output. Is safesql trying to download something? Or maybe I miss something?