Add ability to run commands before trying to connect #78
Annotations
6 errors
Golangci-lint:
helpers/command.go#L21
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
Golangci-lint:
helpers/command.go#L23
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
Golangci-lint:
components/ConnectionSelection.go#L161
G404: Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand) (gosec)
|
Golangci-lint:
helpers/command.go#L52
`cancelled` is a misspelling of `canceled` (misspell)
|
Golangci-lint:
helpers/command.go#L45
unhandled-error: Unhandled error in call to function io.PipeWriter.Close (revive)
|
Golangci-lint
issues found
|
Loading