Skip to content

Commit

Permalink
change crypto version
Browse files Browse the repository at this point in the history
Signed-off-by: Shane <[email protected]>
  • Loading branch information
ctccxxd committed Dec 12, 2024
1 parent fb4c359 commit 3c41d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ replace (
// we use an updated package to avoid other vulnerabilities on its deps (like github.com/dgrijalva/jwt-go)
github.com/spf13/viper => github.com/spf13/viper v1.19.0

// https://avd.aquasec.com/nvd/2022/cve-2022-27191/
golang.org/x/crypto => golang.org/x/crypto v0.28.0
// https://avd.aquasec.com/nvd/cve-2024-45337
golang.org/x/crypto => golang.org/x/crypto v0.31.0

// Needed for CVE-2023-39325 https://nvd.nist.gov/vuln/detail/CVE-2023-39325
golang.org/x/net => golang.org/x/net v0.30.0
Expand Down

0 comments on commit 3c41d56

Please sign in to comment.