Affected by GO-2022-1119
and 1 other vulnerabilities
GO-2022-1119: Tailscale daemon is vulnerable to information disclosure via CSRF in tailscale.com
GO-2022-1120: Tailscale Windows daemon is vulnerable to RCE via CSRF in tailscale.com
package
Version:
v1.24.0
Opens a new window with list of versions in this module.
Published: Apr 22, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package netstat returns the local machine's network connection table.
type Table struct {
Entries []Entry
}
Table contains local machine's TCP connection entries.
Currently only TCP (IPv4 and IPv6) are included.
Get returns the connection table.
It returns ErrNotImplemented if the table is not available for the
current operating system.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.