Skip to content
Open
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
11 changes: 10 additions & 1 deletion SPECS/redis/CVE-2020-14147.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
From ef764dde1cca2f25d00686673d1bc89448819571 Mon Sep 17 00:00:00 2001
From: Seunghoon Woo <toad58@nate.com>
Date: Mon, 10 Feb 2020 16:32:46 +0900
Subject: [PATCH] [FIX] revisit CVE-2015-8080 vulnerability

---
deps/lua/src/lua_struct.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/deps/lua/src/lua_struct.c b/deps/lua/src/lua_struct.c
index 4d5f027..c58c8e7 100644
index 4d5f027b85c..c58c8e72b08 100644
--- a/deps/lua/src/lua_struct.c
+++ b/deps/lua/src/lua_struct.c
@@ -89,12 +89,14 @@ typedef struct Header {
Expand Down
5 changes: 4 additions & 1 deletion SPECS/redis/redis.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: advanced key-value store
Name: redis
Version: 5.0.5
Release: 4%{?dist}
Release: 5%{?dist}
License: BSD
URL: https://redis.io/
Group: Applications/Databases
Expand All @@ -10,6 +10,7 @@ Distribution: Mariner
Source0: https://download.redis.io/releases/%{name}-%{version}.tar.gz
Patch0: redis-conf.patch
Patch1: CVE-2020-14147.patch
Patch2: CVE-2020-14147.patch
BuildRequires: gcc
BuildRequires: systemd
BuildRequires: make
Expand Down Expand Up @@ -83,6 +84,8 @@ exit 0
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf

%changelog
* Thu Feb 18 2021 Mariner Autopatcher <cblmargh@microsoft.com> 5.0.5-5
- Added patch files ./patches/CVE-2020-14147/CVE-2020-14147.patch
* Fri Oct 23 2020 Henry Li <lihl@microsoft.com> - 5.0.5-4
- Add patch to resolve CVE-2020-14147
* Sat May 09 00:21:01 PST 2020 Nick Samson <nisamson@microsoft.com> - 5.0.5-3
Expand Down