superfly / flyctl

MinVersion is missing from this TLS configuration GO-S1020
Security
Major
1 occurrence in this check
MinVersion is missing from this TLS configuration: tls.Config
235		client := &http.Client{
236			Transport: &http.Transport{
237				DialContext: func(ctx context.Context, network, addr string) (net.Conn, error) {
238					return tls.Dial("tcp", fmt.Sprintf("%s.fly.dev:443", builderApp.Name), &tls.Config{})239				},
240			},
241		}