mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
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>
This commit is contained in:
committed by
Steve Sakoman
parent
12fab85ba1
commit
2c6b82aaf0
@@ -72,6 +72,9 @@ CVE_CHECK_WHITELIST = "CVE-2021-22922 CVE-2021-22923 CVE-2021-22926 CVE-2021-229
|
|||||||
# This CVE issue affects Windows only Hence whitelisting this CVE
|
# This CVE issue affects Windows only Hence whitelisting this CVE
|
||||||
CVE_CHECK_WHITELIST += "CVE-2021-22897"
|
CVE_CHECK_WHITELIST += "CVE-2021-22897"
|
||||||
|
|
||||||
|
# This CVE reports that apple had to upgrade curl because of other already reported CVEs
|
||||||
|
CVE_CHECK_WHITELIST += "CVE-2023-42915"
|
||||||
|
|
||||||
inherit autotools pkgconfig binconfig multilib_header
|
inherit autotools pkgconfig binconfig multilib_header
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib"
|
||||||
|
|||||||
Reference in New Issue
Block a user