Affected by GO-2022-0793
and 1 other vulnerabilities
GO-2022-0793: Path traversal in u-root in github.com/u-root/u-root
GO-2022-0805: github.com/u-root/u-root/pkg/tarutil Arbitrary File Write via Archive Extraction (Zip Slip) in github.com/u-root/u-root
command
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Nov 21, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Delay for the specified amount of time.
Synopsis:
sleep DURATION
Description:
If no units are given, the duration is assumed to be measured in
seconds, otherwise any format parsed by Go's `time.ParseDuration` is
accepted.
Examples:
sleep 2.5
sleep 300ms
sleep 2h45m
Bugs:
When sleep is first run, it must be compiled from source which creates a
delay significantly longer than anticipated.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.