GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder

The highest tagged major version is
v2.
package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Apr 28, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 27
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Conn wraps a peer connection with helper functions to
communicate with the agent.
SSH dials the built-in SSH server.
SSHClient calls SSH to create a client that uses a weak cipher
for high throughput.
type Metadata struct {
OwnerEmail string `json:"owner_email"`
OwnerUsername string `json:"owner_username"`
EnvironmentVariables map[string]string `json:"environment_variables"`
StartupScript string `json:"startup_script"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.