mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
curl: ignore CVE-2025-10966
Per [1] this CVE applies only when wolfssl backed is used. 8.17.0 removed WolfSSL support completely. [1] https://curl.se/docs/CVE-2025-10966.html (From OE-Core rev: 41c4735658e9ba5322bd06ef50aa3a1edb1f7fd8) 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
e2d947b1cc
commit
809b3e9113
@@ -79,6 +79,8 @@ CVE_CHECK_IGNORE += "CVE-2023-42915"
|
||||
CVE_CHECK_IGNORE += "CVE-2024-32928"
|
||||
# ignored: gzip decompression of content-encoded HTTP responses with the `CURLOPT_ACCEPT_ENCODING` option, using zlib 1.2.0.3 or older
|
||||
CVE_CHECK_IGNORE += "CVE-2025-0725"
|
||||
# not-applicable-config: applicable only with wolfssl
|
||||
CVE_CHECK_IGNORE += "${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'CVE-2025-10966','',d)}"
|
||||
|
||||
inherit autotools pkgconfig binconfig multilib_header
|
||||
|
||||
|
||||
Reference in New Issue
Block a user