Skip to content

Commit

Permalink
package/libiec61850: ignore CVE-2023-27772
Browse files Browse the repository at this point in the history
Segmentation fault in example code can be exploited.
BUILD_EXAMPLES is disabled for all cmake projects.

See mz-automation/libiec61850#442

Signed-off-by: Daniel Lang <dalang@gmx.at>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  • Loading branch information
daniel-lang authored and tpetazzoni committed Sep 8, 2023
1 parent 54b6ece commit b25f1cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/libiec61850/libiec61850.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit b25f1cb

Please sign in to comment.