[PATCH] D143238: [LLVM Utils] Update GitPython
John Demme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 18:33:36 PST 2023
jdd created this revision.
Herald added a project: All.
jdd requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
GitPython 3.1.28 has a security vulnerability which was fixed in 3.1.30:
https://nvd.nist.gov/vuln/detail/CVE-2022-24439
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143238
Files:
llvm/utils/git/requirements.txt
Index: llvm/utils/git/requirements.txt
===================================================================
--- llvm/utils/git/requirements.txt
+++ llvm/utils/git/requirements.txt
@@ -1,6 +1,6 @@
#
-# This file is autogenerated by pip-compile with python 3.9
-# To update, run:
+# This file is autogenerated by pip-compile with Python 3.8
+# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.txt.in
#
@@ -14,7 +14,7 @@
# via pygithub
gitdb==4.0.9
# via gitpython
-gitpython==3.1.28
+gitpython==3.1.30
# via -r requirements.txt.in
idna==3.4
# via requests
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143238.494488.patch
Type: text/x-patch
Size: 619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/48904ed5/attachment.bin>
More information about the llvm-commits
mailing list