Affected by GO-2022-0447
and 2 other vulnerabilities
GO-2022-0447: Improper path handling in kustomization files allows path traversal in github.com/fluxcd/flux2
GO-2022-0448: Improper path handling in Kustomization files allows for denial of service in github.com/fluxcd/flux2
GO-2022-0960: Flux CLI Workload Injection in github.com/fluxcd/flux2
![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v0.27.3
Opens a new window with list of versions in this module.
Published: Mar 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
type CommitOptions
-
type GoGit
-
func (g *GoGit) Clone(ctx context.Context, url, branch string, caBundle []byte) (bool, error)
-
func (g *GoGit) Commit(message git.Commit, opts ...git.Option) (string, error)
-
func (g *GoGit) Head() (string, error)
-
func (g *GoGit) Init(url, branch string) (bool, error)
-
func (g *GoGit) Path() string
-
func (g *GoGit) Push(ctx context.Context, caBundle []byte) error
-
func (g *GoGit) Status() (bool, error)
-
func (g *GoGit) Write(path string, reader io.Reader) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.