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:
Gyorgy Sarvari 2025-12-31 08:54:33 +01:00 committed by Khem Raj
parent 7f962ef155
commit b03642e20e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,6 +8,7 @@ inherit pypi python_hatchling ptest-python-pytest
PYPI_PACKAGE = "python_multipart" PYPI_PACKAGE = "python_multipart"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
CVE_PRODUCT = "python-multipart"
RDEPENDS:${PN}-ptest += " \ RDEPENDS:${PN}-ptest += " \
python3-pyyaml \ python3-pyyaml \