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.1.0-beta.0
Opens a new window with list of versions in this module.
Published: Sep 9, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 16
Opens a new window with list of known importers.
Documentation
¶
Package verflag defines utility functions to handle command line flags
related to version of Kubernetes.
View Source
const (
VersionFalse versionValue = 0
VersionTrue versionValue = 1
VersionRaw versionValue = 2
)
AddFlags registers this package's flags on arbitrary FlagSets, such that they point to the
same value as the global flags.
func PrintAndExitIfRequested()
PrintAndExitIfRequested will check if the -version flag was passed
and, if so, print the version and exit.
func Version(name string, value versionValue, usage string) *versionValue
func VersionVar(p *versionValue, name string, value versionValue, usage string)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.