Skip to content

Commit 8ba4a44

Browse files
author
octo-sts[bot]
committed
Adding CVE patch for package logstash-8 to fix CVE: GHSA-hxx2-7vcw-mqr3
1 parent 7888a94 commit 8ba4a44

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

logstash-8.yaml

Lines changed: 5 additions & 1 deletion
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
2121
description: Logstash - transport and process your logs, events, or other data
2222
copyright:
2323
- license: Apache-2.0
@@ -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+
--- a/Gemfile.template
2+
+++ b/Gemfile.template
3+
@@ -38,0 +39 @@
4+
+gem "sinatra", "~> 4.1.0", :group => :development

0 commit comments

Comments
 (0)