Git 2.40.4
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
5
Documentation/RelNotes/2.40.4.txt
Normal file
5
Documentation/RelNotes/2.40.4.txt
Normal file
@ -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.
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
GVF=GIT-VERSION-FILE
|
||||
DEF_VER=v2.40.3
|
||||
DEF_VER=v2.40.4
|
||||
|
||||
LF='
|
||||
'
|
||||
|
Reference in New Issue
Block a user