Affected by GO-2022-0281
and 9 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
GO-2025-3777 : Podman Improper Certificate Validation; machine missing TLS verification in github.com/containers/podman
GO-2025-3935 : podman kube play symlink traversal vulnerability in github.com/containers/podman
GO-2025-3961 : Podman Creates Temporary File with Insecure Permissions in github.com/containers/podman
The highest tagged major version is
v5 .
Discover Packages
github.com/containers/podman/v2
pkg
bindings
network
package
Version:
v2.2.0
Opens a new window with list of versions in this module.
Published: Nov 30, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Jump to ...
Documentation
Index
Constants
Variables
Functions
Connect(ctx, networkName, options)
Create(ctx, options, name)
Disconnect(ctx, networkName, options)
Inspect(ctx, nameOrID)
List(ctx, options)
Remove(ctx, nameOrID, force)
Types
Source Files
Documentation
Documentation
¶
func Connect(ctx context.Context, networkName string, ...) error
func Create(ctx context.Context, options entities.NetworkCreateOptions, name *string) (*entities.NetworkCreateReport, error)
func Disconnect(ctx context.Context, networkName string, ...) error
func Inspect(ctx context.Context, nameOrID string) ([]entities.NetworkInspectReport, error)
func List(ctx context.Context, options entities.NetworkListOptions) ([]*entities.NetworkListReport, error)
func Remove(ctx context.Context, nameOrID string, force *bool) ([]*entities.NetworkRmReport, error)
Connect adds a container to a network
Create makes a new CNI network configuration
Disconnect removes a container from a given network
Inspect returns low level information about a CNI network configuration
List returns a summary of all CNI network configurations
Remove deletes a defined CNI network configuration by name. The optional force boolean
will remove all containers associated with the network when set to true. A slice
of NetworkRemoveReports are returned.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.