package/python-ipython: ignore CVE-2023-24816

It affects only Windows, so we don't care in the context of Buildroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2023-09-03 00:07:50 +02:00 committed by Peter Korsgaard
parent 317c4b8f60
commit a9c74c5b7f

View File

@ -11,6 +11,8 @@ PYTHON_IPYTHON_LICENSE = BSD-3-Clause
PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst LICENSE
PYTHON_IPYTHON_CPE_ID_VENDOR = ipython
PYTHON_IPYTHON_CPE_ID_PRODUCT = ipython
# Affects only Windows. Can be dropped once we update to >= 8.10.0
PYTHON_IPYTHON_IGNORE_CVES += CVE-2023-24816
PYTHON_IPYTHON_SETUP_TYPE = setuptools
$(eval $(python-package))