Affected by GO-2022-0390
and 1 other vulnerabilities
GO-2022-0390 : Moby (Docker Engine) started with non-empty inheritable Linux process capabilities in github.com/docker/docker
GO-2024-2914 : Moby (Docker Engine) is vulnerable to Ambiguous OCI manifest parsing in github.com/docker/docker
Discover Packages
github.com/moby/moby
pkg
stringid
package
Version:
v20.10.0-rc1+incompatible
Opens a new window with list of versions in this module.
Published: Nov 17, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
README
README
¶
This package provides helper functions for dealing with string identifiers
Expand ▾
Collapse ▴
Documentation
¶
Package stringid provides helper functions for dealing with string identifiers
func GenerateRandomID() string
GenerateRandomID returns a unique id.
IsShortID determines if an arbitrary string *looks like* a short ID.
TruncateID returns a shorthand version of a string identifier for convenience.
A collision with other shorthands is very unlikely, but possible.
In case of a collision a lookup with TruncIndex.Get() will fail, and the caller
will need to use a longer prefix, or the full-length Id.
ValidateID checks whether an ID string is a valid image ID.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.