Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Discarded changes] CVE #12604 #12626

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `org.bouncycastle:bcmail-jdk15to18` to `org.bouncycastle:bcmail-jdk18on` version 1.77 ([#12317](https://github.com/opensearch-project/OpenSearch/pull/12317))
- Bump `org.bouncycastle:bcpkix-jdk15to18` to `org.bouncycastle:bcpkix-jdk18on` version 1.77 ([#12317](https://github.com/opensearch-project/OpenSearch/pull/12317))
- Bump Jackson version from 2.16.1 to 2.16.2 ([#12611](https://github.com/opensearch-project/OpenSearch/pull/12611))
- Bump `org.apache.commons:commons-compress` from 1.24.0 to 1.26.0 ([#12604](https://github.com/opensearch-project/OpenSearch/pull/12604))

### Changed
- [CCR] Add getHistoryOperationsFromTranslog method to fetch the history snapshot from translogs ([#3948](https://github.com/opensearch-project/OpenSearch/pull/3948))
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ dependencies {

api localGroovy()

api 'commons-codec:commons-codec:1.16.0'
api 'org.apache.commons:commons-compress:1.25.0'
api "commons-codec:commons-codec:${props.getProperty('commonscodec')}"
api "org.apache.commons:commons-compress:${props.getProperty('commonscompress')}"
api 'org.apache.ant:ant:1.10.14'
api 'com.netflix.nebula:gradle-extra-configurations-plugin:10.0.0'
api 'com.netflix.nebula:nebula-publishing-plugin:21.0.0'
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ httpclient = 4.5.14
httpcore = 4.4.16
httpasyncclient = 4.1.5
commonslogging = 1.2
commonscodec = 1.15
commonslang = 3.13.0
commonscompress = 1.24.0
commonscodec = 1.16.1
commonslang = 3.14.0
commonscompress = 1.26.0
# plugin dependencies
aws = 2.20.55
reactivestreams = 1.0.4
Expand Down
1 change: 0 additions & 1 deletion client/rest/licenses/commons-codec-1.15.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/commons-codec-1.16.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862
1 change: 0 additions & 1 deletion client/sniffer/licenses/commons-codec-1.15.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/sniffer/licenses/commons-codec-1.16.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862
19 changes: 18 additions & 1 deletion distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,22 @@ thirdPartyAudit.ignoreMissingClasses(
'org.tukaani.xz.MemoryLimitException',
'org.tukaani.xz.UnsupportedOptionsException',
'org.tukaani.xz.XZ',
'org.tukaani.xz.XZOutputStream'
'org.tukaani.xz.XZOutputStream',
'org.apache.commons.codec.Charsets',
'org.apache.commons.codec.digest.PureJavaCrc32C',
'org.apache.commons.codec.digest.XXHash32',
'org.apache.commons.io.Charsets',
'org.apache.commons.io.FileUtils',
'org.apache.commons.io.FilenameUtils',
'org.apache.commons.io.IOUtils',
'org.apache.commons.io.build.AbstractOrigin',
'org.apache.commons.io.build.AbstractStreamBuilder',
'org.apache.commons.io.file.attribute.FileTimes',
'org.apache.commons.io.input.BoundedInputStream',
'org.apache.commons.io.input.CloseShieldInputStream',
'org.apache.commons.io.input.CountingInputStream',
'org.apache.commons.io.input.NullInputStream',
'org.apache.commons.io.output.CountingOutputStream',
'org.apache.commons.io.output.NullOutputStream',
'org.apache.commons.lang3.reflect.FieldUtils'
)

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
659feffdd12280201c8aacb8f7be94f9a883c824

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862
1 change: 0 additions & 1 deletion plugins/crypto-kms/licenses/commons-codec-1.15.jar.sha1

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
659feffdd12280201c8aacb8f7be94f9a883c824

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1ed471194b02f2c6cb734a0cd6f6f107c673afae

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1ed471194b02f2c6cb734a0cd6f6f107c673afae

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
659feffdd12280201c8aacb8f7be94f9a883c824

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862
Loading