summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-09-23 13:28:41 -0700
committerPaul Okstad <pokstad@gitlab.com>2019-09-24 13:09:43 -0700
commit980868a484723f7c9167b504898637bd5f0b93c7 (patch)
tree0c529525cee151dc5732dfc9ce946f1f9d6fa4a3
parent4be19d5f71e5ab912b9c09a46f356c996e9e0b0b (diff)
downloadgitlab-ce-980868a484723f7c9167b504898637bd5f0b93c7.tar.gz
Fix Gitaly SearchBlobs flag RPC injection
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--changelogs/unreleased/security-gitaly-1-59-3.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index 7b39b399ade..c1c39d3628f 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-1.59.2
+1.59.3
diff --git a/changelogs/unreleased/security-gitaly-1-59-3.yml b/changelogs/unreleased/security-gitaly-1-59-3.yml
new file mode 100644
index 00000000000..6d7a525ece4
--- /dev/null
+++ b/changelogs/unreleased/security-gitaly-1-59-3.yml
@@ -0,0 +1,5 @@
+---
+title: Fix Gitaly SearchBlobs flag RPC injection [Gitaly v1.59.3]
+merge_request:
+author:
+type: security