summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-31 08:54:11 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:34:00 -0800
commit3536ca6a365980eed8ea1961bfb8e33c859effdc (patch)
tree9f2b1efd8d010083383d3a1eed3726054dbfc981 /meta-python
parentb5788777222043dc96ccc34ffaa3c86acfbd2f47 (diff)
downloadmeta-openembedded-3536ca6a365980eed8ea1961bfb8e33c859effdc.tar.gz
python3-flask-user: set CVE_PRODUCT
The relevant CVE is tracked using flask-user_project:flask-user CPE, so the default python:flask-user value doesn't match it. Set CVE_PRODUCT accordingly. See CVE db query: sqlite> select * from products where product like 'flask-user'; CVE-2021-23401|flask-user_project|flask-user|-||| 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-flask-user_0.6.19.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
index fadfabd0c0..68d7361519 100644
--- a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
@@ -11,6 +11,8 @@ SRC_URI[sha256sum] = "601abcc0343dfbae0c56273d98362d5cdc266ac84d20b3f65a212e4a2c
11PYPI_PACKAGE = "Flask-User" 11PYPI_PACKAGE = "Flask-User"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13 13
14CVE_PRODUCT = "flask-user"
15
14inherit pypi setuptools3 16inherit pypi setuptools3
15 17
16RDEPENDS:${PN} = " \ 18RDEPENDS:${PN} = " \