#14746 closed enhancement (fixed)
git-2.30.2
Reported by: | Owned by: | Douglas R. Reno | |
---|---|---|---|
Priority: | normal | Milestone: | 11.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Released today, with an announcement at github https://github.blog/2021-03-09-git-clone-vulnerability-announced/ that it fixes CVE-2021-21300 - see https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21300
Normal priority, because on linux this not only requires clean/smudge filters to be used, it requires use of a case-insensitive filesystem which supports symbolic links. That applies to macOS and windows, but for linux you would need to either configure ext4 or f2fs to be case-insensitive, or else clone onto an NTFS, HFS+ or APFS filesystem.
Change History (5)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Something interesting of note:
The build with the tests only took 2.5 SBU for me. I think this is due to building on an SSD.
Test results are identical to previous versions:
fixed 0 success 22806 failed 0 broken 241 total 23368
Since we're not affected (as mentioned in the ticket description - thank you Ken), I'll leave it as normal.