Affected by GO-2022-0390
and 9 other vulnerabilities
GO-2022-0390 : Moby (Docker Engine) started with non-empty inheritable Linux process capabilities in github.com/docker/docker
GO-2024-2500 : Moby (Docker Engine) Insufficiently restricted permissions on data directory in github.com/docker/docker
GO-2024-2914 : Moby (Docker Engine) is vulnerable to Ambiguous OCI manifest parsing in github.com/docker/docker
GO-2024-3304 : Moby Race Condition vulnerability in github.com/moby/moby
GO-2024-3305 : Moby Race Condition vulnerability in github.com/moby/moby
GO-2026-4883 : Moby has an Off-by-one error in its plugin privilege validation in github.com/docker/docker
GO-2026-4887 : Moby has AuthZ plugin bypass when provided oversized request bodies in github.com/docker/docker
GO-2026-5617 : Docker: Race condition in docker cp allows bind mount redirection to host path in github.com/docker/docker
GO-2026-5668 : Docker: Race condition in docker cp allows creation of arbitrary empty files on the host via symlink swap in github.com/docker/docker
GO-2026-5746 : Docker: `PUT /containers/{id}/archive` executes container binary on the host in github.com/docker/docker
Discover Packages
github.com/moby/moby
daemon
graphdriver
btrfs
package
Version:
v1.11.2-rc1
Opens a new window with list of versions in this module.
Published: May 28, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Init returns a new BTRFS driver.
An error is returned if BTRFS is not supported.
Driver contains information about the filesystem mounted.
Cleanup unmounts the home directory.
Create the filesystem with given id.
Exists checks if the id exists in the filesystem.
Get the requested filesystem id.
GetMetadata returns empty metadata for this driver.
Put is not implemented for BTRFS as there is no cleanup required for the id.
Remove the filesystem with given id.
Status returns current driver information in a two dimensional string array.
Output contains "Build Version" and "Library Version" of the btrfs libraries used.
Version information can be used to check compatibility with your kernel.
String prints the name of the driver (btrfs).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.