Skip to content

Commit 857d450

Browse files
authored
Fixed CVE upgrade logback-core to 1.5.13 (#1388)
* Fixed CVE upgrade logback-core to 1.5.13 Signed-off-by: Vaibhav Agarwal <[email protected]> * Fix artifact upload conflicts Signed-off-by: Vaibhav Agarwal <[email protected]> --------- Signed-off-by: Vaibhav Agarwal <[email protected]>
1 parent 737faa5 commit 857d450

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-and-build-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# v4 requires node.js 20 which is not supported
7575
uses: actions/upload-artifact@v4
7676
with:
77-
name: index-management-plugin-ubuntu-latest-${{ matrix.java }}
77+
name: index-management-plugin-ubuntu-latest-${{ matrix.java }}-${{ matrix.feature }}
7878
path: index-management-artifacts
7979
overwrite: 'true'
8080

@@ -131,6 +131,6 @@ jobs:
131131
- name: Upload Artifacts
132132
uses: actions/upload-artifact@v4
133133
with:
134-
name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }}
134+
name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.feature }}
135135
path: index-management-artifacts
136136
overwrite: 'true'

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ dependencies {
227227
implementation "commons-codec:commons-codec:${versions.commonscodec}"
228228
implementation "org.apache.httpcomponents:httpclient:${versions.httpclient}"
229229
implementation "org.apache.httpcomponents:httpcore:${versions.httpcore}"
230+
implementation "ch.qos.logback:logback-core:1.5.13"
230231

231232
testImplementation "org.opensearch.test:framework:${opensearch_version}"
232233
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"

0 commit comments

Comments
 (0)