Skip to content

Commit

Permalink
Merge pull request #433 from rollandf/CVE-2022-1996
Browse files Browse the repository at this point in the history
Replace go-restful lib version
  • Loading branch information
adrianchiris authored Apr 30, 2023
2 parents 3588c88 + d4709f6 commit bc2291e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/emicklei/go-restful => github.com/emicklei/go-restful v2.16.0+incompatible
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1386,3 +1386,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.3.0
## explicit; go 1.12
sigs.k8s.io/yaml
# github.com/emicklei/go-restful => github.com/emicklei/go-restful v2.16.0+incompatible

0 comments on commit bc2291e

Please sign in to comment.