Skip to content

Commit 42f2bd5

Browse files
author
octo-sts[bot]
committed
Adding CVE patch for package logstash-8 to fix CVE: GHSA-hxx2-7vcw-mqr3
<!--ci-cve-scan:must-fix: GHSA-hxx2-7vcw-mqr3-->
1 parent db229d3 commit 42f2bd5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

logstash-8.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package:
1818
name: logstash-8
1919
version: 8.15.3
20-
epoch: 100
20+
epoch: 101 # GHSA-hxx2-7vcw-mqr3
2121
description: Logstash - transport and process your logs, events, or other data
2222
copyright:
2323
- license: Apache-2.0
@@ -28,8 +28,8 @@ package:
2828
runtime:
2929
- bash # some helper scripts use bash and busybox utilities
3030
- busybox
31-
- openjdk-17-jre
3231
- openjdk-17-default-jvm
32+
- openjdk-17-jre
3333

3434
# Create a new major-version variable that contains only the major version
3535
# to use in the bitnami/compat pipeline to find out the correct folder for the image.
@@ -75,6 +75,10 @@ pipeline:
7575
tag: v${{package.version}}
7676
expected-commit: 8364c8e89cfb113e38ec3f966df7eb1e9abe9d33
7777

78+
- uses: patch
79+
with:
80+
patches: GHSA-hxx2-7vcw-mqr3.patch
81+
7882
- name: Patch sources
7983
runs: |
8084
# Disable the logstash-integration-jdbc plugin download as we build and
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--- Gemfile.template
2+
+++ Gemfile.template
3+
@@ -26,0 +27 @@
4+
+gem "sinatra", "~> 4.1.0"

0 commit comments

Comments
 (0)