Skip to content

Commit

Permalink
grpc: FIXES CVE-2023-44487.
Browse files Browse the repository at this point in the history
force grpc version v1.58.3 for all dependencies as this version fixes CVE-2023-44487
FIXES: https://issues.redhat.com/browse/THEEDGE-3618
  • Loading branch information
ldjebran authored Oct 17, 2023
1 parent 79ef252 commit db32f74
Show file tree
Hide file tree
Showing 2 changed files with 1,198 additions and 39 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// fixes CVE-2023-44487
replace google.golang.org/grpc => google.golang.org/grpc v1.58.3

go 1.19
Loading

0 comments on commit db32f74

Please sign in to comment.