Affected by GO-2025-3992
and 1 other vulnerabilities
GO-2025-3992: NVIDIA Container Toolkit for all platforms contains an Untrusted Search Path in github.com/NVIDIA/gpu-operator
GO-2025-3998: NVIDIA Container Toolkit for all platforms contains a vulnerability in the update-ldcache hook in github.com/NVIDIA/gpu-operator
package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: May 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HookSpec struct {
Command string `json:"command"`
Args []string `json:"args"`
Envs EnvsMap `json:"envs"`
Workdir string `json:"workdir"`
}
type Spec struct {
Version string `json:"version"`
Hooks HooksMap `json:"hooks"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.