Affected by GO-2025-3433
and 8 other vulnerabilities
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
argo
managedfields
package
Version:
v2.9.21
Opens a new window with list of versions in this module.
Published: Jul 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Normalize will compare the live and config states. If config mutates
a field that belongs to one of the trustedManagers it will remove
that field from both live and config objects and return the normalized
objects in this order. This function won't modify the live and config
parameters. If pt is nil, the normalization will use a deduced parseable
type which means that lists and maps are manipulated atomically.
It is a no-op if no trustedManagers is provided. It is also a no-op if
live or config are nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.