package/libiec61850: ignore CVE-2023-27772
Segmentation fault in example code can be exploited. BUILD_EXAMPLES is disabled for all cmake projects. See https://github.com/mz-automation/libiec61850/issues/442 Signed-off-by: Daniel Lang <dalang@gmx.at> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
54b6eced24
commit
b25f1cb47c
@ -11,5 +11,8 @@ LIBIEC61850_LICENSE = GPL-3.0+
|
||||
LIBIEC61850_LICENSE_FILES = COPYING
|
||||
LIBIEC61850_CPE_ID_VENDOR = mz-automation
|
||||
LIBIEC61850_CONF_OPTS = -DBUILD_PYTHON_BINDINGS=OFF
|
||||
# Examples aren't build
|
||||
# https://github.com/mz-automation/libiec61850/issues/442
|
||||
LIBIEC61850_IGNORE_CVES += CVE-2023-27772
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user