Affected by GO-2022-0792
and 2 other vulnerabilities
GO-2022-0792: Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0857: Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0893: Access Restriction Bypass in kubernetes in github.com/kubernetes/kubernetes
package
Version:
v0.18.0
Opens a new window with list of versions in this module.
Published: May 29, 2015
License: MIT, Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Print(v ...interface{})
func Printf(format string, v ...interface{})
type StdLogger interface {
Print(v ...interface{})
Printf(format string, v ...interface{})
}
Logger corresponds to a minimal subset of the interface satisfied by stdlib log.Logger
Source Files
¶
Click to show internal directories.
Click to hide internal directories.