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:36 +0300
committerJohn Skarbek <jskarbek@gitlab.com>2019-08-09 17:18:36 +0300
commit2ac59d83950cd2818a7eacb513edb436bde288da (patch)
treeebe41822bbca4a63a02e7f2a765aa982e77c3381
parent3499e192bbb8e293811c0fae9171cbcc07810a9d (diff)
parenta2049483b90e972517935d536d5c6890dbb27219 (diff)
Merge branch 'pokstad1-12-0-stable-patch-69973' into '12-0-stable'
Update Gitaly to v1.47.2 for security fix See merge request gitlab/gitlabhq!3300
-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 21998d3c2d9..eee59091578 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-1.47.0
+1.47.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..75975a5d686
--- /dev/null
+++ b/changelogs/unreleased/fix-gitaly-revision-flag-injection.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade Gitaly to 1.47.2 to prevent revision flag injection exploits
+merge_request:
+author:
+type: security