From 7961a5dc91b95e80b5b567a9b222cf08ffbca04c Mon Sep 17 00:00:00 2001 From: Patrick Bajao Date: Thu, 23 May 2019 09:28:21 +0800 Subject: [PATCH] Update Gitaly to fix GetArchive vulnerability --- GITALY_SERVER_VERSION | 2 +- changelogs/unreleased/security-pb-fix-get-archive.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/security-pb-fix-get-archive.yml diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index a50908ca3da..2259c77c0b3 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1.42.0 +1.42.2 diff --git a/changelogs/unreleased/security-pb-fix-get-archive.yml b/changelogs/unreleased/security-pb-fix-get-archive.yml new file mode 100644 index 00000000000..dca4fec7d61 --- /dev/null +++ b/changelogs/unreleased/security-pb-fix-get-archive.yml @@ -0,0 +1,5 @@ +--- +title: Update Gitaly to fix GetArchive vulnerability +merge_request: +author: +type: security -- GitLab