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
Discover Packages
tailscale.com
derp
wsconn
package
Version:
v1.22.2
Opens a new window with list of versions in this module.
Published: Mar 18, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package wsconn contains an adapter type that turns
a websocket connection into a net.Conn.
New returns a net.Conn wrapper around c,
using c to send and receive binary messages with
chunks of bytes with no defined framing, effectively
discarding all WebSocket-level message framing.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.