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.9
Opens a new window with list of versions in this module.
Published: May 17, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Examples
List examples in our CLI with coder templates init
.
Submit an issue if you encounter any issues!
Getting Started
Clone this repository to create a project from any example listed here:
git clone https://github.com/coder/coder
cd examples/aws-macos
coder templates create
Documentation
¶
Archive returns a tar by example ID.
type Example struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Markdown string `json:"markdown"`
}
List returns all embedded examples.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.