summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-30 16:49:00 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:56 -0800
commitdf18617f6a75c971c146769f98e615d1e50f6f1c (patch)
treebecac69cdda70da4031692812bb1cfecc659e68b /meta-python/recipes-devtools
parent16c2efd07b01323b785922c772796fe5ad47a50d (diff)
downloadmeta-openembedded-df18617f6a75c971c146769f98e615d1e50f6f1c.tar.gz
python3-reportlab: set CVE_PRODUCT
The relevant CVEs to this recipe are tracked using reportlab:reportlab CPE, which doesn't match the default python:reportlab CPE, so the cve-checker misses CVEs. See CVE db query: sqlite> select * from products where product like '%reportlab%'; CVE-2019-17626|reportlab|reportlab|||3.5.26|<=|0 CVE-2019-19450|reportlab|reportlab|||3.5.31|<|0 CVE-2020-28463|reportlab|reportlab|-||||0 CVE-2023-33733|reportlab|reportlab|||3.6.12|<=|0 Set CVE_PRODUCT accordingly. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb b/meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb
index 4c411d5716..3ea47e355b 100644
--- a/meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb
+++ b/meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cf24392f451ff6710fca1e96cefa0424"
6 6
7SRC_URI[sha256sum] = "0457d642aa76df7b36b0235349904c58d8f9c606a872456ed04436aafadc1510" 7SRC_URI[sha256sum] = "0457d642aa76df7b36b0235349904c58d8f9c606a872456ed04436aafadc1510"
8 8
9CVE_PRODUCT = "reportlab"
9inherit pypi python_setuptools_build_meta 10inherit pypi python_setuptools_build_meta
10 11
11BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"