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-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/v2
pkg
errorhandling
package
Version:
v2.2.1
Opens a new window with list of versions in this module.
Published: Dec 7, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
CloseQuiet closes a file and logs any error. Should only be used within
a defer.
Contains checks if err's message contains sub's message. Contains should be
used iff either err or sub has lost type information (e.g., due to
marshaling). For typed errors, please use `errors.Contains(...)` or `Is()`
in recent version of Go.
ErrorsToString converts the slice of errors into a slice of corresponding
error messages.
JoinErrors converts the error slice into a single human-readable error.
StringsToErrors converts a slice of error messages into a slice of
corresponding errors.
SyncQuiet syncs a file and logs any error. Should only be used within
a defer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.