mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02: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: 2771a1248a251650f6e2e64731f56ed928c29ce5) 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
3975d9f285
commit
817f0e1f89
@@ -60,6 +60,9 @@ SRC_URI[sha256sum] = "0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce5
|
||||
# Curl has used many names over the years...
|
||||
CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
|
||||
|
||||
# This CVE reports that apple had to upgrade curl because of other already reported CVEs
|
||||
CVE_CHECK_IGNORE += "CVE-2023-42915"
|
||||
|
||||
inherit autotools pkgconfig binconfig multilib_header
|
||||
|
||||
# Entropy source for random PACKAGECONFIG option
|
||||
|
||||
Reference in New Issue
Block a user