mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-pandas: set CVE_PRODUCT
Currently there is only one CVE associated with pandas, and it is tracked using numfocus:pandas CPE by NIST instead of the default python:pandas from pypi.bbclass. See CVE db query: sqlite> select * from products where product like 'pandas'; CVE-2020-13091|numfocus|pandas|||1.0.3|<= Set the CVE_PRODUCT accodingly. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
34f5fd45af
commit
4fbf11954a
|
|
@ -15,6 +15,8 @@ SRC_URI:append:class-target = " file://0001-BLD-add-option-to-specify-numpy-head
|
|||
|
||||
SRC_URI[sha256sum] = "4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667"
|
||||
|
||||
CVE_PRODUCT = "pandas"
|
||||
|
||||
inherit pkgconfig pypi python_mesonpy cython
|
||||
|
||||
DEPENDS += " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user