Skip to content

Commit

Permalink
vendor: bump cilium to v1.13.1
Browse files Browse the repository at this point in the history
Although Hubble CLI is unaffected here, bumping Cilium to v1.13.1 should
help stop some security scanner from complaining about the following
3 vulnerabilities that affect Cilium v1.13.0:

Potential network policy bypass when routing IPv6 traffic:
GHSA-8fg8-jh2h-f2hc

Cilium eBPF filters may be temporarily removed during agent restart:
GHSA-r5x6-w42p-jhpp.

cilium-agent container can access the host via `hostPath` mount:
GHSA-4hc4-pgfx-3mrx

Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
  • Loading branch information
rolinh committed Apr 3, 2023
1 parent 8c76cd3 commit 3d2bf69
Show file tree
Hide file tree
Showing 53 changed files with 1,555 additions and 265 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cilium/hubble
go 1.19

require (
github.com/cilium/cilium v1.13.0-rc5
github.com/cilium/cilium v1.13.1
github.com/fatih/color v1.13.0
github.com/google/go-cmp v0.5.9
github.com/sirupsen/logrus v1.9.0
Expand All @@ -12,7 +12,7 @@ require (
github.com/spf13/pflag v1.0.6-0.20200504143853-81378bbcd8a1
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.1
golang.org/x/sys v0.4.0
golang.org/x/sys v0.5.0
google.golang.org/grpc v1.52.0
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.4.0
Expand Down Expand Up @@ -77,9 +77,9 @@ require (
go.opentelemetry.io/otel v1.11.2 // indirect
go.opentelemetry.io/otel/trace v1.11.2 // indirect
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/time v0.2.0 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 15 additions & 2 deletions vendor/github.com/cilium/cilium/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d2bf69

Please sign in to comment.