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:51:22 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-01 12:51:22 +0300
commit2c2d53876c5191f738ce029f03b90e7a1d0b35d8 (patch)
tree534437417a55c5ebe8dbb56989c02fdb30dd27a9
parent67665bcd6f3693fa86e01cc819ca99a082e7f3ec (diff)
Version 1.53.2v1.53.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 1099669d2..41b989b67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.53.2
+
+#### Security
+- Fix FindCommits flag injection exploit
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/37
+
## v1.53.1
#### Security
diff --git a/VERSION b/VERSION
index 9adccc2f2..95e26be3e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.53.1
+1.53.2
diff --git a/changelogs/unreleased/security-1799-flag-injection.yml b/changelogs/unreleased/security-1799-flag-injection.yml
deleted file mode 100644
index d3e6c74d5..000000000
--- a/changelogs/unreleased/security-1799-flag-injection.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix FindCommits flag injection exploit
-merge_request: 37
-author:
-type: security