diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-17 20:37:37 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-17 20:43:08 (GMT) |
commit | a5979d7009017c79b0100b7b66e8567b3ad7b022 (patch) | |
tree | e0386b6988b0aaeb6a6ce43cd5a4a5eb6c4e6776 /Documentation/RelNotes | |
parent | caccc527ca7f4b3e6f4bb6775cbff94b27741482 (diff) | |
parent | 21a3e5016bb218dc9b016284c88ba685bc446b70 (diff) | |
download | git-a5979d7009017c79b0100b7b66e8567b3ad7b022.zip git-a5979d7009017c79b0100b7b66e8567b3ad7b022.tar.gz git-a5979d7009017c79b0100b7b66e8567b3ad7b022.tar.bz2 |
Git 2.19.4v2.19.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.17.4.txt | 16 | ||||
-rw-r--r-- | Documentation/RelNotes/2.18.3.txt | 5 | ||||
-rw-r--r-- | Documentation/RelNotes/2.19.4.txt | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.17.4.txt b/Documentation/RelNotes/2.17.4.txt new file mode 100644 index 0000000..7d794ca --- /dev/null +++ b/Documentation/RelNotes/2.17.4.txt @@ -0,0 +1,16 @@ +Git v2.17.4 Release Notes +========================= + +This release is to address the security issue: CVE-2020-5260 + +Fixes since v2.17.3 +------------------- + + * With a crafted URL that contains a newline in it, the credential + helper machinery can be fooled to give credential information for + a wrong host. The attack has been made impossible by forbidding + a newline character in any value passed via the credential + protocol. + +Credit for finding the vulnerability goes to Felix Wilhelm of Google +Project Zero. diff --git a/Documentation/RelNotes/2.18.3.txt b/Documentation/RelNotes/2.18.3.txt new file mode 100644 index 0000000..25143f0 --- /dev/null +++ b/Documentation/RelNotes/2.18.3.txt @@ -0,0 +1,5 @@ +Git v2.18.3 Release Notes +========================= + +This release merges the security fix that appears in v2.17.4; see +the release notes for that version for details. diff --git a/Documentation/RelNotes/2.19.4.txt b/Documentation/RelNotes/2.19.4.txt new file mode 100644 index 0000000..35d0ae5 --- /dev/null +++ b/Documentation/RelNotes/2.19.4.txt @@ -0,0 +1,5 @@ +Git v2.19.4 Release Notes +========================= + +This release merges the security fix that appears in v2.17.4; see +the release notes for that version for details. |