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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-01 12:50:23 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-01 12:50:23 +0300
commitabb937e08c36f0cb89e57eca3038364c44e435c7 (patch)
treeb79d8a26adbff6b0427aaf46cc86cf9c91e26d23
parentc7122fc65841eeba02b87f3db59107b08583a605 (diff)
Version 1.47.2v1.47.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/security-1799-flag-injection.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46a3223ab..c6252a670 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.47.2
+
+#### Security
+- Fix FindCommits flag injection exploit
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/36
+
## v1.47.1
#### Security
diff --git a/VERSION b/VERSION
index f805cd6ed..eee590915 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.47.1
+1.47.2
diff --git a/changelogs/unreleased/security-1799-flag-injection.yml b/changelogs/unreleased/security-1799-flag-injection.yml
deleted file mode 100644
index 30c4f83d0..000000000
--- a/changelogs/unreleased/security-1799-flag-injection.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix FindCommits flag injection exploit
-merge_request: 36
-author:
-type: security