Skip to content

Commit dceb0e7

Browse files
TheRealHaoLiudjyasin
authored andcommitted
CVE-2023-40267 GitPython: Insecure non-multi options in clone and clone_from is not blocked https://bugzilla.redhat.com/show_bug.cgi?id=2231474 GitPython before 3.1.32 does not block insecure non-multi options in clone and clone_from. NOTE: this issue exists because of an incomplete fix for CVE-2022-24439. References: gitpython-developers/GitPython@ca965ec gitpython-developers/GitPython#1609
1 parent c3bd9dc commit dceb0e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ django-split-settings==1.0.0 # We hit a strange issue where the release proce
2626
djangorestframework
2727
djangorestframework-yaml
2828
filelock
29-
GitPython>=3.1.30 # CVE-2022-24439
29+
GitPython>=3.1.32 # CVE-2023-40267
3030
hiredis==2.0.0 # see UPGRADE BLOCKERs
3131
irc
3232
jinja2

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ frozenlist==1.3.3
155155
# aiosignal
156156
gitdb==4.0.10
157157
# via gitpython
158-
gitpython==3.1.30
158+
gitpython==3.1.32
159159
# via -r /awx_devel/requirements/requirements.in
160160
google-auth==2.14.1
161161
# via kubernetes

0 commit comments

Comments
 (0)