Affected by GO-2022-0281
and 6 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
The highest tagged major version is
v5.
package
Version:
v0.6.4
Opens a new window with list of versions in this module.
Published: Jun 22, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package hook is the 0.1.0 hook configuration structure.
Version is the hook configuration version defined in this package.
type Hook struct {
Hook *string `json:"hook"`
Arguments []string `json:"arguments,omitempty"`
Stages []string `json:"stages"`
Stage []string `json:"stage"`
Cmds []string `json:"cmds,omitempty"`
Cmd []string `json:"cmd,omitempty"`
Annotations []string `json:"annotations,omitempty"`
Annotation []string `json:"annotation,omitempty"`
HasBindMounts *bool `json:"hasbindmounts,omitempty"`
}
Hook is the hook configuration structure.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.