diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:11 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:00 -0800 |
| commit | 3536ca6a365980eed8ea1961bfb8e33c859effdc (patch) | |
| tree | 9f2b1efd8d010083383d3a1eed3726054dbfc981 /meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb | |
| parent | b5788777222043dc96ccc34ffaa3c86acfbd2f47 (diff) | |
| download | meta-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/recipes-devtools/python/python3-flask-user_0.6.19.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb | 2 |
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 | |||
| 11 | PYPI_PACKAGE = "Flask-User" | 11 | PYPI_PACKAGE = "Flask-User" |
| 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 13 | 13 | ||
| 14 | CVE_PRODUCT = "flask-user" | ||
| 15 | |||
| 14 | inherit pypi setuptools3 | 16 | inherit pypi setuptools3 |
| 15 | 17 | ||
| 16 | RDEPENDS:${PN} = " \ | 18 | RDEPENDS:${PN} = " \ |
