Affected by GO-2024-2877
and 13 other vulnerabilities
GO-2024-2877 : ArgoCD Vulnerable to Use of Risky or Missing Cryptographic Algorithms in Redis Cache in github.com/argoproj/argo-cd
GO-2024-2898 : Argo-cd authenticated users can enumerate clusters by name in github.com/argoproj/argo-cd
GO-2024-2902 : Unauthenticated Access to sensitive settings in Argo CD in github.com/argoproj/argo-cd
GO-2024-3002 : Argo CD Unauthenticated Denial of Service (DoS) Vulnerability via /api/webhook Endpoint in github.com/argoproj/argo-cd
GO-2024-3006 : The Argo CD web terminal session does not handle the revocation of user permissions properly in github.com/argoproj/argo-cd
GO-2025-3433 : Argo CD does not scrub secret values from patch errors in github.com/argoproj/argo-cd
GO-2025-3720 : Argo CD allows cross-site scripting on repositories page in github.com/argoproj/argo-cd
GO-2025-3993 : Unauthenticated argocd-server panic via a malicious Bitbucket-Server webhook payload in github.com/argoproj/argo-cd
GO-2025-3994 : Repository Credentials Race Condition Crashes Argo CD Server in github.com/argoproj/argo-cd
GO-2025-3995 : Argo CD Unauthenticated Remote DoS via malformed Azure DevOps git.push webhook in github.com/argoproj/argo-cd
GO-2025-3996 : argo-cd vulnerable unauthenticated DoS via malformed Gogs webhook payload in github.com/argoproj/argo-cd
GO-2026-5099 : ArgoCD ServerSideDiff is vulnerable to Kubernetes Secret Extraction in github.com/argoproj/argo-cd
GO-2026-5418 : Argo CD: Stored XSS in application link annotations enables developer-to-admin privilege escalation in github.com/argoproj/argo-cd
GO-2026-5618 : Argo CD: Kubernetes Secret Extraction via ArgoCD ServerSideDiff via sensitive annotations in github.com/argoproj/argo-cd
The highest tagged major version is
v3 .
Discover Packages
github.com/argoproj/argo-cd/v2
util
git
mocks
package
Version:
v2.11.0
Opens a new window with list of versions in this module.
Published: May 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Client
func (_m *Client) ChangedFiles(revision string, targetRevision string) ([]string, error)
func (_m *Client) Checkout(revision string, submoduleEnabled bool) error
func (_m *Client) CommitSHA() (string, error)
func (_m *Client) Fetch(revision string) error
func (_m *Client) Init() error
func (_m *Client) IsAnnotatedTag(_a0 string) bool
func (_m *Client) LsFiles(path string, enableNewGitFileGlobbing bool) ([]string, error)
func (_m *Client) LsLargeFiles() ([]string, error)
func (_m *Client) LsRefs() (*git.Refs, error)
func (_m *Client) LsRemote(revision string) (string, error)
func (_m *Client) RevisionMetadata(revision string) (*git.RevisionMetadata, error)
func (_m *Client) Root() string
func (_m *Client) Submodule() error
func (_m *Client) VerifyCommitSignature(_a0 string) (string, error)
Client is an autogenerated mock type for the Client type
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
The first argument is typically a *testing.T value.
ChangedFiles provides a mock function with given fields: revision, targetRevision
Checkout provides a mock function with given fields: revision, submoduleEnabled
CommitSHA provides a mock function with given fields:
Fetch provides a mock function with given fields: revision
Init provides a mock function with given fields:
IsAnnotatedTag provides a mock function with given fields: _a0
LsFiles provides a mock function with given fields: path, enableNewGitFileGlobbing
LsLargeFiles provides a mock function with given fields:
LsRefs provides a mock function with given fields:
LsRemote provides a mock function with given fields: revision
RevisionMetadata provides a mock function with given fields: revision
Root provides a mock function with given fields:
Submodule provides a mock function with given fields:
VerifyCommitSignature provides a mock function with given fields: _a0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.