Alert  Affected by GO-2026-4883 and 3 other vulnerabilities
Alert  GO-2026-4883: Moby has an Off-by-one error in its plugin privilege validation in github.com/docker/docker
Alert  GO-2026-4887: Moby has AuthZ plugin bypass when provided oversized request bodies in github.com/docker/docker
Alert  GO-2026-5617: Docker: Race condition in docker cp allows bind mount redirection to host path in github.com/docker/docker
Alert  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

stringid

package
Version: v28.5.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License: Apache-2.0 Imports: 3 Imported by: 4,827

Documentation

Overview

Package stringid provides helper functions for dealing with string identifiers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateRandomID

func GenerateRandomID() string

GenerateRandomID returns a unique, 64-character ID consisting of a-z, 0-9. It guarantees that the ID, when truncated (TruncateID) does not consist of numbers only, so that the truncated ID can be used as hostname for containers.

func TruncateID

func TruncateID(id string) string

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.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
Morty Proxy This is a proxified and sanitized view of the page, visit original site.