Skip to content

Commit b2762a3

Browse files
authored
[NPM] [Vulnerability] Resolve GHSA-2464-8j7c-4cjm in github.com/go-viper/mapstructure/v2 Library. (#4090)
* patched cve GHSA-2464-8j7c-4cjm * update aks clsuters to 1.33 since 1.30 is eol * update to v1.32 instead * updated lts to true and revert k8s back to 1.30 * set k8s to 1.32 and lts to false * Revert "set k8s to 1.32 and lts to false" This reverts commit f607636.
1 parent f62f910 commit b2762a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ require (
170170
github.com/go-openapi/spec v0.20.11 // indirect
171171
github.com/go-openapi/strfmt v0.21.9 // indirect
172172
github.com/go-openapi/validate v0.22.3 // indirect
173-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
173+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
174174
github.com/godbus/dbus/v5 v5.1.0 // indirect
175175
github.com/google/cadvisor v0.49.2 // indirect
176176
github.com/google/cel-go v0.17.8 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ github.com/go-quicktest/qt v1.101.0/go.mod h1:14Bz/f7NwaXPtdYEgzsx46kqSxVwTbzVZs
209209
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
210210
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
211211
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
212-
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
213-
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
212+
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
213+
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
214214
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
215215
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
216216
github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=

hack/aks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PUBLIC_IP_ID ?= /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/
2525
PUBLIC_IPv4 ?= $(PUBLIC_IP_ID)/$(IP_PREFIX)-$(CLUSTER)-v4
2626
PUBLIC_IPv6 ?= $(PUBLIC_IP_ID)/$(IP_PREFIX)-$(CLUSTER)-v6
2727
KUBE_PROXY_JSON_PATH ?= ./kube-proxy.json
28-
LTS ?= false
28+
LTS ?= true
2929

3030
# overrideable variables
3131
SUB ?= $(AZURE_SUBSCRIPTION)

0 commit comments

Comments
 (0)