mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/libcurl: ignore CVE-2024-32928
This vulnerability only affects libcurl deployments in Nest products
because of incorrect use.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 7e739d49b2)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5dc99e10e1
commit
f0d7171ad9
@@ -32,6 +32,10 @@ LIBCURL_CONF_OPTS = \
|
||||
--disable-ldap \
|
||||
--disable-ldaps
|
||||
|
||||
# Only affects Nest products.
|
||||
# https://nvd.nist.gov/vuln/detail/CVE-2024-32928
|
||||
LIBCURL_IGNORE_CVES += CVE-2024-32928
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
LIBCURL_CONF_OPTS += --enable-threaded-resolver
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user