Affected by GO-2022-0344
and 10 other vulnerabilities
GO-2022-0344 : containerd CRI plugin: Insecure handling of image volumes in github.com/containerd/containerd
GO-2022-0360 : Ambiguous OCI manifest parsing in github.com/containerd/containerd
GO-2022-0482 : containerd CRI plugin: Host memory exhaustion through ExecSync in github.com/containerd/containerd
GO-2022-0784 : containerd-shim API Exposed to Host Network Containers in github.com/containerd/containerd
GO-2022-0803 : containerd v1.2.x can be coerced into leaking credentials during image pull in github.com/containerd/containerd
GO-2022-0921 : Archive package allows chmod of file outside of unpack target directory in github.com/containerd/containerd
GO-2022-0938 : Insufficiently restricted permissions on plugin directories in github.com/containerd/containerd
GO-2022-1147 : containerd CRI stream server vulnerable to host memory exhaustion via terminal in github.com/containerd/containerd
GO-2025-3528 : containerd has an integer overflow in User ID handling in github.com/containerd/containerd
GO-2025-4100 : containerd affected by a local privilege escalation via wide permissions on CRI directory in github.com/containerd/containerd
GO-2025-4108 : containerd CRI server: Host memory exhaustion through Attach goroutine leak in github.com/containerd/containerd
The highest tagged major version is
v2 .
Discover Packages
github.com/containerd/containerd
events
exchange
package
Version:
v1.2.13
Opens a new window with list of versions in this module.
Published: Feb 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 512
Opens a new window with list of known importers.
Documentation
Documentation
¶
Exchange broadcasts events
NewExchange returns a new event Exchange
Forward accepts an envelope to be direcly distributed on the exchange.
This is useful when an event is forwarded on behalf of another namespace or
when the event is propagated on behalf of another publisher.
Publish packages and sends an event. The caller will be considered the
initial publisher of the event. This means the timestamp will be calculated
at this point and this method may read from the calling context.
Subscribe to events on the exchange. Events are sent through the returned
channel ch. If an error is encountered, it will be sent on channel errs and
errs will be closed. To end the subscription, cancel the provided context.
Zero or more filters may be provided as strings. Only events that match
*any* of the provided filters will be sent on the channel. The filters use
the standard containerd filters package syntax.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.