Skip to content

Commit 255ede9

Browse files
committed
RelNotes: mention safe.directory
Helped-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 26ff9be commit 255ede9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Documentation/RelNotes/2.36.0.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ Backward compatibility warts
1313
top-level a partial clone, while submodules are fully cloned. This
1414
behaviour is changed to pass the same filter down to the submodules.
1515

16+
* With the fixes for CVE-2022-24765 that are common with versions of
17+
Git 2.30.4, 2.31.3, 2.32.2, 2.33.3, 2.34.3, and 2.35.3, Git has
18+
been taught not to recognise repositories owned by other users, in
19+
order to avoid getting affected by their config files and hooks.
20+
You can list the path to the safe/trusted repositories that may be
21+
owned by others on a multi-valued configuration variable
22+
`safe.directory` to override this behaviour, or use '*' to declare
23+
that you trust anything.
24+
1625

1726
Note to those who build from the source
1827

@@ -397,8 +406,6 @@ Fixes since v2.35
397406
entry it moved.
398407
(merge b7f9130a06 vd/mv-refresh-stat later to maint).
399408

400-
* Fix for CVE-2022-24765 has been merged up from 2.35.2 and others.
401-
402409
* Other code cleanup, docfix, build fix, etc.
403410
(merge cfc5cf428b jc/find-header later to maint).
404411
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).

0 commit comments

Comments
 (0)