From: Johannes Sixt Date: Tue, 20 May 2025 06:54:24 +0000 (+0200) Subject: Merge branch 'ml/replace-auto-execok' X-Git-Tag: v2.43.7~4^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7d1716fa648f6557ea9c91e0f04bae2e8738e6a;p=thirdparty%2Fgit.git Merge branch 'ml/replace-auto-execok' This addresses CVE-2025-46334, Git GUI malicious command injection on Windows. A malicious repository can ship versions of sh.exe or typical textconv filter programs such as astextplain. Due to the unfortunate design of Tcl on Windows, the search path when looking for an executable always includes the current directory. The mentioned programs are invoked when the user selects "Git Bash" or "Browse Files" from the menu. Signed-off-by: Johannes Sixt --- a7d1716fa648f6557ea9c91e0f04bae2e8738e6a