mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/rauc: ignore CVE-2026-34155
Buildroot commit c9f7b876ee added a patch to
fix the vulnerability for rauc v1.13, but forgot to ignore the CVE in rauc.mk
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
f7b1d8562a
commit
0114a8b497
@@ -13,6 +13,9 @@ RAUC_CPE_ID_VENDOR = pengutronix
|
||||
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2
|
||||
RAUC_CONF_OPTS += -Dtests=false
|
||||
|
||||
# 0001-fix-cve-2026-34155.patch
|
||||
RAUC_IGNORE_CVES += CVE-2026-34155
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RAUC_DBUS),y)
|
||||
RAUC_CONF_OPTS += -Dservice=true
|
||||
RAUC_DEPENDENCIES += dbus
|
||||
|
||||
Reference in New Issue
Block a user