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.1.0
Opens a new window with list of versions in this module.
Published: Nov 19, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Time process execution.
Synopsis:
time CMD [ARG]...
Description:
After executing CMD, its real, user and system times are printed to
stderr in the POSIX format.
Example:
$ time sleep 1.23s
real 1.230
user 0.001
sys 0.000
Note:
This is different from bash's time command which is built into the shell
and can time the entire pipeline.
Bugs:
Time is not reported when exiting due to a signal.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.