Affected by GO-2022-0281
and 7 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-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 .
Discover Packages
github.com/containers/podman
cmd
podman
formats
package
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Apr 13, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
JSONString = "json"
IDString = "{{.ID}}"
)
NewParse creates a new tagged template with the basic functions
and parses the given format.
Parse creates a new anonymous template with the basic functions
and parses the given format.
type JSONStruct struct {
Output interface{}
}
JSONStruct for JSON output
Out method for JSON struct
type JSONStructArray struct {
Output []interface{}
}
JSONStructArray for JSON output
Out method for JSON Arrays
type StdoutTemplate struct {
Output interface{}
Template string
Fields map[string ]string
}
StdoutTemplate for Go template output
Out method for Go templates
type StdoutTemplateArray struct {
Output []interface{}
Template string
Fields map[string ]string
}
StdoutTemplateArray for Go template output
Out method for Go templates
type Writer interface {
Out() error
}
Writer interface for outputs
type YAMLStruct struct {
Output interface{}
}
YAMLStruct for YAML output
Source Files
¶
Click to show internal directories.
Click to hide internal directories.