Affected by GO-2022-0812
and 3 other vulnerabilities
GO-2022-0812: Reject unauthorized access with GitHub PATs in github.com/go-vela/server
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.7.4
Opens a new window with list of versions in this module.
Published: Mar 9, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package github provides the ability for Vela to
integrate with GitHub or GitHub Enterprise as a source provider.
Usage:
import "github.com/go-vela/server/source/github"
New returns a Source implementation that integrates with GitHub or a
GitHub Enterprise instance.
nolint: golint // ignore returning unexported client
NewTest returns a Source implementation that integrates with the provided
mock server. Only the url from the mock server is required.
This function is intended for running tests only.
nolint: golint // ignore returning unexported client
Source Files
¶
Click to show internal directories.
Click to hide internal directories.