GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder
package
Version:
v2.12.3
Opens a new window with list of versions in this module.
Published: Jun 24, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Invocation struct {
Command string `json:"command"`
Options []Option `json:"options"`
InvokedAt time.Time `json:"invoked_at"`
}
type Option struct {
Name string `json:"name"`
ValueSource string `json:"value_source"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.