go.lang.security.audit.net.use-tls.use-tls
Found an HTTP server without TLS. Use 'http.ListenAndServeTLS' instead. See https://golang.org/pkg/net/http/#ListenAndServeTLS for more information.
Open
github.com/l3montree-dev/devguard/cmd/devguard-scanner/sast
/builds/open-code/badgebackend/badge-api/pkg/api/server.go
- T
Tim Bastin detected go.lang.security.audit.net.use-tls.use-tls
Add a comment
Rule Details
Found an HTTP server without TLS. Use 'http.ListenAndServeTLS' instead. See https://golang.org/pkg/net/http/#ListenAndServeTLS for more information.