summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.36.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-04-13 23:51:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-04-13 23:51:41 (GMT)
commit255ede998001a44be957b7e915e84cb6164e00a0 (patch)
tree2761a07c66fb2071a9a8fd89c4bd3134adfc333b /Documentation/RelNotes/2.36.0.txt
parent26ff9be6e765b21388265c1bc8dfca1c5c2fb509 (diff)
downloadgit-255ede998001a44be957b7e915e84cb6164e00a0.zip
git-255ede998001a44be957b7e915e84cb6164e00a0.tar.gz
git-255ede998001a44be957b7e915e84cb6164e00a0.tar.bz2
RelNotes: mention safe.directory
Helped-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.36.0.txt')
-rw-r--r--Documentation/RelNotes/2.36.0.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.36.0.txt b/Documentation/RelNotes/2.36.0.txt
index 9f6dd3d..f4c5e69 100644
--- a/Documentation/RelNotes/2.36.0.txt
+++ b/Documentation/RelNotes/2.36.0.txt
@@ -13,6 +13,15 @@ Backward compatibility warts
top-level a partial clone, while submodules are fully cloned. This
behaviour is changed to pass the same filter down to the submodules.
+ * With the fixes for CVE-2022-24765 that are common with versions of
+ Git 2.30.4, 2.31.3, 2.32.2, 2.33.3, 2.34.3, and 2.35.3, Git has
+ been taught not to recognise repositories owned by other users, in
+ order to avoid getting affected by their config files and hooks.
+ You can list the path to the safe/trusted repositories that may be
+ owned by others on a multi-valued configuration variable
+ `safe.directory` to override this behaviour, or use '*' to declare
+ that you trust anything.
+
Note to those who build from the source
@@ -397,8 +406,6 @@ Fixes since v2.35
entry it moved.
(merge b7f9130a06 vd/mv-refresh-stat later to maint).
- * Fix for CVE-2022-24765 has been merged up from 2.35.2 and others.
-
* Other code cleanup, docfix, build fix, etc.
(merge cfc5cf428b jc/find-header later to maint).
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).