mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-python-multipart: set CVE_PRODUCT
The default python:python_multipart CPE doesn't match relevant CVE entries, because NVD tracks the related CVEs with fastapiexpect:python-multipart CPE, and Mitre uses kludex:python-multipart for others. Set the CVE_PRODUCT accordingly. See CVE db query: sqlite> select * from products where product like '%python%multipart%'; CVE-2024-24762|fastapiexpert|python-multipart|||0.0.7|< CVE-2024-24762|fastapiexpert|python-multipart|||0.0.7|< Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7f962ef155
commit
b03642e20e
|
|
@ -8,6 +8,7 @@ inherit pypi python_hatchling ptest-python-pytest
|
|||
|
||||
PYPI_PACKAGE = "python_multipart"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
CVE_PRODUCT = "python-multipart"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pyyaml \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user