package/mender: ignore mender CVE because it doesn't affect the client package
CVE-2024-46948 only affects the device management and update server part of Mender, and not the client running on the devices Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit f16475f3773dbb910356c1b9dbb8a663266a55b0) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
81b7bd41a0
commit
9621d10204
@@ -8,6 +8,8 @@ MENDER_VERSION = 3.5.3
|
||||
MENDER_SITE = $(call github,mendersoftware,mender,$(MENDER_VERSION))
|
||||
MENDER_LICENSE = Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MIT, OLDAP-2.8
|
||||
MENDER_CPE_ID_VENDOR = northern.tech
|
||||
# CVE-2024-46948 only affects mender-server
|
||||
MENDER_IGNORE_CVES = CVE-2024-46948
|
||||
|
||||
# Vendor license paths generated with:
|
||||
# awk '{print $2}' LIC_FILES_CHKSUM.sha256 | grep vendor
|
||||
|
||||
Reference in New Issue
Block a user