Affected by GO-2022-0452
and 4 other vulnerabilities
GO-2022-0452: Default inheritable capabilities for linux container should be empty in github.com/opencontainers/runc
GO-2023-1627: Opencontainers runc Incorrect Authorization vulnerability in github.com/opencontainers/runc
GO-2023-1682: rootless: `/sys/fs/cgroup` is writable when cgroupns isn't unshared in runc in github.com/opencontainers/runc
GO-2023-1683: runc AppArmor bypass with symlinked /proc in github.com/opencontainers/runc
GO-2024-3110: runc can be confused to create empty files/directories on the host in github.com/opencontainers/runc
package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jul 16, 2021
License: 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
}
Capture 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.