Skip to content

add main comment

add main comment #2

Triggered via push February 23, 2024 01:17
Status Failure
Total duration 15s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: banner/banner.go#L13
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
lint: modules/output.go#L58
Error return value is not checked (errcheck)
lint: modules/output.go#L63
Error return value is not checked (errcheck)
lint: modules/parse.go#L222
Error return value of `decoder.DecodeElement` is not checked (errcheck)
lint: brute/ftp.go#L15
Error return value of `conn.Quit` is not checked (errcheck)
lint: brute/pop3.go#L52
Error return value of `c.Quit` is not checked (errcheck)
lint: brute/smbnt.go#L18
Error return value of `conn.SetDeadline` is not checked (errcheck)
lint: brute/smbnt.go#L31
Error return value of `s.Logoff` is not checked (errcheck)
lint: brute/smtp.go#L24
Error return value of `smtpClient.Quit` is not checked (errcheck)
lint: brute/smtp.go#L42
Error return value of `smtpClient.Quit` is not checked (errcheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.