Affected by GO-2022-1100
and 2 other vulnerabilities
GO-2022-1100: Vela Insecure Defaults in github.com/go-vela/server
GO-2024-2648: Server/API for Vela Insecure Variable Substitution in github.com/go-vela/server
GO-2025-3509: Vela Server Has Insufficient Webhook Payload Data Verification in github.com/go-vela/server
package
Version:
v0.8.4
Opens a new window with list of versions in this module.
Published: Jul 1, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package native provides the ability for Vela to
integrate with the Database as a secret backend.
Usage:
import "github.com/go-vela/server/secret/native"
New returns a Secret implementation that integrates with a Native secrets engine.
nolint: golint // ignore returning unexported client
type ClientOpt func(*client) error
ClientOpt represents a configuration option to initialize the secret client.
WithDatabase sets the Vela database service in the secret client.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.