Skip to content

Commit

Permalink
Updating "x/text" to prevent CVE-2022-32149
Browse files Browse the repository at this point in the history
golang.org/x/text 0.3.7 version is vulnerable. I did the necessary changes as the latest version (0.7.0)

CVE-2022-32149 --  https://avd.aquasec.com/nvd/cve-2022-32149
  • Loading branch information
hknerts authored and crablab committed Mar 27, 2024
1 parent 3af6a33 commit 97a1178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.3.0 // indirect
github.com/zclconf/go-cty v1.1.0 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
Expand Down

0 comments on commit 97a1178

Please sign in to comment.