diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:17 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:01 -0800 |
| commit | eb20735d09b6adf389868c131d3c021b9eee2178 (patch) | |
| tree | f5303b54539d1256f7dd1b32f06fe2fd39c070cb /meta-python | |
| parent | a307398b7b3f885476344be7b5ae66aef72d2314 (diff) | |
| download | meta-openembedded-eb20735d09b6adf389868c131d3c021b9eee2178.tar.gz | |
python3-flask-restx: set CVE_PRODUCT
The relevant CVEs are tracked using flask-restx_project:flask-restx CPE,
which makes the default python:flask-restx CPE to not match relevant CVEs.
Set CVE_PRODUCT accordingly.
See CVE db query:
sqlite> select * from products where product like '%flask-restx%';
CVE-2021-32838|flask-restx_project|flask-restx|||0.5.1|<
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-restx_1.3.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb index 87353a50a6..bf0f3b374a 100644 --- a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb | |||
| @@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2" | |||
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5" | 5 | SRC_URI[sha256sum] = "0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5" |
| 6 | 6 | ||
| 7 | CVE_PRODUCT = "flask-restx" | ||
| 8 | |||
| 7 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 8 | 10 | ||
| 9 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
