diff options
author | Simone Weiß <simone.p.weiss@posteo.com> | 2024-08-25 11:52:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-26 10:39:34 +0100 |
commit | 497c4e87cd361dcf91badf98c892881fd7284d52 (patch) | |
tree | 2c704dfd23af297c47924741b432b5d75dc6d652 | |
parent | 56bc6ce8c62278f432ac4b4a8127699896590d52 (diff) | |
download | poky-497c4e87cd361dcf91badf98c892881fd7284d52.tar.gz |
curl: Ignore CVE-2024-32928
This CVE affects google cloud services that utilize libcurl wrongly.
(From OE-Core rev: 27ac7879711e7119b4ec8b190b0a9da5b3ede269)
Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl_8.9.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_8.9.1.bb b/meta/recipes-support/curl/curl_8.9.1.bb index 4d96a4e034..745224929b 100644 --- a/meta/recipes-support/curl/curl_8.9.1.bb +++ b/meta/recipes-support/curl/curl_8.9.1.bb | |||
@@ -20,6 +20,7 @@ SRC_URI[sha256sum] = "f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae59064 | |||
20 | 20 | ||
21 | # Curl has used many names over the years... | 21 | # Curl has used many names over the years... |
22 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" | 22 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" |
23 | CVE_STATUS[CVE-2024-32928] = "ignored: CURLOPT_SSL_VERIFYPEER was disabled on google cloud services causing a potential man in the middle attack" | ||
23 | 24 | ||
24 | inherit autotools pkgconfig binconfig multilib_header ptest | 25 | inherit autotools pkgconfig binconfig multilib_header ptest |
25 | 26 | ||