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:
v1.8.3
Opens a new window with list of versions in this module.
Published: Oct 12, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 5
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
¶
func GenerateRandomID() string
GenerateRandomID returns an unique id
Determine 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 langer prefix, or the full-length Id.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.