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:
-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 d4570ef1d..edfc052eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.42.7
+
+#### Security
+- Fix FindCommits flag injection exploit
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/35
+
## v1.42.6
#### Security
diff --git a/VERSION b/VERSION
index 5f1d262b9..1cd2e944f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.42.6
+1.42.7
diff --git a/changelogs/unreleased/security-1799-flag-injection.yml b/changelogs/unreleased/security-1799-flag-injection.yml
deleted file mode 100644
index df1467f7c..000000000
--- a/changelogs/unreleased/security-1799-flag-injection.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix FindCommits flag injection exploit
-merge_request: 35
-author:
-type: security