Skip to content

Commit bbec670

Browse files
committed
[20.10] vendor: libnetwork c5aa85f9b25f0acaec8591ced679cb9fb5b9e32c
The commit used to build the docker-proxy binary is not updated as the build script pulls from the public libnetwork repo but the aforementioned commit only exists in a private fork until after the security vulnerabilities being fixed have been publicly released. The vulnerable code is not used in the proxy binary anyway. Signed-off-by: Cory Snider <[email protected]>
1 parent dfd89ed commit bbec670

File tree

8 files changed

+218
-56
lines changed

8 files changed

+218
-56
lines changed

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ github.com/grpc-ecosystem/go-grpc-middleware 3c51f7f332123e8be5a157c0802a
4848
# libnetwork
4949

5050
# When updating, also update LIBNETWORK_COMMIT in hack/dockerfile/install/proxy.installer accordingly
51-
github.com/docker/libnetwork 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7
51+
github.com/docker/libnetwork c5aa85f9b25f0acaec8591ced679cb9fb5b9e32c
5252
github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
5353
github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
5454
github.com/armon/go-metrics f0300d1749da6fa982027e449ec0c7a145510c3c # v0.4.1

vendor/github.com/docker/libnetwork/drivers/overlay/bpf.go

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/libnetwork/drivers/overlay/encryption.go

Lines changed: 107 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/libnetwork/drivers/overlay/encryption_bpf.go

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/libnetwork/drivers/overlay/encryption_u32.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/libnetwork/drivers/overlay/joinleave.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)