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