diff options
author | WangYuli <wangyuli@uniontech.com> | 2024-07-16 10:37:43 +0200 |
---|---|---|
committer | Helen Koike <helen.koike@collabora.com> | 2024-08-13 22:01:36 +0200 |
commit | 52e371914ed37f531a8d8c3b4cf1a1af2753eb6d (patch) | |
tree | da21abb8701023219d4897ddd6a579f77501a878 | |
parent | drm/panel: startek-kd070fhfid015: transition to mipi_dsi wrapped functions (diff) | |
download | linux-52e371914ed37f531a8d8c3b4cf1a1af2753eb6d.tar.xz linux-52e371914ed37f531a8d8c3b4cf1a1af2753eb6d.zip |
drm/ci: Upgrade setuptools requirement to 70.0.0
GitHub Dependabot has issued the following alert:
"Upgrade setuptools to version 70.0.0 or later.
A vulnerability in the package_index module of pypa/setuptools
versions up to 69.1.1 allows for remote code execution via its
download functions. These functions, which are used to download
packages from URLs provided by users or retrieved from package
index servers, are susceptible to code injection. If these
functions are exposed to user-controlled inputs, such as package
URLs, they can execute arbitrary commands on the system. The
issue is fixed in version 70.0.
Severity: 8.8 / 10 (High)
Attack vector: Network
Attack complexity: Low
Privileges required: None
User interaction: Required
Scope: Unchanged
Confidentiality: High
Integrity: High
Availability: High
CVE ID: CVE-2024-6345"
To avoid disturbing everyone with the kernel repo hosted on GitHub,
I suggest we upgrade our python dependencies once again to appease
GitHub Dependabot.
Link: https://github.com/dependabot
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/0237854884D6DB3C+20240716083743.33415-1-wangyuli@uniontech.com
-rw-r--r-- | drivers/gpu/drm/ci/xfails/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ci/xfails/requirements.txt b/drivers/gpu/drm/ci/xfails/requirements.txt index e9994c9db799..5e6d48d98e4e 100644 --- a/drivers/gpu/drm/ci/xfails/requirements.txt +++ b/drivers/gpu/drm/ci/xfails/requirements.txt @@ -11,7 +11,7 @@ requests==2.31.0 requests-toolbelt==1.0.0 ruamel.yaml==0.17.32 ruamel.yaml.clib==0.2.7 -setuptools==68.0.0 +setuptools==70.0.0 tenacity==8.2.3 urllib3==2.0.7 wheel==0.41.1 |