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.md7
-rw-r--r--changelogs/unreleased/security-pks-worktree-race.yml5
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a98ed142..a817a8d46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Gitaly changelog
+## 12.10.13
+
+### Security (1 change)
+
+- Add random suffix to worktree paths to obstruct path traversal.
+
+
## 12.10.12
- No changes.
diff --git a/changelogs/unreleased/security-pks-worktree-race.yml b/changelogs/unreleased/security-pks-worktree-race.yml
deleted file mode 100644
index 648cdb0e6..000000000
--- a/changelogs/unreleased/security-pks-worktree-race.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add random suffix to worktree paths to obstruct path traversal
-merge_request:
-author:
-type: security