Affected by GO-2024-3304
and 1 other vulnerabilities
GO-2024-3304: Moby Race Condition vulnerability in github.com/moby/moby
GO-2024-3305: Moby Race Condition vulnerability in github.com/moby/moby
package
Version:
v20.10.21+incompatible
Opens a new window with list of versions in this module.
Published: Oct 25, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package urlutil provides helper function to check urls kind.
It supports http urls, git urls and transport url (tcp://, …)
IsGitURL returns true if the provided str is a git repository URL.
IsTransportURL returns true if the provided str is a transport (tcp, tcp+tls, udp, unix) URL.
IsURL returns true if the provided str is an HTTP(S) URL.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.