Affected by GO-2022-0416
and 5 other vulnerabilities
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-1942: Podman Symlink Vulnerability in github.com/containers/libpod
GO-2023-1962: Podman Elevated Container Privileges in github.com/containers/podman
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
The highest tagged major version is
v5.
package
Version:
v4.0.1
Opens a new window with list of versions in this module.
Published: Feb 23, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package for processing environment variables.
DefaultEnvVariables returns a default environment, with $PATH and $TERM set.
Join joins the two environment maps with override overriding base.
ParseFile parses the specified path for environment variables and returns them
as a map.
ParseSlice parses the specified slice and transforms it into an environment
map.
Slice transforms the specified map of environment variables into a
slice. If a value is non-empty, the key and value are joined with '='.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.