Affected by GO-2026-5099
and 2 other vulnerabilities
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
package
Version:
v3.2.6
Opens a new window with list of versions in this module.
Published: Jan 22, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
func CheckError(err error)
CheckError logs a fatal message and exits with ErrorGeneric if err is not nil
func Fatal(exitcode int, args ...any)
Fatal is a wrapper for logrus.Fatal() to exit with custom code
Fatalf is a wrapper for logrus.Fatalf() to exit with custom code
func IsCredentialsConfigurationError(err error) bool
IsCredentialsConfigurationError checks if the given error is a wrapped credentials configuration error.
func NewCredentialsConfigurationError(err error) error
NewCredentialsConfigurationError wraps any error into a credentials configuration error.
FailOnErr fails the test if there is an error. It returns the first value so you can use it if you cast it:
text := FailOrErr(Foo).(string)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.