]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.14.5 v2.14.5
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2018 18:19:11 +0000 (11:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2018 18:19:11 +0000 (11:19 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.14.5.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.14.5.txt b/Documentation/RelNotes/2.14.5.txt
new file mode 100644 (file)
index 0000000..130645f
--- /dev/null
@@ -0,0 +1,16 @@
+Git v2.14.5 Release Notes
+=========================
+
+This release is to address the recently reported CVE-2018-17456.
+
+Fixes since v2.14.4
+-------------------
+
+ * Submodules' "URL"s come from the untrusted .gitmodules file, but
+   we blindly gave it to "git clone" to clone submodules when "git
+   clone --recurse-submodules" was used to clone a project that has
+   such a submodule.  The code has been hardened to reject such
+   malformed URLs (e.g. one that begins with a dash).
+
+Credit for finding and fixing this vulnerability goes to joernchen
+and Jeff King, respectively.
index 918b6c21ba9b5ca0f52e96f9ee48f7bf16141edf..40680482ce52ebfc1d90a91eb86f48b242e14123 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.14.4
+DEF_VER=v2.14.5
 
 LF='
 '
index 1b1ac358789725926f78330cb706fb8fe013653e..a127ce63f2c8cce6f0ccbd3f964d4820ec925d14 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.14.4.txt
\ No newline at end of file
+Documentation/RelNotes/2.14.5.txt
\ No newline at end of file