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:
v1.1.7-beta.0
Opens a new window with list of versions in this module.
Published: Jan 27, 2016
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Frame contains all the information for a stack frame within a go program
NewFrame returns a new stack frame for the provided information
type Stacktrace struct {
Frames []Frame
}
Caputure captures a stacktrace for the current calling go program
skip is the number of frames to skip
Source Files
¶
Click to show internal directories.
Click to hide internal directories.