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:
@ -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{
|
||||
|
Reference in New Issue
Block a user