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:
parent
317c4b8f60
commit
a9c74c5b7f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user