diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2024-10-30 00:17:53 +0100 |
|---|---|---|
| committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2024-11-26 22:14:57 +0100 |
| commit | 54a3711a9dd968a04249beef157393d64b579d64 (patch) | |
| tree | 811b2d30f5a93f890425bbb7daad0b062951d95d /Documentation | |
| parent | Merge branch 'disallow-control-characters-in-credential-urls-by-default' (diff) | |
| download | git-54a3711a9dd968a04249beef157393d64b579d64.tar.gz git-54a3711a9dd968a04249beef157393d64b579d64.zip | |
Git 2.40.4v2.40.4
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.40.4.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.40.4.txt b/Documentation/RelNotes/2.40.4.txt new file mode 100644 index 0000000000..0ff29f3cfc --- /dev/null +++ b/Documentation/RelNotes/2.40.4.txt @@ -0,0 +1,5 @@ +Git v2.40.4 Release Notes +========================= + +This release lets Git refuse to accept URLs that contain control +sequences. This addresses CVE-2024-50349 and CVE-2024-52006. |
