Affected by GO-2025-3829
and 5 other vulnerabilities
GO-2025-3829 : Moby firewalld reload removes bridge network isolation in github.com/docker/docker
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/docker/docker
pkg
namesgenerator
package
Version:
v25.0.9+incompatible
Opens a new window with list of versions in this module.
Published: Feb 18, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 777
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package namesgenerator generates random names.
This package is officially "frozen" - no new additions will be accepted.
For a long time, this package provided a lot of joy within the project, but
at some point the conflicts of opinion became greater than the added joy.
At some future time, this may be replaced with something that sparks less
controversy, but for now it will remain as-is.
See also https://github.com/moby/moby/pull/43210#issuecomment-1029934277
GetRandomName generates a random name from the list of adjectives and surnames in this package
formatted as "adjective_surname". For example 'focused_turing'. If retry is non-zero, a random
integer between 0 and 10 will be added to the end of the name, e.g `focused_turing3`
Source Files
¶
Click to show internal directories.
Click to hide internal directories.