File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # v2.5.3
2- ## Chores
3- - Update dependencies to address various security vulnerabilities:
1+ # v2.5.3
2+ ## Security
3+ - Updated dependencies to address various security vulnerabilities:
44 - google.golang.org/grpc -> v1.79.3 (CVE-2026 -33186)
55 - github.com/Azure/go-ntlmssp -> v0.1.1 (CVE-2026 -32952)
66 - golang.org/x/crypto -> v0.46.0 (CVE-2025 -58181 & CVE-2025 -47914)
Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ lint: golangci-lint ## Run golangci-lint linter & yamllint
8383lint-fix : golangci-lint # # Run golangci-lint linter and perform fixes
8484 $(GOLANGCI_LINT ) run --fix
8585
86+ .PHONY : fix
87+ fix :
88+ go fix ./...
89+
8690.PHONY : helm-template
8791helm-template : # # Render Helm chart templates to stdout (includes CRDs).
8892 helm template $(HELM_RELEASE_NAME ) $(HELM_CHART_DIR ) --include-crds
Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ import (
2323 "strings"
2424 "time"
2525
26+ "context"
27+
2628 "github.com/Azure/azure-sdk-for-go/sdk/azcore"
2729 "github.com/Azure/azure-sdk-for-go/sdk/azcore/policy"
2830 "github.com/Azure/azure-sdk-for-go/sdk/azidentity"
2931 v1 "github.com/Keyfactor/keyfactor-go-client-sdk/v25/api/keyfactor/v1"
3032 "github.com/go-logr/logr"
3133 "github.com/golang-jwt/jwt/v5"
32- "golang.org/x/net/context"
3334 "golang.org/x/oauth2"
3435 "golang.org/x/oauth2/google"
3536 "google.golang.org/api/idtoken"
You can’t perform that action at this time.
0 commit comments