diff options
author | Simone Weiß <simone.p.weiss@posteo.com> | 2024-08-25 11:52:34 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-09-03 05:39:12 -0700 |
commit | c3e123dda75b36e63ce0b9749c271c6f79250c46 (patch) | |
tree | ce0ace408885286e08b3fe997e33051c9330821d | |
parent | 79bc6dd607c990c34285f3b613d8d1ff4703775e (diff) | |
download | poky-c3e123dda75b36e63ce0b9749c271c6f79250c46.tar.gz |
curl: Ignore CVE-2024-32928
This CVE affects google cloud services that utilize libcurl wrongly.
(From OE-Core rev: d8aeaaf2d2ac3308af1ec442795e9714f0e6fc8c)
Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 27ac7879711e7119b4ec8b190b0a9da5b3ede269)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-support/curl/curl_8.7.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_8.7.1.bb b/meta/recipes-support/curl/curl_8.7.1.bb index a2cee8ba23..5442d8d4fd 100644 --- a/meta/recipes-support/curl/curl_8.7.1.bb +++ b/meta/recipes-support/curl/curl_8.7.1.bb | |||
@@ -23,6 +23,7 @@ SRC_URI[sha256sum] = "6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c65 | |||
23 | 23 | ||
24 | # Curl has used many names over the years... | 24 | # Curl has used many names over the years... |
25 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" | 25 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" |
26 | CVE_STATUS[CVE-2024-32928] = "ignored: CURLOPT_SSL_VERIFYPEER was disabled on google cloud services causing a potential man in the middle attack" | ||
26 | 27 | ||
27 | inherit autotools pkgconfig binconfig multilib_header ptest | 28 | inherit autotools pkgconfig binconfig multilib_header ptest |
28 | 29 | ||