build(deps): bump github.com/securego/gosec/v2 from 2.8.1 to 2.9.1 (#2299)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-19 00:20:49 +02:00 committed by GitHub
parent 680f3e6c8e
commit 6edca924d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 13 deletions

View file

@ -34,5 +34,5 @@ func GosecG204SubprocWithFunc() {
return "/tmp/dummy"
}
exec.Command("ls", arg()).Run() // ERROR "G204: Subprocess launched with function call as argument or cmd arguments"
exec.Command("ls", arg()).Run() // ERROR "G204: Subprocess launched with a potential tainted input or cmd arguments"
}