summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-09-23 13:38:50 -0700
committerPaul Okstad <pokstad@gitlab.com>2019-09-24 13:02:18 -0700
commite0befbdcf751788d2226fc752b5d6e8bc7308bb3 (patch)
tree6e138ad58898f62c2029542093011f31e8babaf6
parent0be35b492ea2c2f447c11c7b94e81da0db7a7d56 (diff)
downloadgitlab-ce-e0befbdcf751788d2226fc752b5d6e8bc7308bb3.tar.gz
Fix Gitaly SearchBlobs flag RPC injection
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--changelogs/unreleased/security-gitaly-1-53-4.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index ede3db7b44f..d2a66dacc36 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-1.53.3
+1.53.4
diff --git a/changelogs/unreleased/security-gitaly-1-53-4.yml b/changelogs/unreleased/security-gitaly-1-53-4.yml
new file mode 100644
index 00000000000..e532a8aba9f
--- /dev/null
+++ b/changelogs/unreleased/security-gitaly-1-53-4.yml
@@ -0,0 +1,5 @@
+---
+title: Fix Gitaly SearchBlobs flag RPC injection
+merge_request:
+author:
+type: security