1
0
mirror of https://github.com/securego/gosec.git synced 2025-07-09 00:45:40 +02:00

Add some review fixes

This commit is contained in:
Cosmin Cojocar
2018-02-07 09:23:52 +01:00
parent f1b903f060
commit 179c178924
2 changed files with 1 additions and 15 deletions

View File

@ -190,7 +190,7 @@ import (
"golang.org/x/crypto/ssh"
)
func main() {
_ := ssh.InsecureIgnoreHostKey()
_ = ssh.InsecureIgnoreHostKey()
}`, 1}}
// SampleCodeG201 - SQL injection via format string
SampleCodeG201 = []CodeSample{