summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-30 16:48:56 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:55 -0800
commit97363a7b77c026c349136ae4037361961dff4b83 (patch)
treeb6906d9e8a8a67c7bdbea0ccc2dcf66ce87ec62a /meta-python
parent039970deb2b607a09083466586d3f423f67182a5 (diff)
downloadmeta-openembedded-97363a7b77c026c349136ae4037361961dff4b83.tar.gz
python3-marshmallow: set CVE_PRODUCT
The default python:marshmallow CPE doesn't match the CVEs related to this product, as they are tracked with marshmallow_project:marshmallow CPE. See CVE db query: sqlite> select * from products where PRODUCT like 'marshmallow'; CVE-2018-17175|marshmallow_project|marshmallow|||2.15.1|< CVE-2018-17175|marshmallow_project|marshmallow|3.0|>=|3.0.0b9|< Set the CVE_PRODUCT so it matches related CVEs. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-marshmallow_4.1.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_4.1.2.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.1.2.bb
index f3a905a36c..af973b2cf9 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_4.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.1.2.bb
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "\
8 8
9SRC_URI[sha256sum] = "083f250643d2e75fd363f256aeb6b1af369a7513ad37647ce4a601f6966e3ba5" 9SRC_URI[sha256sum] = "083f250643d2e75fd363f256aeb6b1af369a7513ad37647ce4a601f6966e3ba5"
10 10
11CVE_PRODUCT = "marshmallow"
12
11inherit python_flit_core pypi ptest-python-pytest 13inherit python_flit_core pypi ptest-python-pytest
12 14
13RDEPENDS:${PN}-ptest += " \ 15RDEPENDS:${PN}-ptest += " \