Affected by GO-2022-0854
and 1 other vulnerabilities
GO-2022-0854: Authorization bypass in Openshift in github.com/openshift/origin
GO-2022-0875: Denial of Service in OpenShift Origin in github.com/openshift/origin
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 18, 2015
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.