Message ID | ad703de483258f459acc6a40385ad00a5182eb64.1725022186.git.steve@sakoman.com |
---|---|
State | Accepted, archived |
Commit | ad703de483258f459acc6a40385ad00a5182eb64 |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [kirkstone,1/7] libyaml: Ignore CVE-2024-35325 | expand |
diff --git a/meta/recipes-support/curl/curl_7.82.0.bb b/meta/recipes-support/curl/curl_7.82.0.bb index 81a653b583..308b508072 100644 --- a/meta/recipes-support/curl/curl_7.82.0.bb +++ b/meta/recipes-support/curl/curl_7.82.0.bb @@ -68,6 +68,8 @@ CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl dan # This CVE reports that apple had to upgrade curl because of other already reported CVEs CVE_CHECK_IGNORE += "CVE-2023-42915" +# ignored: CURLOPT_SSL_VERIFYPEER was disabled on google cloud services causing a potential man in the middle attack +CVE_CHECK_IGNORE += "CVE-2024-32928" inherit autotools pkgconfig binconfig multilib_header