GO-2025-3509: Vela Server Has Insufficient Webhook Payload Data Verification in github.com/go-vela/server
package
Version:
v0.25.0
Opens a new window with list of versions in this module.
Published: Oct 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package hook provides the ability for inserting
Vela hook resources into or extracting Vela hook
resources from the middleware chain for the API.
Usage:
import "github.com/go-vela/server/router/middleware/hook"
Establish sets the hook in the given context.
FromContext returns the hook associated with this context.
Retrieve gets the hook in the given context.
ToContext adds the hook 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.