Affected by GO-2022-0500
and 7 other vulnerabilities
GO-2022-0500: CloudCore UDS Server: Malicious Message can crash CloudCore in github.com/kubeedge/kubeedge
GO-2022-0501: CloudCore CSI Driver: Malicious response from KubeEdge can crash CSI Driver controller server in github.com/kubeedge/kubeedge
GO-2022-0507: KubeEdge Edge ServiceBus module DoS in github.com/kubeedge/kubeedge
GO-2022-0508: KubeEdge Cloud AdmissionController component DoS in github.com/kubeedge/kubeedge
GO-2022-0509: KubeEdge DoS when signing the CSR from EdgeCore in github.com/kubeedge/kubeedge
GO-2022-0510: KubeEdge CloudCore Router memory exhaustion vulnerability in github.com/kubeedge/kubeedge
GO-2022-0511: KubeEdge Cloud Stream and Edge Stream DoS from large stream message in github.com/kubeedge/kubeedge
GO-2022-0512: DoS in KubeEdge's Websocket Client in package Viaduct in github.com/kubeedge/kubeedge
package
Version:
v1.7.0-beta.0
Opens a new window with list of versions in this module.
Published: May 31, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
-
func BuildRequest(method string, urlStr string, body io.Reader, token string, nodeName string) (*http.Request, error)
-
func NewHTTPClient() *http.Client
-
func NewHTTPClientWithCA(capem []byte, certificate tls.Certificate) (*http.Client, error)
-
func NewHTTPSClient(certFile, keyFile string) (*http.Client, error)
-
func SendRequest(req *http.Request, client *http.Client) (*http.Response, error)
BuildRequest Creates a HTTP request.
NewHTTPClient create new client
NewHTTPClientWithCA create client without certificate
NewHTTPSClient create https client
SendRequest sends a http request and return the resp info
Source Files
¶
Click to show internal directories.
Click to hide internal directories.