Affected by GO-2025-3528
and 2 other vulnerabilities
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.
package
Version:
v1.7.22
Opens a new window with list of versions in this module.
Published: Sep 9, 2024
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
¶
Package fifosync provides a pattern on Unix-like operating systems for synchronizing across processes using Unix FIFOs
(named pipes).
type Trigger interface {
Name() string
Trigger() error
}
Trigger is a FIFO which is used to signal another process to proceed.
NewTrigger creates a new Trigger
Waiter is a FIFO which is used to wait for trigger provided by another process.
NewWaiter creates a new Waiter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.