Skip to content

Commit f3b8434

Browse files
committed
fix(opensearch-3): GHSA-84h7-rjj3-6jx4
Bump netty version to 4.2.8.Final Relates: chainguard-dev/CVE-Dashboard#51553 <!--ci-cve-scan:fail-any-->
1 parent e94f1d4 commit f3b8434

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

opensearch-3.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ pipeline:
109109
tag: ${{package.version}}
110110
expected-commit: 00336141f90b2456d7aa35e9052fd6baf7147423
111111

112+
- uses: patch
113+
with:
114+
patches: netty-bump.patch
115+
112116
- runs: |
113117
echo "org.gradle.daemon=false" >> gradle.properties
114118
gradle localDistro --parallel -Dbuild.snapshot="false" -Dbuild.version_qualifier=""
@@ -190,6 +194,9 @@ subpackages:
190194
191195
echo "Using plugin tag: $LATEST_TAG"
192196
git checkout --quiet "$LATEST_TAG"
197+
- uses: patch
198+
with:
199+
patches: netty-bump.patch
193200
- runs: |
194201
cd ./plugins/${{range.key}}
195202

opensearch-3/netty-bump.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
2+
--- a/gradle/libs.versions.toml
3+
+++ b/gradle/libs.versions.toml
4+
@@ -36,7 +36,7 @@ json_smart = "2.5.2"
5+
# when updating the JNA version, also update the version in buildSrc/build.gradle
6+
jna = "5.16.0"
7+
8+
-netty = "4.2.7.Final"
9+
+netty = "4.2.8.Final"
10+
joda = "2.12.7"
11+
roaringbitmap = "1.3.0"
12+

0 commit comments

Comments
 (0)