summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-requests_2.27.1.bb
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2025-06-12 13:54:52 +0800
committerSteve Sakoman <steve@sakoman.com>2025-06-20 08:06:29 -0700
commitd5fa84385a719a07338e350121b61aae701657ca (patch)
tree7fe74a92ddc8207e343b659edfe724b067b15d1b /meta/recipes-devtools/python/python3-requests_2.27.1.bb
parent241a617374f95dba23cc7837128df8faaf8ac9ba (diff)
downloadpoky-d5fa84385a719a07338e350121b61aae701657ca.tar.gz
python3-requests: fix CVE-2024-47081
Requests is a HTTP library. Due to a URL parsing issue, Requests releases prior to 2.32.4 may leak .netrc credentials to third parties for specific maliciously-crafted URLs. Users should upgrade to version 2.32.4 to receive a fix. For older versions of Requests, use of the .netrc file can be disabled with `trust_env=False` on one's Requests Session. Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-47081 Upstream patch: https://github.com/psf/requests/commit/96ba401c1296ab1dda74a2365ef36d88f7d144ef (From OE-Core rev: 37d746033710509ffabc244e0130d20fd81d9673) Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-requests_2.27.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-requests_2.27.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-requests_2.27.1.bb b/meta/recipes-devtools/python/python3-requests_2.27.1.bb
index 689a1dffb7..6f7c47abac 100644
--- a/meta/recipes-devtools/python/python3-requests_2.27.1.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.27.1.bb
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
5 5
6SRC_URI += "file://CVE-2023-32681.patch \ 6SRC_URI += "file://CVE-2023-32681.patch \
7 file://CVE-2024-35195.patch \ 7 file://CVE-2024-35195.patch \
8 file://CVE-2024-47081.patch \
8 " 9 "
9 10
10SRC_URI[sha256sum] = "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" 11SRC_URI[sha256sum] = "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"