go.lang.security.audit.net.use-tls.use-tls found in pkg/api/server.go
Vulnerability Description
Found an HTTP server without TLS. Use 'http.ListenAndServeTLS' instead. See https://golang.org/pkg/net/http/#ListenAndServeTLS for more information.
Code Snippet
if err := http.ListenAndServe(fmt.Sprintf(":%s", port), serverHandler); err != nil {
Found at: pkg/api/server.go Line: 60
More details can be found in DevGuard
Interact with this vulnerability
You can use the following slash commands to interact with this vulnerability:
👍 Reply with this to acknowledge and accept the identified risk.
/accept I accept the risk of this vulnerability, because ...
⚠️ Mark the risk as false positive: Use this command if you believe the reported vulnerability is not actually a valid issue.
/false-positive The vulnerability is not exploitable in this context.
🔁 Reopen the risk: Use this command to reopen a previously closed or accepted vulnerability.
/reopen ...