[llvm] f2eb551 - [LLVM Utils] Update GitPython for CVE-2022-24439
John Demme via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 15:30:01 PST 2023
Author: John Demme
Date: 2023-02-03T23:29:36Z
New Revision: f2eb551801d504b43be06c0c70ed377c3445bbc5
URL: https://github.com/llvm/llvm-project/commit/f2eb551801d504b43be06c0c70ed377c3445bbc5
DIFF: https://github.com/llvm/llvm-project/commit/f2eb551801d504b43be06c0c70ed377c3445bbc5.diff
LOG: [LLVM Utils] Update GitPython for CVE-2022-24439
GitPython 3.1.28 has a security vulnerability which was fixed in 3.1.30:
https://nvd.nist.gov/vuln/detail/CVE-2022-24439
Differential Revision: https://reviews.llvm.org/D143238
Added:
Modified:
llvm/utils/git/requirements.txt
Removed:
################################################################################
diff --git a/llvm/utils/git/requirements.txt b/llvm/utils/git/requirements.txt
index e74b24c1bf643..08d3e4eeb3f5b 100644
--- a/llvm/utils/git/requirements.txt
+++ b/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 @@ deprecated==1.2.13
# 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
More information about the llvm-commits
mailing list