Affected by GO-2023-1942
and 3 other vulnerabilities
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.9.3
Opens a new window with list of versions in this module.
Published: Feb 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
B represents bytes
ToBytes is a pass-through function for bytes
GiB represents GiB
ToGiB converts any StorageUnit type to GiB
ToBytes converts GiB to bytes
KiB represents KiB
ToKiB converts any StorageUnit type to KiB
ToBytes converts KiB to bytes
MiB represents MiB
ToMib converts any StorageUnit type to MiB
ToBytes converts MiB to bytes
type StorageUnits interface {
ToBytes() B
}
StorageUnits is an interface for converting disk/memory storage
units amongst each other.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.