diff options
-rw-r--r-- | meta/recipes-support/curl/curl_7.69.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.69.1.bb b/meta/recipes-support/curl/curl_7.69.1.bb index a8e6c4f3ee..980b4224a8 100644 --- a/meta/recipes-support/curl/curl_7.69.1.bb +++ b/meta/recipes-support/curl/curl_7.69.1.bb | |||
@@ -72,6 +72,9 @@ CVE_CHECK_WHITELIST = "CVE-2021-22922 CVE-2021-22923 CVE-2021-22926 CVE-2021-229 | |||
72 | # This CVE issue affects Windows only Hence whitelisting this CVE | 72 | # This CVE issue affects Windows only Hence whitelisting this CVE |
73 | CVE_CHECK_WHITELIST += "CVE-2021-22897" | 73 | CVE_CHECK_WHITELIST += "CVE-2021-22897" |
74 | 74 | ||
75 | # This CVE reports that apple had to upgrade curl because of other already reported CVEs | ||
76 | CVE_CHECK_WHITELIST += "CVE-2023-42915" | ||
77 | |||
75 | inherit autotools pkgconfig binconfig multilib_header | 78 | inherit autotools pkgconfig binconfig multilib_header |
76 | 79 | ||
77 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib" | 80 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib" |