Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Skarbek <jskarbek@gitlab.com>2019-08-09 17:18:33 +0300
committerJohn Skarbek <jskarbek@gitlab.com>2019-08-09 17:18:33 +0300
commit3037524c24a8ef0817742f1c16dad57c398b9206 (patch)
tree63858b7effd213543a0254d30deae3be2d9782e9
parent06210fc6cfd41f257bb93688e7e9c226f52dd165 (diff)
parent49de79c4ff59065f0930360de4030c275748601d (diff)
Merge branch 'pokstad1-12-1-stable-patch-25365' into '12-1-stable'
Update Gitaly to v1.53.2 for security fix See merge request gitlab/gitlabhq!3301
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--changelogs/unreleased/fix-gitaly-revision-flag-injection.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index 3f4830156cb..95e26be3ee6 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-1.53.0
+1.53.2
diff --git a/changelogs/unreleased/fix-gitaly-revision-flag-injection.yml b/changelogs/unreleased/fix-gitaly-revision-flag-injection.yml
new file mode 100644
index 00000000000..d74d0d515bb
--- /dev/null
+++ b/changelogs/unreleased/fix-gitaly-revision-flag-injection.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade Gitaly to 1.53.2 to prevent revision flag injection exploits
+merge_request:
+author:
+type: security