summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2022-05-27 23:38:36 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2022-06-23 12:31:05 +0200
commit88b7be68a4bf9f39b84ed438d8d776c0d752b316 (patch)
tree3f3cbf914b226d932a35ff50c74c2c59e7b0e9d0 /Documentation
parentsetup: tighten ownership checks post CVE-2022-24765 (diff)
downloadgit-88b7be68a4bf9f39b84ed438d8d776c0d752b316.tar.xz
git-88b7be68a4bf9f39b84ed438d8d776c0d752b316.zip
Git 2.30.5v2.30.5
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.30.5.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.30.5.txt b/Documentation/RelNotes/2.30.5.txt
new file mode 100644
index 0000000000..5191cab3ae
--- /dev/null
+++ b/Documentation/RelNotes/2.30.5.txt
@@ -0,0 +1,12 @@
+Git v2.30.5 Release Notes
+=========================
+
+This release contains minor fix-ups for the changes that went into
+Git 2.30.3 and 2.30.4, addressing CVE-2022-29187.
+
+ * The safety check that verifies a safe ownership of the Git
+ worktree is now extended to also cover the ownership of the Git
+ directory (and the `.git` file, if there is any).
+
+Carlo Marcelo Arenas Belón (1):
+ setup: tighten ownership checks post CVE-2022-24765