| 1 | Git v2.30.5 Release Notes |
| 2 | ========================= |
| 3 | |
| 4 | This release contains minor fix-ups for the changes that went into |
| 5 | Git 2.30.3 and 2.30.4, addressing CVE-2022-29187. |
| 6 | |
| 7 | * The safety check that verifies a safe ownership of the Git |
| 8 | worktree is now extended to also cover the ownership of the Git |
| 9 | directory (and the `.git` file, if there is any). |
| 10 | |
| 11 | Carlo Marcelo Arenas Belón (1): |
| 12 | setup: tighten ownership checks post CVE-2022-24765 |