forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This merges up the security fix from v2.17.5. Signed-off-by: Jonathan Nieder <[email protected]>
- Loading branch information
Showing
15 changed files
with
489 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,22 @@ | ||
Git v2.17.5 Release Notes | ||
========================= | ||
|
||
This release is to address a security issue: CVE-2020-11008 | ||
|
||
Fixes since v2.17.4 | ||
------------------- | ||
|
||
* With a crafted URL that contains a newline or empty host, or lacks | ||
a scheme, the credential helper machinery can be fooled into | ||
providing credential information that is not appropriate for the | ||
protocol in use and host being contacted. | ||
|
||
Unlike the vulnerability CVE-2020-5260 fixed in v2.17.4, the | ||
credentials are not for a host of the attacker's choosing; instead, | ||
they are for some unspecified host (based on how the configured | ||
credential helper handles an absent "host" parameter). | ||
|
||
The attack has been made impossible by refusing to work with | ||
under-specified credential patterns. | ||
|
||
Credit for finding the vulnerability goes to Carlo Arenas. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,5 @@ | ||
Git v2.18.4 Release Notes | ||
========================= | ||
|
||
This release merges the security fix that appears in v2.17.5; see | ||
the release notes for that version for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,5 @@ | ||
Git v2.19.5 Release Notes | ||
========================= | ||
|
||
This release merges the security fix that appears in v2.17.5; see | ||
the release notes for that version for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,5 @@ | ||
Git v2.20.4 Release Notes | ||
========================= | ||
|
||
This release merges the security fix that appears in v2.17.5; see | ||
the release notes for that version for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,5 @@ | ||
Git v2.21.3 Release Notes | ||
========================= | ||
|
||
This release merges the security fix that appears in v2.17.5; see | ||
the release notes for that version for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,5 @@ | ||
Git v2.22.4 Release Notes | ||
========================= | ||
|
||
This release merges the security fix that appears in v2.17.5; see | ||
the release notes for that version for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,5 @@ | ||
Git v2.23.3 Release Notes | ||
========================= | ||
|
||
This release merges the security fix that appears in v2.17.5; see | ||
the release notes for that version for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 1,7 @@ | ||
#!/bin/sh | ||
|
||
GVF=GIT-VERSION-FILE | ||
DEF_VER=v2.23.2 | ||
DEF_VER=v2.23.3 | ||
|
||
LF=' | ||
' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 1 @@ | ||
Documentation/RelNotes/2.23.2.txt | ||
Documentation/RelNotes/2.23.3.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.