GO-2024-2648 : Server/API for Vela Insecure Variable Substitution in github.com/go-vela/server
Discover Packages
github.com/go-vela/server
router
middleware
claims
package
Version:
v0.20.0-rc2
Opens a new window with list of versions in this module.
Published: Jul 10, 2023
License: Apache-2.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.
Documentation
Documentation
¶
Package claims provides the ability for inserting
token claims resources into or extracting token claims
resources from the middleware chain for the API.
Usage:
import "github.com/go-vela/server/router/middleware/claims"
Establish sets the claims in the given context.
FromContext returns the Claims associated with this context.
Retrieve gets the claims in the given context.
ToContext adds the Claims to this context if it supports
the Setter interface.
type Setter interface {
Set(string , interface{})
}
Setter defines a context that enables setting values.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.