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 .
Discover Packages
github.com/containers/podman/v3
pkg
parallel
package
Version:
v3.4.7
Opens a new window with list of versions in this module.
Published: Apr 20, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
Documentation
¶
Enqueue adds a single function to the parallel jobs queue. This function will
be run when an unused thread is available.
Returns a receive-only error channel that will return the error (if any) from
the provided function fn when fn has finished executing. The channel will be
closed after this.
func GetMaxThreads() uint
GetMaxThreads returns the current number of threads that will be used for
parallel jobs.
SetMaxThreads sets the number of threads that will be used for parallel jobs.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.