1
0
mirror of https://github.com/securego/gosec.git synced 2025-06-14 23:45:03 +02:00

Fix typos, Go Report link and Gofmt

This commit is contained in:
Matthieu MOREL
2021-05-07 18:04:01 +02:00
committed by GitHub
parent f4ea33d5f8
commit 4df7f1c3e9
6 changed files with 14 additions and 14 deletions

View File

@ -857,7 +857,7 @@ func main(){
}
defer rows.Close()
}`}, 1, gosec.NewConfig()}, {[]string{`
// Format string without proper quoting with transation
// Format string without proper quoting with transaction
package main
import (
"context"
@ -1027,7 +1027,7 @@ func main(){
}
defer rows.Close()
}`}, 1, gosec.NewConfig()}, {[]string{`
// DB transation check
// DB transaction check
package main
import (
"context"