| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - 3.1.50 | ||
| 1 | + 3.1.51 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,23 @@ | |||
| 2 | 2 | Changelog | |
| 3 | 3 | ========= | |
| 4 | 4 | ||
| 5 | + 3.1.51 | ||
| 6 | + ====== | ||
| 7 | + | ||
| 8 | + This is primarily a security release. It prevents additional argument-injection | ||
| 9 | + paths that could allow execution of arbitrary commands or writing to arbitrary | ||
| 10 | + files through unsafe Git options (GHSA-956x-8gvw-wg5v), and closes bypasses of | ||
| 11 | + the existing protections using abbreviated long options or joined short options | ||
| 12 | + (GHSA-2f96-g7mh-g2hx). | ||
| 13 | + | ||
| 14 | + The release also improves support for relative worktree paths and diffs against | ||
| 15 | + the empty tree, preserves stderr from failed diff processes, supports relative | ||
| 16 | + configuration include paths, and includes assorted documentation, typing, test, | ||
| 17 | + and CI improvements. | ||
| 18 | + | ||
| 19 | + See the following for all changes. | ||
| 20 | + https://github.com/gitpython-developers/GitPython/releases/tag/3.1.51 | ||
| 21 | + | ||
| 5 | 22 | 3.1.50 | |
| 6 | 23 | ====== | |
| 7 | 24 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments