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.4.0
Opens a new window with list of versions in this module.
Published: Jan 27, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Wget reads one file from a url and writes to stdout.
Synopsis:
wget URL
Description:
Returns a non-zero code on failure.
Notes:
There are a few differences with GNU wget:
- Upon error, the return value is always 1.
- The protocol (http/https) is mandatory.
Example:
wget -O google.txt http://google.com/
Source Files
¶
Click to show internal directories.
Click to hide internal directories.