File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ Git v2.30.5 Release Notes
2
+ =========================
3
+
4
+ This release contains minor fix-ups for the changes that went into
5
+ Git 2.30.3 and 2.30.4, addressing CVE-2022-29187.
6
+
7
+ * The safety check that verifies a safe ownership of the Git
8
+ worktree is now extended to also cover the ownership of the Git
9
+ directory (and the `.git` file, if there is any).
10
+
11
+ Carlo Marcelo Arenas Belón (1):
12
+ setup: tighten ownership checks post CVE-2022-24765
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.30.4
4
+ DEF_VER=v2.30.5
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes/2.30.4 .txt
1
+ Documentation/RelNotes/2.30.5 .txt
You can’t perform that action at this time.
0 commit comments