summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-02-01 23:51:13 +0100
committerSteve Sakoman <steve@sakoman.com>2024-02-16 03:35:51 -1000
commit2c6b82aaf045a331f843441e24e5834bfbf18c67 (patch)
treee14e66fbb4212c280296acf61143289ce3bdec25 /meta
parent12fab85ba186f2a372c40f733b0881f0efc46024 (diff)
downloadpoky-2c6b82aaf045a331f843441e24e5834bfbf18c67.tar.gz
curl: ignore CVE-2023-42915
This CVE reports that apple had to upgrade curl because of other already reported CVEs: * CVE-2023-38039: not affected, introduced in 7.84.0 * CVE-2023-38545: patch already backported * CVE-2023-38546: patch already backported * CVE-2023-42915: reference to itself (From OE-Core rev: 067740c834a98cd8f5cfff7f73418d18b8e1249a) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/curl/curl_7.69.1.bb3
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
73CVE_CHECK_WHITELIST += "CVE-2021-22897" 73CVE_CHECK_WHITELIST += "CVE-2021-22897"
74 74
75# This CVE reports that apple had to upgrade curl because of other already reported CVEs
76CVE_CHECK_WHITELIST += "CVE-2023-42915"
77
75inherit autotools pkgconfig binconfig multilib_header 78inherit autotools pkgconfig binconfig multilib_header
76 79
77PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib" 80PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib"