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