Skip to content

Commit d699e19

Browse files
authored
Update docker/distribution to 2.8.0 (#30462)
1 parent a159cce commit d699e19

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...main[Check the HEAD dif
4141
- Fix field names with `add_network_direction` processor. {issue}29747[29747] {pull}29751[29751]
4242
- Fix a logging bug when `ssl.verification_mode` was set to `full` or `certificate`, the command `test output` incorrectly logged that TLS was disabled.
4343
- Fix the ability for subcommands to be ran properly from the beats containers. {pull}30452[30452]
44+
- Update docker/distribution dependency library to fix a security issues concerning OCI Manifest Type Confusion Issue. {pull}30462[30462]
4445

4546
*Auditbeat*
4647

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23825,11 +23825,11 @@ SOFTWARE.
2382523825

2382623826
--------------------------------------------------------------------------------
2382723827
Dependency : github.com/docker/distribution
23828-
Version: v2.7.1+incompatible
23828+
Version: v2.8.0+incompatible
2382923829
Licence type (autodetected): Apache-2.0
2383023830
--------------------------------------------------------------------------------
2383123831

23832-
Contents of probable licence file $GOMODCACHE/github.com/docker/distribution@v2.7.1+incompatible/LICENSE:
23832+
Contents of probable licence file $GOMODCACHE/github.com/docker/distribution@v2.8.0+incompatible/LICENSE:
2383323833

2383423834
Apache License
2383523835
Version 2.0, January 2004

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ require (
215215
github.com/davecgh/go-spew v1.1.1 // indirect
216216
github.com/dgraph-io/ristretto v0.1.0 // indirect
217217
github.com/dimchansky/utfbom v1.1.0 // indirect
218-
github.com/docker/distribution v2.7.1+incompatible // indirect
218+
github.com/docker/distribution v2.8.0+incompatible // indirect
219219
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
220220
github.com/eapache/queue v1.1.0 // indirect
221221
github.com/evanphx/json-patch v4.12.0+incompatible // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,9 @@ github.com/dlclark/regexp2 v1.1.7-0.20171009020623-7632a260cbaf/go.mod h1:2pZnwu
473473
github.com/dnaeon/go-vcr v1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E=
474474
github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c/go.mod h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY=
475475
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
476-
github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=
477476
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
477+
github.com/docker/distribution v2.8.0+incompatible h1:l9EaZDICImO1ngI+uTifW+ZYvvz7fKISBAKpg+MbWbY=
478+
github.com/docker/distribution v2.8.0+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
478479
github.com/docker/docker v1.4.2-0.20170802015333-8af4db6f002a/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
479480
github.com/docker/docker v20.10.7+incompatible h1:Z6O9Nhsjv+ayUEeI1IojKbYcsGdgYSNqxe1s2MYzUhQ=
480481
github.com/docker/docker v20.10.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=

0 commit comments

Comments
 (0)