Affected by GO-2022-0281
and 11 other vulnerabilities
GO-2022-0281: Exposure of Sensitive Information to an Unauthorized Actor and Origin Validation Error in podman in github.com/containers/podman
GO-2022-0416: Podman's default inheritable capabilities for linux container not empty in github.com/containers/podman
GO-2022-1151: Buildah (as part of Podman) vulnerable to Link Following in github.com/containers/podman
GO-2023-1927: Podman Path Traversal Vulnerability leads to arbitrary file read/write in github.com/containers/podman
GO-2023-1942: Podman Symlink Vulnerability in github.com/containers/libpod
GO-2024-3042: Podman vulnerable to memory-based denial of service in github.com/containers/podman
GO-2024-3169: Improper Input Validation in Buildah and Podman in github.com/containers/buildah
GO-2025-3777: Podman Improper Certificate Validation; machine missing TLS verification in github.com/containers/podman
GO-2025-3935: podman kube play symlink traversal vulnerability in github.com/containers/podman
GO-2025-3961: Podman Creates Temporary File with Insecure Permissions in github.com/containers/podman
GO-2026-5421: PowerShell Command Injection in Podman HyperV Machine in github.com/containers/podman
GO-2026-5568: Podman: WORKDIR symlink traversal vulnerability in github.com/containers/podman

The highest tagged major version is
v4.
package
Version:
v0.11.1
Opens a new window with list of versions in this module.
Published: Nov 8, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func CopyDetachable(dst io.Writer, src io.Reader, keys []byte) (written int64, err error)
-
func ExecCmd(name string, args ...string) (string, error)
-
func ExecCmdWithStdStreams(stdin io.Reader, stdout, stderr io.Writer, env []string, name string, ...) error
-
func RunUnderSystemdScope(pid int, slice string, unitName string) error
-
func StatusToExitCode(status int) int
-
type DetachError
CopyDetachable is similar to io.Copy but support a detach key sequence to break out.
ExecCmd executes a command with args and returns its output as a string along
with an error, if any
ExecCmdWithStdStreams execute a command with the specified standard streams.
RunUnderSystemdScope adds the specified pid to a systemd scope
func StatusToExitCode(status int) int
StatusToExitCode converts wait status code to an exit code
type DetachError struct{}
DetachError is special error which returned in case of container detach.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.