summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.17.6.txt
blob: 2f181e8064250ee9c8893cbeb9a12764c87a5c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Git v2.17.6 Release Notes
=========================
 
This release addresses the security issues CVE-2021-21300.
 
Fixes since v2.17.5
-------------------
 
 * CVE-2021-21300:
   On case-insensitive file systems with support for symbolic links,
   if Git is configured globally to apply delay-capable clean/smudge
   filters (such as Git LFS), Git could be fooled into running
   remote code during a clone.
 
Credit for finding and fixing this vulnerability goes to Matheus
Tavares, helped by Johannes Schindelin.