summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-05-23 09:28:21 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-05-23 13:36:43 +0800
commit7961a5dc91b95e80b5b567a9b222cf08ffbca04c (patch)
treedab2777e34b9db0bb13d056d847356379183aa5d
parent3e8ca2fb7810dbe2d33058852278282779469f94 (diff)
downloadgitlab-ce-7961a5dc91b95e80b5b567a9b222cf08ffbca04c.tar.gz
Update Gitaly to fix GetArchive vulnerability
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--changelogs/unreleased/security-pb-fix-get-archive.yml5
2 files changed, 6 insertions, 1 deletions
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